@charset "UTF-8";

/*
Theme Name: 京屋酒造
Description: 京屋酒造のWordPressテンプレート
Version: 1.0.0
Author: 京屋酒造
*/

/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
audio:not([controls]) {
	display: none
}

button {
	overflow: visible;
	-webkit-appearance: button
}

details {
	display: block
}

html {
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%
}

input {
	-webkit-border-radius: 0
}

input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button
}

input[type=number] {
	width: auto
}

input[type=search] {
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

main {
	display: block
}

pre {
	overflow: auto
}

progress {
	display: inline-block
}

small {
	font-size: 75%
}

summary {
	display: block
}

svg:not(:root) {
	overflow: hidden
}

template {
	display: none
}

textarea {
	overflow: auto
}

[hidden] {
	display: none
}

*, :after, :before {
	box-sizing: inherit
}

* {
	font-size: inherit;
}

:after, :before {
	text-decoration: inherit;
	vertical-align: inherit
}

*, :after, :before {
	border-style: solid;
	border-width: 0
}

* {
	background-repeat: no-repeat;
	margin: 0;
	padding: 0
}

:root {
	background-color: #fff;
	box-sizing: border-box;
	cursor: default;
	text-rendering: optimizeLegibility
}

a {
	text-decoration: none
}

audio, canvas, iframe, img, svg, video {
	vertical-align: middle
}

button, input, select, textarea {
	background-color: transparent;
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit
}

[type=button], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=reset], [type=search], [type=submit], [type=tel], [type=text], [type=time], [type=url], [type=week], button, select, textarea {
	min-height: 1.5em
}

code, kbd, pre, samp {
	font-family: monospace
}

nav ol, nav ul {
	list-style: none
}

select {
	-moz-appearance: none;
	-webkit-appearance: none
}

select::-ms-expand {
	display: none
}

select::-ms-value {
	color: currentColor
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

textarea {
	resize: vertical
}

::-moz-selection {
	background-color: #b3d4fc;
	color: #4c2b03;
	text-shadow: none
}

::selection {
	background-color: #b3d4fc;
	color: #4c2b03;
	text-shadow: none
}

[aria-busy=true] {
	cursor: progress
}

[aria-controls] {
	cursor: pointer
}

[aria-disabled] {
	cursor: default
}

[hidden][aria-hidden=false] {
	clip: rect(0 0 0 0);
	display: inherit;
	position: absolute
}

[hidden][aria-hidden=false]:focus {
	clip: auto
}

/*# sourceMappingURL=sanitize.min.css.map */

/*
 * Base
 */
html {
	font-size: 62.5%;
	line-height: 1.8;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	min-width: 1190px;
	width: 100%;
	background: #fff;
}

h1,h2,h3,h4,nav{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
}

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

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}

a img {
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	opacity: 0.65;
}

.table {
	display: table;
	width: 100%;
}

.table .th,
.table .td {
	display: table-cell;
}

.contentLeft {
	float: left;
}

.contentRight {
	float: right;
}

#bottomNavWrap {
	display: none;
}

#spNav,
#button {
	/*display: none;*/
}
.center{
	text-align: center !important;
}
.inner {
	width: 1170px;
	margin: 0 auto;
}
.narrow{
	max-width:860px;
	margin: 0 auto;
}
#main.special #content{
	box-sizing:border-box;
	padding:5em;
}
.breadcrumbs {
	margin-bottom: 30px;
	padding:5px 0;
	border-bottom:#f0f0f0 1px solid;
}
.breadcrumbs li {
	display: inline-block;
	font-size:12px;
}

.breadcrumbs li:after {
	display: inline-block;
	margin: 0 10px;
	font-family: 'FontAwesome';
	content: "\f105";
}

.breadcrumbs li:last-child:after {
	display: none;
}
.btnInquiry{
	display:inline-block;
	width:200px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#333333;
	color:#fff !important;
	position:relative;
	border:#333333 1px solid;
	text-decoration:none !important;
}
.btnInquiry:hover{
	text-decoration:none;
	background:#fff;
	color:#333333 !important;
}
.btnInquiry::after{
	position:absolute;
	font-family:FontAwesome;
	content:"\f105";
	right:15px;
}
.btnReadmore{
	display:inline-block;
	width:200px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#333333;
	color:#fff;
	position:relative;
	border:#333333 1px solid;
}
.btnReadmore:hover{
	text-decoration:none;
	background:#fff;
	color:#333333;
}
.btnReadmore::after{
	position:absolute;
	font-family:FontAwesome;
	content:"\f105";
	right:15px;
}
.flexWrapper{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
}
.flexWrapper .flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flexWrapper .flex .thumb img{
	width:100%;
	height:auto;
}

/*---------------------------------------------------------
//	Header Style
---------------------------------------------------------*/
#headerTop{
	padding:15px 0;
}
#headerTop ul,
#headerTop ul li{
	list-style:none;
	text-align:right;
}
#headerTop ul li{
	display:inline-block;
	margin-left:15px;
	line-height:1;
}
#headerTop ul li:first-child,
#headerTop ul li:nth-child(2),
#headerTop ul li:nth-child(3),
#headerTop ul li:nth-child(4),
#headerTop ul li:nth-child(5){
	width:30px;
	height:30px;
	box-sizing:border-box;
}
#headerTop ul li:nth-child(5){
	border:#d0d0d0 1px solid;
	border-radius:3px;
	padding-top:3px;
}
#headerTop ul li.fb,
#headerTop ul li.twitter{
	font-size:24px;
}
#headerTop ul li img{
	width:30px;
	height:auto;
}
#headerTop ul li:first-child{
	margin-left:0;
}
#headerMiddle{
	/*margin-bottom:50px;*/
}
#headerMiddle .inner{
	position:relative;
	margin-bottom:50px;
}
#logo{
	text-align:center;
}
#headMeta{
	position:absolute;
	top:0;
	right:0;
}
#headMeta .td{
	vertical-align:top;
}
.headContact{
	display:inline-block;
	padding: 2px 20px;
	border-radius:3px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size:1.5rem;
}
.headContact:hover{
	background-color: #ccc;
	color: #ffff;
	text-decoration:none;
}
#translateBox form select{
	/*display: inline-block;
	padding: 7px 20px;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 1.5rem;
	margin-left:10px;*/
}
#translateBox .cp_ipselect {
	overflow: hidden;
	width: 90%;
	text-align: center;
	margin:0;
	margin-left:10px;
}
#translateBox .cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
#translateBox .cp_ipselect select::-ms-expand {
	display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ccc;
	pointer-events: none;
}
.cp_ipselect.cp_sl02 select {
	padding: 6px 38px 7px 8px;
}

#MicrosoftTranslatorWidget{
	display:inline-block;
}
#LauncherLogo{
	display:none !important;
}
.Dark #LauncherTranslatePhrase{
	border: 1px solid #ccc !important;
	border-radius:3px;
}
#WidgetLauncher{
	margin:0 5px !important;
}
#LauncherTranslatePhrase{
	padding:8px 0 !important;
}
#MicrosoftTranslatorWidget span{
	line-height:1;
}

#navigation{
	/*background:rgba(255,255,255,0.7);*/
	background:#121212;
	position:relative;
	z-index:1;
	height:60px;
}
#navigation ul{
	display:table;
	width:100%;
	table-layout:fixed;
	/*border-bottom:#f0f0f0 1px solid;*/
}
#navigation ul li{
	display:table-cell;
	text-align:center;
	position: relative;
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
	height:60px;
}
#navigation ul li a{
	display:block;
	height:60px;
	line-height:60px;
	color:#fff;
}
#navigation ul li.current_page_item a,
#navigation ul li.current-menu-item a{
	background:#917846;
	color:#fff;
}
#shopSubMenu{
	/*background:#f0f0f0;*/
	background:#917846;
	font-size:16px;
}
#shopSubMenu a{
	color:#fff;
}
#shopSubMenu ul{
	width:100%;
	display:block;
	table-layout:auto;
	padding-left:4em;
	box-sizing:border-box;
}
#shopSubMenu ul li{
	display:inline-block;
	text-align:left;
	position:relative;
	margin-right:1em;
}
#shopSubMenu ul li a{
	display:block;
	line-height:1;
	padding:10px;
}
#shopSubMenu ul li a::before{
	font-family:fontawesome;
	content:"\f105";
	margin-right:5px;
}
#shopSubMenu ul li a:hover{
	text-decoration: none;
}
#shopSubMenu ul li ul{
	display:none;
	position:absolute;
	top:37px;
	left:0;
	background:#917846;
	z-index:1;
	padding-left:0;
	width:calc(100% + 50px);
}
#shopSubMenu ul li ul li{
	display:block;
	text-align:left;
	margin-right:0;
}
#shopSubMenu ul li ul li a{
	padding:10px;
	display:block;
	border:#fff 1px solid;
	border-top:none;
}
#shopSubMenu ul li ul li:first-child a{
	border-top:#d0d0d0 1px solid;
}
#shopSubMenu ul li:hover ul{
	display:table;
}
.fixed-nav {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 3 !important;
    opacity: 0.9;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
}
#shopSubMenu.fixed-nav {
    top: 60px;
}
/*
//------------------------------------------------
//	MODAL Setting
//------------------------------------------------
*/
#mySidenav{
	
}
#mySidenav dl{
	margin-bottom:0;
}
#mySidenav a,
#mySidenav dt{
	display:block;
	padding:1em 1.5em;
	border-bottom:#E5E5E5 1px solid;
	font-weight:bold;
}
#mySidenav dt{
	position:relative;
}
#mySidenav dt::after{
	position:absolute;
	font-family:fontawesome;
	content:url(images/icon_angle-down.svg);
	width:17px;
	right:1.5em;
	top:1em;
}
#mySidenav dt.selected::after{
	content:url(images/icon_angle-up.svg);
}
#mySidenav dd{
	display:none;
}
#mySidenav dd a{
	background:#F2F2F2;
	color:inherit;
	font-size:inherit;
	font-weight:bold;
}
.menu-btn{
	position:fixed;
	right:0.5em;
	top:1.5em;
	text-align:center;
	color: #333;
    display: none;
    margin:auto;
    width:40px;
    height:40px;
    line-height:40px;
    border: #333 1px solid;
    background:rgba(255,255,255,0.85);
	z-index:99;
}
.main {
    position: relative;
    overflow: hidden;
    display: block;
}
.main:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: #000;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    z-index: 9999999;
}
#page {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.sidenav {
    display: none;
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 0.5s;
}
.sidenav a {
    display: block;
}
.sidenav .closebtn{
    text-align: center;
    font-size:3rem;
}
.toArchive .btn{
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
}
/*---------------------------------------------------------
//	Footer Style
---------------------------------------------------------*/
#siteFooter{
	background:#333333;
	/*margin-top:100px;*/
	text-align:center;
}
aside#sns{
	padding:5em 0;
	background: url(images/brand/lp_bg_01.png) repeat center center;
}
#siteFooter .inner{
	padding:40px 0;
}

/*#footerMenu {
	margin-bottom: 40px
}
*/
#footerMenu ul {
	list-style: none;
}

#footerMenu ul li {
	display: inline-block;
	color:#fff;
}
#footerMenu ul li a{
	color:#fff;
}
#footerMenu ul li::after{
	content:"|";
	display:inline-block;
	margin:0 15px;
}
#footerMenu ul li:last-child::after{
	display:none;
}

#footerSns{
	margin-bottom:30px;
}
#footerSns a{
	padding:0 10px;
}

#footerAddress {
	text-align: center;
	background:#121212;
	padding:7px 0;
	font-size:14px;
}

#footerAddress address {
	font-style: normal;
	color:#fff;
}

/*---------------------------------------------------------
//	スライダー Style
---------------------------------------------------------*/
#mainSlide {
	/*margin-bottom: 30px;*/
	margin-left:auto;
	margin-right:auto;
	/*margin-top:-60px;*/
	/*margin-top:30px;*/
	position:relative;
	z-index:0;
}
#shop #mainSlide{
	margin-top:0;
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
}
.swiper-slide img{
	width:100%;
	height:auto;
}

.swiper-slide .inner {
	padding: 0;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.swiper-pagination-bullet-active {
	background: #333333;
}
/*---------------------------------------------------------
//	Content common Style
---------------------------------------------------------*/
.contentTitle{
	text-align:center;
	font-size:30px;
	margin-bottom:1em;
}
#main.special .contentTitle{
	margin-bottom:0;
	padding: 3em 0;
	color: black;
	font-size: 2.5em;
	text-shadow: 1px 1px 0 #fff,
                -1px 1px 0 #fff,
                1px -1px 0 #fff,
               -1px -1px 0 #fff;
}
.contentHeader{
	font-size:30px;
	text-align:center;
	margin-bottom:1.5em;
}
.contentSub{
	font-size:24px;
	text-align:center;
	margin-bottom:1.5em;
}
.contentExcerpt{
	font-size:18px;
	text-align:center;
	line-height:2;
}


/*---------------------------------------------------------
//	キャッチコピー Style
---------------------------------------------------------*/
#message{
	text-align: center;
	/*background: url(images/brand/lp_bg_01.png) repeat center center;*/
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #eaeef1 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#eaeef1 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#eaeef1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeef1',GradientType=0 );
    padding: 5em 0 0;
}
#message .inner{
	position:relative;
	z-index: 1;
}
#message h1{
	color:#000;
	font-size:30px;
	margin-bottom:1em;
}
#message p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:18px;
	padding-bottom:2em;
}
#message img{
	width:100%;
	height:auto;
	opacity:0.75;
}
#message .center{
	margin-top:-5em;
}
#message footer a{
	padding:0.5em 3em;
	background:#fff;
	border:#ddd 1px solid;
	display:inline-block;
}
#engver{
	display: none;
    width: 100%;
    max-width: 1000px;
}
#engver h1{
	font-size:2rem;
	margin-bottom:1.5em;
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif !important;
	line-height:1.4;
}
#engver p{
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif !important;
} 
/*---------------------------------------------------------
//	Index Item Style
---------------------------------------------------------*/
#items{
	padding:60px 0;
	background: url(images/brand/lp_bg_02.png) no-repeat center center;
	background-size:cover;
	color:#fff;
}
#items a{
	color:#fff;
}

/*---------------------------------------------------------
//	Index Video Style
---------------------------------------------------------*/
#video{
	padding:60px 0 0 0;
	/*background: url(images/brand/lp_bg_03.png) no-repeat center center;
	background-size:cover;
	color:#fff;*/
	background: url(images/brand/lp_bg_01.png) repeat center center;
}
#video .table{
	margin-bottom:50px;
}
#video .table .td:first-child{
	padding-right:2em;
}
#video .table .td:last-child{
	padding-left:2em;
}
.video{
	margin-bottom:50px;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#video .flex li{
	padding: 20px;
	margin-bottom: 50px;
	list-style: none;
}


/*---------------------------------------------------------
//	News Style
---------------------------------------------------------*/
#news{
	/*margin-bottom:50px;*/
	padding: 50px 0 60px;
	background: url(/wp-content/uploads/2019/05/bg_news.jpg);
	background-position: center 30%;
	background-size: cover;
	color: #333;
}
#news .contentHeader{
	color:#333;
}
#news a{
	color:#333;
}
#news article{
	text-align:center;
}
#news ul{
	display:inline-block;
	text-align:left;
}
#news ul li{
	margin-bottom:20px;
	display:table;
	text-align:left;
}
#news ul li time,
#news ul li span,
#news ul li a.newstitle{
	display:table-cell;
	vertical-align:middle;
}
#news ul li time{
	padding-right:30px;
	width: 160px;
}
#news ul li span{
	padding-right:30px;
	font-size:14px;
}
#news ul li span a{
	color:#fff;
	background:#333;
	display:inline-block;
	line-height:1;
	text-align: center;
	padding: 4px 0;
	width: 120px;
	box-sizing: border-box;
}
#news ul li span a:last-child::after{
	display:none;
}
#news .inner{
	background-color: rgba(255, 255, 255, 0.7);
	padding: 20px 0.5em;
}
#news .newstitle{
	width: 500px;
}

.top_catch_img{
	width:100%;
}
.top_catch_img img{
	width:100%;
	height:auto;
	background: url(images/brand/lp_bg_01.png) repeat center center;
}
/*---------------------------------------------------------
//	SNS Style
---------------------------------------------------------*/
#sns .contentLeft{
	width:370px;
	margin-right:30px;
}
#sns .contentLeft:last-child{
	margin-right:0;
}
.miniTitle{
	font-size:24px;
	margin-bottom:0.5em;
}
.miniTitle span{
	display:inline-block;
	margin-right:10px;
}
#sns .contentLeft:last-child .banner{
	border:#d0d0d0 3px solid;
}
#sns .td{
	padding:10px;
	box-sizing:border-box;
	text-align:center;
	vertical-align:bottom;
}
#sns .td img{
	width:96px;
	height:auto;
}
#sns .td a{
	display:block;
	width:96px;
	height:96px;
	margin:auto;
	box-sizing:border-box;
}
#sns .td:nth-child(5) a{
	border:#d0d0d0 1px solid;
	border-radius:10px;
	padding-top:10px;
	background:#fff;
}
#sns .td p{
	margin-top:5px;
}


/*---------------------------------------------------------
//	Shop Video Style
---------------------------------------------------------*/
#shop{
	margin-top:35px;
}
#subContent,
#shopSidebar,
#shopContent{
	float:left;
}
#subContent,
#shopSidebar{
	width:200px;
}
#shopContent{
	width:935px;
	margin-left:35px;
	/*margin-right:35px;*/
}
.catnav{
	margin-bottom:30px;
}
.catnav li{
	border-bottom:#fff 1px solid;
}
.catnav li a{
	display:block;
	/*background:#BDA017;*/
	/*background:#b30000;*/
	background:#001852;
	/*background:#121212;*/
	color:#fff;
	padding:10px 10px 10px 35px;
	line-height:1;
	font-size:16px;
	position:relative;
}
.catnav li a:hover{
	text-decoration:none;
	background:#917846;
}
.catnav ul.pt1 li a{
	display:block;
	background:#FFAC9F;
	color:#fff;
	padding:10px 10px 10px 35px;
	line-height:1;
	font-size:16px;
	position:relative;
}
.catnav ul.pt1 li a:hover{
	text-decoration:none;
	background:#F7BFC3;
}
.catnav ul.pt2 li a{
	background:#ADC3DE;
}
.catnav ul.pt3 li a{
	background:#C7DAC6;
}
.catnav ul.pt2 li a:hover{
	background:#859CB5;
}
.catnav ul.pt3 li a:hover{
	background:#ABBDA9;
}

.catnav li a::before{
	position:absolute;
	font-family:fontawesome;
	content:"\f105";
	left:20px;
}
#shop #contact .pref{
	margin-bottom:5px;
}
#shop #contact .pref .wrap{
	display:block;
	font-size:14px;
}
#shop #contact .pref select{
	width:100%;
	display:block;
}
#shop #contact input[name=s]{
	padding: 5px 10px 5px 10px;
    border: #aaa 1px solid;
    display: inline-block;
    background: #fff;
    box-sizing: border-box;
    border-radius: 0;
    font-size:14px;
    width:100%;
    margin-bottom:5px;
}
.sideTitle01{
	text-align:center;
	margin-bottom:0.5em;
}
#shop .submitbtn{
	margin-bottom:30px;
}
#shop .submitbtn input[type=submit].confirm{
	width:100%;
	height:auto;
	line-height:inherit;
	box-sizing:border-box;
	font-weight:normal;
	margin:0;
	padding:8px 0;
	line-height:1;
	font-size:16px;
}
.sideNav ul li{
	margin-bottom:1em;
}
.sideNav ul li a{
	font-size:16px;
}
.sideNav ul li a::before{
	font-family:fontawesome;
	content:"\f105";
	margin-right:10px;
}
#shop #news{
	padding:35px;
	margin-bottom:3%px;
}
#shop #news ul li time{
	width:150px;
	padding-right:0;
}
#shop #news ul li span{
	width:105px;
	padding-right:0;
}
#news ul li time, #news ul li span, #news ul li a.newstitle{
	vertical-align:top;
}
#shop #items .contentLeft{
	width:217px;
	margin-right:22px;
	margin-bottom:30px;
}
#shop #items .contentLeft:nth-child(4n){
	margin-right:0;
}
#shop #items .contentLeft .thumb{
	width:217px;
	/*height:121px;*/
	height:217px;
	overflow:hidden;
	margin-bottom:0.5em;
}
#shop #items .contentLeft .thumb img{
	width:100%;
	height:auto;
}
#warn{
	text-align:center;
	padding-bottom:15px;
	border-bottom:#f0f0f0 1px solid;
	margin-bottom:40px;
}
#warn .warnInner{
	font-size:14px;
	min-height:58px;
	display:inline-block;
	text-align:left;
	padding-left:60px;
	color:#999;
	background:url(images/shop/r18.png) no-repeat left center;
}
#shopSidebar h3{
	padding:10px 20px;
	font-size:16px;
	color:#fff;
	background:#333;
	margin-bottom:0;
	line-height:1;
	font-weight:normal;
}
#shopSidebar{
	margin-bottom:20px;
}
#sidePr{
	margin-bottom:20px;
}
#sidePr .pr{
	text-align:center;
	border:#333 1px solid;
}
#sidePr .pr img{
	max-width:100%;
	height:auto;
}
.widget-default{
	margin-bottom:5px;
}
#popularPrd{
	margin-bottom:20px;
}
.wpp-list{
	border:#333 1px solid;
}
.wpp-list li{
	border:#fff 1px solid;
	border-bottom-color:#333;
	padding-bottom:1px;
}
.wpp-list li:last-child{
	border-bottom:0;
}
.toItems{
	width:240px;
	margin:30px auto;
}
.toItems a{
	display:block;
	width: 100%;
    height: auto;
    line-height: inherit;
    box-sizing: border-box;
    font-weight: normal;
    margin: 0;
    padding: 8px 0;
    line-height: 1;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 0;
    cursor: pointer;
    margin: 0 10px;
    background: #333333;
    border-radius:3px;
}
/*#genre{
	padding-bottom:50px;
	border-bottom:#f0f0f0 1px solid;
	margin-bottom:50px;
}
#genre ul{
	list-style:none;
	width:750px;
	margin-left:auto;
	margin-right:auto;
}
#genre li{
	float:left;
	width:20%;
	text-align:center;
	font-weight:bold;
}
#genre li a{
	display:block;
	border-right:#dddddd 1px solid;
	border-top:#dddddd 1px solid;
	background:#f8f8f8;
	padding:30px 0;
}
#genre li:first-child a,
#genre li:nth-child(2) a,
#genre li:nth-child(3) a,
#genre li:nth-child(4) a,
#genre li:nth-child(5) a{
	border-top:none;
}
#genre li:nth-child(5n) a{
	border-right:none;
}
*/
#moresearch{
	text-align:center;
	margin-bottom:50px;
	border-bottom:#f0f0f0 1px solid;
	margin-top:50px;
	padding:20px;
}
#moresearch .radios .table{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#moresearch .radios .table .td{
	padding:0 5px;
}
#moresearch .radios .table .td select{
	width:100%;
	display: block;
	font-size:14px;
}
#moresearch .radios .table{

}
#moresearch #moreContact .pref label{
	display:block;
	text-align:left;
	padding:0 5px;
}
#moresearch #moreContact .submitbtn{
	margin-bottom:0;
	width:250px;
	margin:auto;
}
#moresearch .pref select {
	padding: 5px 30px 5px 10px;
	border: #aaa 1px solid;
	display: inline-block;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
}

#moresearch .pref .wrap {
	position: relative;
	display: inline-block;
}

#moresearch .pref .wrap::after {
	font-family: fontawesome;
	content: "\f107";
	font-size: 12px;
	position: absolute;
	right: 0;
	display: inline-block;
	top: 7px;
	right: 10px;
}
#moresearch .name{
	margin-bottom:20px;
	padding:10px 5px;
}
#moresearch input[name=s] {
    padding: 5px 10px 5px 10px;
    border: #aaa 1px solid;
    display: inline-block;
    background: #fff;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px;
}
body.home #items .contentLeft{
	width:270px;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}
body.home #items .contentLeft:nth-child(4n){
	margin-right:0;
}
body.home #items .contentLeft .thumb{
	margin-bottom:0.5em;
	width:270px;
	/*height:150px;*/
	height:270px;
	overflow:hidden;
}
body.home #items .contentLeft .thumb img{
	width:100%;
	height:auto;
}
.chng{
	color:#ff0000;
	text-decoration: underline;
}
.itemSubImg,
.itemSubImg a{
	font-size:0;
}
.itemSubImg a{
	display:inline-block;
	margin-right:5px;
	margin-bottom:5px;
}
#itempage .contentLeft{
	width:325px;
	padding:5px 5px 0 5px;
	background:#f0f0f0;
}
#itempage .contentRight{
	width:590px;
}
#itempage .bx-wrapper{
	margin-bottom:5px;
}
#itempage .bx-wrapper .bx-viewport{
	/*height:520px !important;
	line-height:520px;*/
	text-align:center;
	max-height:500px;
}
#itempage .bx-wrapper .bx-viewport img{
	width:100%;
	height:auto;
}
#itempage .detail{
	margin-top:50px;
}
#itempage .item_detail{
	width:100%;
	margin-bottom:30px;
}
#itempage .item_detail th,
#itempage .item_detail td{
	padding:5px 10px;
	border:#d0d0d0 1px solid;
}
#itempage .item_detail th{
	background:#f8f8f8;
	width:170px;
	text-align:left;
}
#itempage input[type=text]{
	border:#d0d0d0 1px solid;
	padding:5px 10px;
	box-sizing:border-box;
	display:inline-block;
}
#itempage input[type=submit]{
	display:inline-block;
	padding:10px 40px;
	background:#333;
	color:#fff;
	border-radius:3px;
	cursor:pointer;
}
#banners{
	margin-bottom:30px;
}
#banners ul{
	list-style:none;
}
#banners ul li{
	margin-bottom:5px;
	text-align:center;
	float:left;
	width:460px;
	margin-right:5px;
	box-sizing:border-box;
	border:#000 1px solid;
}
#banners ul li:nth-child(4){
	margin-right:0;
}
#banners ul li img{
	max-width:100%;
	height:auto;
}
#headPr{
	width:100%;
	table-layout:fixed;
}
#headPr .th,
#headPr .td{
	width:50%;
	font-size:24px;
	box-sizing:border-box;
	line-height:1;
	vertical-align:middle;
	padding:10px 30px;
}
#headPr .th{
	background:#333;
	text-align:right;
}
#headPr .th a{
	color:#fff;
}
#headPr .td{
	background:#d0d0d0;
	text-align:left;
}
#headPr .td a{
	color:#333;
}
/*---------------------------------------------------------
//	Related Post Style
---------------------------------------------------------*/
#related-entries{
	padding-top:30px;
	margin-top:30px;
	border-top:#ccc 3px double;
}
#relatedContent .td{
	text-align:center;
}
#relatedContent .td .related-entry-thumb{
	/*width:150px;
	height:150px;
	overflow:hidden;*/
	text-align:center;
	margin-bottom:10px;
}
/*---------------------------------------------------------
//	フォーム Style
---------------------------------------------------------*/
#contact .contact{
	padding:20px 0;
	border:#f0f0f0 2px solid;
	text-align:center;
	margin-bottom:40px;
	color:#333;
	font-weight:bold;
	line-height:1.2;
}
#contact .contact .top{
	font-size:18px;
	text-align:center;
	margin-bottom:0;
}
#contact .contact .top span{
	color:#333333;
	font-family:Helvetica,sans-serif;
	font-size:20px;
	font-size:2rem;
}
#contact .contact .bottom{
	font-size:48px;
	font-family:Helvetica,sans-serif;
	margin-bottom:0;
	display:inline-block;
	line-height:1;
}
#contact .contact .bottom::before{
	content:url(images/icon_freedial.png);
	display:inline-block;
	margin-right:8px;
}
#contact p.headtxt {
	margin-bottom: 1em;
}

#contact table {
	width: 100%;
	margin-bottom: 40px;
	background: none;
	border: none;
}

#contact table tr:nth-child(odd) {
	background: #eeeeee;
}

#contact table tr:last-child {
	border-bottom: #d0d0d0 1px solid;
}

#contact table th,
#contact table td {
	background: none;
	border: none;
	padding: 20px 25px;
}

#contact table th {
	text-align: left;
	width: 25%;
}

#contact table th span {
	font-weight: normal;
	line-height: 1;
	padding: 3px 5px;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}

#contact table th span.req {
	background: #f16b7a;
}

#contact table th span.any {
	background: #1c55b4;
}

#contact table td input[type=text],
#contact table td input[type=email],
#contact table td textarea,
#contact table td select {
	padding: 5px 10px;
	border: #aaa 1px solid;
	display: inline-block;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
}

#contact table tr.postal td input:first-child {
	width: 10%;
}

#contact table tr.postal td input:last-child {
	width: 15%;
}

#contact table tr.name td input,
#contact table tr.kana td input,
#contact table tr.company td input {
	width: 35%;
	margin-right:1%;
}

#contact table tr.address td input,
#contact table tr.email td input {
	width: 100%;
}

#contact table tr.email td input:first-child {
	margin-bottom: 3px;
}

#contact table tr.tel td input {
	width: 15%;
}

#contact table textarea {
	width: 100%;
	height: 200px;
}

#contact table tr.email th,
#contact table tr.email td,
#contact table tr.message th,
#contact table tr.message td {
	vertical-align: top;
}

#contact .pref select {
	padding: 5px 40px 5px 10px;
	border: #aaa 1px solid;
	display: inline-block;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
}

#contact .pref .wrap {
	position: relative;
	display: inline-block;
}

#contact .pref .wrap::after {
	font-family: fontawesome;
	content: "\f107";
	font-size: 12px;
	position: absolute;
	right: 0;
	display: inline-block;
	top: 7px;
	right: 10px;
}

#contact table tr.photo img {
	max-width: 50%;
	height: auto;
}

#contact .notes,
.pp_notes{
	background-color: #fafad2;
	color: saddlebrown;
	font-size: 0.8em;
	padding: 20px 40px;
	margin-left:0;
	margin-bottom: 40px;
}

.termslink {
	color: #1c55b3;
	text-align: center;
	margin-bottom: 40px;
}

.termslink a {
	color: #1c55b3;
	text-decoration: underline;
}

.termslink i {
	margin-left: 10px;
}

.submitbtn {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}

.submitbtn span {
	display: inline-block;
	position: relative;
}

.submitbtn input {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 3px;
	color: #fff;
}

.submitbtn input[type=submit].confirm {
	width: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding: 0;
	cursor: pointer;
	margin: 0 10px;
	background: #333333;
}
#moresearch .submitbtn input[type=submit].confirm,
#shop #search .submitbtn input[type=submit].confirm,
#shopDetail #search .submitbtn input[type=submit].confirm{
	background: #FED781;
}

.submitbtn input[type=submit].backBtn {
	width: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding: 0;
	cursor: pointer;
	margin: 0 10px;
	background: #666;
}

.checkbox01-input {
	display: none;
}

.mwform-checkbox-field-text {
	padding-left: 35px;
	position: relative;
	margin-right: 20px;
	padding-top: 5px;
}

.mwform-checkbox-field-text::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	background: #fff;
}

.checkbox01-input:checked + .mwform-checkbox-field-text {
	width: 24px;
	height: 24px;
}

.checkbox01-input:checked + .mwform-checkbox-field-text::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	background: #333333;
	border-radius: 3px;
	left: 5px;
	top: 5px;
}

.mw_wp_form .vertical-item {
	position: relative;
}

/*---------------------------------------------------------
//	Calendar Style
---------------------------------------------------------*/
#cal{
	margin-bottom:50px;
}
.usces_calendar{
	width:100%;
	table-layout:fixed;
	margin-bottom:1em;
}
.usces_calendar th,
.usces_calendar td{
	text-align:center;
	vertical-align:middle;
	border:#999 1px solid;
}
.usces_calendar th{
	background:#333;
	color:#fff;
}

/*---------------------------------------------------------
//	SEntry Style
---------------------------------------------------------*/
.sentry span[style*="background-color"]{
	display:block;
	padding:5px 20px;
}
#main{
	padding-bottom:50px;
}
#eyecatch{
	text-align:center;
	margin-bottom:40px;
}
.sentry img {
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
	transition: all .40s;
	max-width: 100%;
	height: auto;
}

.sentry a:hover img {
	opacity: 0.7;
}

hr {
	border-top: 1px solid #8c8b8b;
	margin: 1.5em 0;
}

.sentry a {
	color: #333333;
	text-decoration: underline;
}

.sentry a:hover {
	text-decoration: none;
}

.sentry h2, .sentry h3, .sentry h4, .sentry h5, .sentry h6 {
	margin-bottom: 1em;
	clear: both;
}

.sentry h2 {
	position: relative;
	padding-bottom: .2em;
	border-bottom: 6px solid #917846;
	font-size: 2.4rem;
}

.sentry h3 {
	position: relative;
	padding-bottom: .2em;
	border-bottom: 3px solid #ccc;
	font-size: 20px;
	font-size: 2rem;
}

.sentry h3:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #917846;
}

.sentry h4 {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px;
	background: #f8f8f8;
}

.sentry h5 {
	font-weight: bold;
}

.sentry p {
	margin-bottom: 1em;
}

.sentry ul {
	margin-left: 20px;
	padding: 0;
	margin-bottom: 1.5em;
}

.sentry ul li {
	list-style-type: disc;
	padding: 0;
	margin: 0;
	padding-left: 0;
}

.sentry ul li ul li {
	list-style: circle;
}

.sentry ol {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	padding: 0;
}

.sentry ol li {
	list-style-type: decimal;
	padding: 0;
	margin: 0;
	padding-left: 0;
}

.sentry ul li ol li {
	list-style-type: decimal;
}

.sentry ol li ul li {
	list-style-type: disc;
}

.sentry dl {
	margin-bottom: 1em;
}

.sentry dt {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.sentry dd {
	padding:1em;
	border:#f0f0f0 1px solid;
	margin-bottom: 1.5em;
	margin-left:2em;
}

.sentry blockquote {
	margin: 0 0 1.5em;
	color: #666;
	padding: 2em;
	position: relative;
	line-height: 1.8;
	background-color: #f0f0f0;
}

.sentry blockquote *:last-child {
	margin-bottom: 0;
}

.sentry table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
	width: 100%;
	/*overflow: hidden;*/
	border: 1px solid #d0d0d0;
}

.sentry table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
	width: 100%;
	border: 1px solid #d0d0d0;
}

.sentry table th {
	background: #f5f5f5;
	padding: 15px 25px;
	/*white-space: nowrap;*/
	text-align: left;
}

.sentry table tr.odd th {
	background: #f6faf1;
}

.sentry table td {
	padding: 15px 25px;
}

.sentry table th,
.sentry table td {
	border-top: #d0d0d0 1px solid;
	border-left: #d0d0d0 1px solid;
	border-right: #d0d0d0 1px solid;
}

.sentry table tbody td {
	border: #dddddd 1px solid;
	background:#fff;
}

.sentry img {
	max-width: 100%;
	padding: 0;
	height: auto;
}

.sentry img.alignleft {
	float: left;
	clear: left;
	margin: 0 1em 1.5em 0px;
}

.sentry img.aligncenter, .sentry img.centered, .sentry img.center {
	display: block;
	margin: 0 auto 1.5em;
	float: none;
	clear: both;
}

.sentry img.alignright {
	float: right;
	clear: right;
	margin: 0 0 1.5em 1em;
}

.sentry .wp-caption.alignleft {
	text-align: left;
	float: left;
	clear: left;
	margin: 0 1em 1.5em 0px;
}

.sentry .wp-caption.alignleft * {
	text-align: left;
}

.sentry .wp-caption.aligncenter {
	text-align: center;
	margin: 0 auto 1.5em;
	float: none;
	clear: both;
}

.sentry .wp-caption.aligncenter * {
	text-align: center;
}

.sentry .wp-caption.alignright {
	text-align: right;
	float: right;
	clear: right;
	margin: 0 0 1.5em 1em;
}

.sentry .wp-caption.alignright * {
	text-align: right;
}

.sentry p,
.sentry li,
.sentry dt,
.sentry dd {
	text-align: justify;
	text-justify: distribute;
	line-height: 1.8;
}

.sentry iframe {
	width: 100%;
}

.sentry table th img,
.sentry table td img {
	width: 100%;
	height: auto;
}

.sentry pre {
	padding: 25px;
	background: #f0f0f0;
	border: #d0d0d0 1px solid;
	margin-bottom: 1.5em;
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-size: 16px;
	font-size: 1.6rem;
}

.sentry .flex {
	margin-bottom: 30px;
	padding: 1em;
}
.special .sentry{
	background: rgba(255,255,255,0.85);
	padding:1em;
	box-sizing:border-box;
}

.sentry .flex.left .contentLeft {
	width: 35.2941176%;
}



.sentry .flex.left .contentRight {
	width: 60%;
}

.sentry .flex.right .contentLeft {
	width: 60%;
}

.sentry .flex.right .contentRight {
	width: 35.2941176%;
}

.sentry .flex.top .contentTop {
	margin-bottom: 20px;
}

.sentry .flex-imgs.cols2 .contentLeft {
	width: 48.235294%;
	margin-right: 3.529412%;
}

.sentry .flex-imgs.cols3 .contentLeft {
	width: 30.9%;
	margin-right: 3.529412%;
}

.sentry .flex-imgs.cols4 .contentLeft {
	width: 22.352941%;
	margin-right: 3.529412%;
}

.sentry .flex-imgs .contentLeft:last-child {
	margin-right: 0;
}

.sentry .flex-imgs .contentLeft .thumb {
	margin-bottom: 5px;
}

.sentry .flex-imgs .contentLeft .txtbody {
	text-align: center;
}

.sentry .flex-layer {
	position: relative;
	height: 100%;
}

.sentry .flex-layer .layerBg {
	position: relative;
	width: 100%;
}

.sentry .flex-layer .layerInner {
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sentry .flex-layer .layerInner .layerWrap {
	display: table;
	width: 100%;
	height: 100%;
}

.sentry .flex-layer .layerInner .layderContent {
	display: table-cell;
}

.grid-item {
	width: 24%;
	margin-bottom: 10px;
	line-height: 0;
	border: #ddd 5px solid;
	box-sizing: border-box;
	text-align: center;
}

.grid-item--width2 {
	width: 49%;
}

#productdetail.sentry .eyecatch {
	border: #ccc 2px solid;
	margin-bottom: 40px;
}

#productdetail.sentry .cf_prd_ttl_cap {
	font-size: 24px;
	font-size: 2.4rem;
	color: #333333;
	margin-bottom: 5px;
	line-height: 1;
}

#productdetail.sentry h2.cf_prd_ttl {
	font-size: 36px;
	font-size: 3.6rem;
	border-bottom: #333 1px solid;
	padding-bottom: 5px;
	line-height: 1;
}

#productdetail.sentry .cf_prd_catch {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}

#productdetail.sentry .cf_prd_subtxt {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

#productdetail.sentry ul.cf_prd_benefits,
#productdetail.sentry ul.cf_prd_benefits li {
	list-style: none;
	padding: 0;
	margin-left: 0;
}

#productdetail.sentry ul.cf_prd_benefits li {
	font-size: 16px;
	font-size: 1.6rem;
	border-left: #333333 6px solid;
	padding: 5px 20px;
	background: #f0f0f0;
	border-bottom: #cccccc 2px solid;
	margin-bottom: 4px;
}
#posts dl{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #ddd 1px solid;
	display:table;
	box-sizing:border-box;
	width:100%;
}
#posts dl dt,
#posts dl dd{
	display:table-cell;
}
#posts dl dt{
	width:25%;
}
#posts dl dt i{
	margin-right: 5px;
}
#posts dl dt span{
	line-height:1;
	padding:3px 10px;
	font-size:1.2rem;
	background:#917846;
	color:#fff;
	margin-left:1em;
}
#posts dl dd a{
	color:#333;
	font-weight:bold;
}
#posts dl dd p{
	font-size:1.4rem;
}
.archive #posts{
	padding:50px;
	background:#f8f8f8;
}

#main.award{
	background:#141414;
	color:#fff;
}
#main.award .breadcrumbs a{
	color:#fff;
}
.prItem{
	margin-bottom:3em;
	width:48%;
	float:left;
}
.prItem:nth-child(2n){
	float:right;
}
.prItem h3{
	border-bottom:none;
	border-bottom:#c1a945 4px solid;
	position:relative;
	padding-left:1.2em;
	font-size:2.4rem;
}
.prItem h3::before{
	position: absolute;
    top: .65em;
    left: 0em;
    z-index: 2;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #c1a945;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sentry .prItem h3:after{
	display:none;
}
.prItem .th{
	width:35%;
}
.prItem .th .thumb{
	margin-bottom:1.5em;
}
.prItem .th .linkBtn{
	text-align:center;
}
.prItem .th .linkBtn a{
	display:inline-block;
	padding:1em;
	background: #e6e48f;
	background: -moz-linear-gradient(top, #e6e48f 0%, #c1a945 50%, #e6e48f 100%);
	background: -webkit-linear-gradient(top, #e6e48f 0%,#c1a945 50%,#e6e48f 100%);
	background: linear-gradient(to bottom, #e6e48f 0%,#c1a945 50%,#e6e48f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e48f', endColorstr='#e6e48f',GradientType=0 );
	color:#000;
	box-sizing:border-box;
	line-height:1;
	text-decoration:none;
	width:70%;
	border:#c1a945 1px solid;
}
.prItem .th .linkBtn a:hover{
	background:#121212;
}
.prItem .th,
.prItem .td{
	vertical-align:top;
}
.prItem .td{
	padding-left:2em;
}
.prdPr2::after{
	display:block;
	content:"";
	clear:both;
}
.prItem2{
	box-sizing:border-box;
	width:30%;
	text-align:center;
	float:left;
	margin-right:5%;
	margin-bottom:2em;
}
.prItem2:nth-child(3n){
	margin-right:0;
}
.prItem2 h3{
	border-bottom:none;
	font-size:2rem;
	text-align:center;
	padding:0;
}
.prItem2 h3::before,
.prItem2 h3::after{
	display:none;
}
.prItem2 .thumb{
	margin-bottom:1em;
}
.prItem2 .btn:hover{
	background:#333;
}
#main.award .sentry .flex-free h4{
	background:none;
}
.sentry .awardBox{
	margin-bottom:2em;
}
.sentry .awardBox .awardBoxInner{
	padding:1em;
	background:#483832;
}
.sentry .awardBox p{
	margin-bottom:0;
}
.sentry .awardBox a{
	color:#fff;
}
/*---------------------------------------------------------
//	Shop Detail Layout
---------------------------------------------------------*/
#shopDetail #content{
	width:935px;
	float:right;
}
#shopDetail #shopside{
	width:200px;
	float:left;
	
	background:#d0d0d0;
}
#itempage .exp {
    margin-bottom: 10px;
}
#itempage .field {
    height: auto;
    width: auto;
    margin: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
#itempage .field .field_name {
    text-align: left;
}
em.tax {
    font-size: 0.7em;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    color: inherit;
    letter-spacing: 0em;
    white-space: nowrap;
}
#itempage .field .field_price {
    font-size: 140%;
    font-weight: bold;
    color: #ED5B14;
    margin: 0px;
    padding: 0px;
    text-align: right;
    width: auto;
}
.catnav li h2{
	padding:0 !important;
}
.catnav li img{
	display:none !important;
}
.catnav li .count{
	display:none;
}
.woocommerce-page.columns-1 ul.products li.product, .woocommerce.columns-1 ul.products li.product{
	margin-bottom:0;
}
.woocommerce table.shop_attributes th{
	text-align:left !important;
}
.woocommerce .quantity .qty{
	border:#ccc 1px solid;
	padding:9px 5px;
}
.widget-prd-search{
	margin-bottom:30px;
}
.widget-woof{
	padding:10px;
	border:#d0d0d0 1px solid;
}
.widget-woof select{
	width:100%;
}
.chosen-container-single .chosen-single{
	border-radius:0;
	background:none;
	border:#d0d0d0 1px solid;
	box-shadow:none;
}
.widget-woof button.woof_submit_search_form{
	background:#FED781;
	color:#fff;
}
.widget-woof input[type=search].woof_show_text_search{
	border:#d0d0d0 1px solid;
}
.widget-prd-search h3{
	text-align:center;
}
.woocommerce-billing-fields input[type=text],
.woocommerce-billing-fields input[type=tel],
.woocommerce-billing-fields input[type=email],
.woocommerce-shipping-fields input[type=text],
.woocommerce-shipping-fields input[type=tel],
.woocommerce-shipping-fields input[type=email],
.woocommerce-form-login input[type=text],
.woocommerce-form-login input[type=password]{
	border:#ccc 1px solid;
	padding:5px;
}
#billing_country_field,
#shipping_country_field{
	display:none;
}
.woocommerce-additional-fields textarea{
	border:#ccc 1px solid;
	padding:5px;
}
ul.wc_payment_methods,
ul.wc_payment_methods li{
	list-style:none !important;
}

.woocommerce ul.products li.product a img{
	max-width:100%;
	width:auto;
	margin:auto;
}
.woocommerce div.product div.images img{
	max-width:100% !important;
	width:auto !important;
	margin:auto !important;
}

#routeMapArea{
	display:none;
}
#routeMap {
	margin-left:auto;
	margin-right:auto;
	height:250px;
	text-align:center;
}
.sentry .giftwrap_ul{
	list-style:none;
}
.sentry .giftwrap_ul li{
	padding:10px;
	list-style:none;
}
.wc_giftwrap_notes{
	border:#d0d0d0 1px solid;
	box-sizing:border-box;
	padding:10px;
}
.woocommerce-price-suffix{
	display:none;
}
.woocommerce ul.products li.product .button{
	display:none;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1;
    border: #ccc 1px solid;
    padding: 5px;
    background:#ffee;
}
.add_address{
	font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
	background-color: #a46497;
    color: #fff !important;
    text-decoration:none !important;
}
form.woocommerce-ordering{
	display:none !important;
}
.add_address:hover{
	background:#935386;
}
.embedVideo{
	margin-bottom:1.5em;
}
/*.contentLeft.video .thumb{
	margin-top:-56.25%;
}*/
.youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background:#001852;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background:#BDA017;
}


/*---------------------------------------------------------
//	Font Style
---------------------------------------------------------*/
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product a{
	/*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO" !important;*/
	/*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;*/
	font-family: Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.woocommerce ul.products li.product .price{
	font-size:1em;
	color:#ED5B14;
	font-weight:bold;
}
.shop_table *{
	font-family: Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.woocommerce a.remove{
	width:inherit;
	height:inherit;
	font-size:14px;
	border-radius:3px;
	line-height:1.6;
}
.cross-sells > h2{
	/*display:none;*/
}
.woocommerce-MyAccount-navigation-link--downloads{
	display:none !important;
}
*[disabled]{
	background:#ccc;
}
.wpf_hierachy{
	padding-left:0;
}
.wpf_hierachy .wpf_submenu{
	padding-left:1.5em !important;
}
.wpf_items_wrapper .wpf_item ul li{
	display:block !important;
}
.wpf_item li{
	margin-bottom:0 !important;
}
.wpf_items_wrapper{
	padding:0 1em;
	border:#ccc 1px solid;
	background:#f0f0f0;
}
.wpf_search_button{
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:0.3em 0.8em !important;
}
.frmNotice span{
	display:block;
	font-size:14px;
}
.frmNotice{
	border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
	border-radius: 4px;
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
	padding:15px;
	margin-bottom:1.5em;
}
.frmNotice p{
	margin-bottom:0 !important;
}
.woocommerce table.my_account_orders .button{
	margin-right:1%;
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}
.selectGender{
	padding: 5px;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: #ffee;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-color: #ccc;
}
.cross-sells li h2{
	border:none !important;
}
.alert-info{
    border: 1px solid transparent;
    border-radius: 4px;
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding:15px;
    margin-bottom:1.5em;
}
.alert-info :last-child{
	margin-bottom:0;
}
.select2-container--default .select2-selection--single{
	background:#ffee;
}
#subcat{
	margin-bottom:2em;
}
#subcat ul,
#subcat ul li{
	list-style:none;
}
#subcat li{
	display:inline-block;
	margin-right:0.5em;
}
#subcat li a{
	display:block;
	padding:5px 10px;
	background:#001852;
	color:#fff;
	border-radius:3px;
}
#subcat li a:hover{
	text-decoration:none;
	background:#917846;
}
.woocommerce div.product form.cart .variations{
	margin:1em 0 1.5em 0;
}
.woocommerce div.product form.cart .variations select,
#wcmca_address_select_menu_billing,
#wcmca_address_select_menu_shipping,
.wcmca_product_address_select_menu,
.ywcmas_addresses_manager_table_shipping_address_select,
.ywcmas_addresses_manager_address_select{
	padding: 5px;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-color: #ccc;
    margin-bottom: 2px;
    background:#ffee;
}
.woocommerce div.product form.cart .reset_variations{
	display:inline-block;
	padding:5px;
	line-height:1;
	vertical-align:middle;
	background:#666 !important;
	color:#fff;
	border-radius:3px;
}
.woocommerce-variation-price .price{
	font-size: 180% !important;
    font-weight: bold;
    color: #ED5B14 !important;
    margin: 0px;
    padding: 0px;
    text-align: right;
    width: auto;
}
#wcmca_form_popup_container_shipping .wcmca_input_field,
#wcmca_form_popup_container_billing .wcmca_input_field,
.wcmca_product_field_note,
td.ywcmas_addresses_manager_table_qty_td input.ywcmas_addresses_manager_table_qty{
	border:#ccc 1px solid;
	padding:5px;
	background:#ffee;
	margin-bottom:2px;
}
.wcmca_product_field_note{
	width:100%;
	box-sizing:border-box;
}
.variation dt,
.variation dd{
	border:none !important;
	padding:0 !important;
	margin:0 !important;
}
.variation dt{
	margin-right:1em !important;
}
.wcmca_product_shipping_box img{
	max-width:100% !important;
	height:auto !important;
}
.ywcmas_addresses_manager_table_shipping_address_select{
	width:100%;
	box-sizing:border-box;
}
.checkout.woocommerce-checkout,
.wpf_items_wrapper{
	font-family: Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
address{
	font-style:normal !important;
}
tr.shipping th,
tr.shipping td{
	font-size:75%;
}
.woocommerce form .form-row label{
	font-size:85%;
}
.woocommerce-thankyou-order-received{
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    text-align: center;
    margin-bottom: 2em;
    font-family: Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-size:140%;
}
.wpf_item input[type="text"]{
	padding:5px !important;
	background:#fff;
}
.wpuef_input_date{
	border:#ccc 1px solid;
	padding:5px;
}
.wpf_hierachy li input[type=checkbox][value=itemgenre],
.wpf_hierachy li input[type=checkbox][value=alcohol],
.wpf_hierachy li input[type=checkbox][value=amount],
.wpf_hierachy li input[type=checkbox][value=drink]{
	display:none;
}

/*---------------------------------------------------------
//	Brand Style
---------------------------------------------------------*/
#brand{
	font-family: Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
#brand img{
	max-width:100%;
	height:auto;
}
#brand #brandTop{
	background:#121212;
	color:#fff;
	padding:0.7em 0;
}
#brand #brandTop .table{
	table-layout:fixed;
}
#brand #brandTop h1{
	font-size:24px;
}
#brand #brandTop .td ul{
	text-align:right;
}
#brand #brandTop .td ul li{
	display:inline-block;
	margin-left:2em;
}
#brand #brandTop a{
	color:#fff;
}
#brand #brandMain{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
	z-index: 0;
	height:70vh;
	display:table;
	width:100%;
}
#brand #brandMain .wrap{
	display:table-cell;
	vertical-align:middle;
}
#brand #brandMain::after{
	width:100%;
	height:100%;
	display:block;
	content:"";
	background:rgba(0,0,0,0.5);
	left:0;
	top:0;
	position:absolute;
	z-index: 1;
}
#brand #brandMain .inner{
	position:relative;
	z-index: 2;
	color:#fff;
}
#brand #brandMain .inner h1{
	font-size:36px;
	margin-bottom:0.5em;
	line-height:1.6;
}
#brand #brandMain .inner .brandMainText{
	font-size:18px;
	font-weight:bold;
	margin-bottom:2em;
}
#brand #brandMain .inner .th,
#brand #brandMain .inner .td{
	vertical-align:middle;
}
#brand #brandMain .inner .td{
	padding-left:5em;
}
.buy a{
	display:inline-block;
	padding:0.5em 3em;
	background:#917846;
	color:#fff;
	font-weight:bold;
	border-radius:5px;
	font-size:18px;
}
#brand #brandFeatures{
	background:url(images/brand/lp_bg_01.png) repeat center center;
	padding:5em 0;
}
#brand #brandFeatures header{
	text-align:center;
	margin-bottom:5em;
}
#brand #brandFeatures .brandArticle{
	background-position:center center;
}
#brand #brandFeatures .featuresWrap{
	width:50%;
	float:left;
}
#brand #brandFeatures .featuresWrap:nth-child(2n){
	float:right;
	text-align:right;
}
#brand #brandFeatures .features{
	display:inline-block;
	text-align:center;
	width:66.666666%;
	margin-bottom:3em;
}
#brand #brandFeatures .features .icon{
	color:#917846;
	font-size:60px;
	line-height:1;
	margin-bottom:20px;
}
#brand #brandFeatures .features h3{
	font-size:18px;
}
#brand #brandPr{
	background:#917846;
	color:#fff;
	padding:1em 0;
	font-size:18px;
}
#brand #brandPr a{
	display:inline-block;
	color:#917846;
	background:#fff;
	border-radius:5px;
	font-size:16px;
	padding:0.4em 2em;
	font-weight:bold;
}
#brand #addedFeature1{
	background:url(images/brand/lp_bg_02.png) repeat center center;
}
#brand #addedFeature2{
	background:url(images/brand/lp_bg_03.png) repeat center center;
}
#brand .addedFeatures{
	padding:5em 0;
	background-size:cover;
}
#brand .addedFeatures .table{
	width:100%;
	table-layout:fixed;
}
#brand .addedFeatures .th,
#brand .addedFeatures .td{
	vertical-align:middle;
	color:#fff;
}
#brand .addedFeatures h3{
	font-size:32px;
	line-height:1.4;
	margin-bottom:0.8em;
}
#brand #addedFeature1 .th{
	text-align:left;
}
#brand #addedFeature2 .td{
	text-align:right;
}
#brand #brandOptions{
	background:url(images/brand/lp_bg_01.png) repeat center center;
	padding:5em 0;
}
#brand #brandOptions header{
	text-align:center;
	margin-bottom:3em;
}
header.brandHeader h2{
	font-size:24px;
	margin-bottom:1em;
}
#brand #brandOptions .brandArticle{
	text-align:center;
}
#brand #brandOptions .brandArticle .entry{
	display:inline-block;
	width:33%;
}
#brand #brandOptions .brandArticle .entry .icon{
	margin-bottom:1.5em;
}
#brand #brandOptions .brandArticle .entry h3{
	font-size:18px;
	margin-bottom:0.5em;
}
#brand #brandPr2{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
	z-index: 0;
	height:57vh;
	display:table;
	width:100%;
}
#brand #brandPr2::after{
	width:100%;
	height:100%;
	display:block;
	content:"";
	background:rgba(0,0,0,0.5);
	left:0;
	top:0;
	position:absolute;
	z-index: 1;
}
#brand #brandPr2 .brandPr2Wrap{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#brand #brandPr2 .inner{
	position:relative;
	z-index:2;
	color:#fff;
}
#brand #brandPr2 .inner .prPhrase{
	font-size:24px;
	font-weight:bold;
	margin-bottom:1em;
}
#brand #brandReviews{
	background:#f4f4f4;
	padding:5em 0;
}
#brand #brandReviews .reviewSlider{
	text-align:center;
}
#brand #brandReviews .reviewSlider .icon{
	text-align:center;
	margin-bottom:1.5em;
}
#brand #brandReviews .reviewSlider .icon img{
	display:inline;
}
#brand #brandReviews .reviewSlider .reviewTxt{
	margin-bottom:1em;
}
#brandFooter{
	background:#121212;
	color:#fff;
	padding:5em 0;
}
#brandFooter #brandFooterLogo{
	margin-bottom:1em;
}
#brandFooter .th,
#brandFooter .td{
	vertical-align:middle;
}
#brandFooter .th{
	width:40%;
}
#brandFooter .td{
	text-align:right;
}
#brandFooter a{
	color:#fff;
}
#brandFooter ul li{
	display:inline-block;
	margin-right:2em;
}
#brandFooter ul li::before{
	content:"・";
}
.slick-dots{
	bottom:-50px;
}
.slick-dots li button:before{
	color:#917846;
}


/*---------------------------------------------------------
//	Shop List Style
---------------------------------------------------------*/
#shopMap{
	width:60%;
	margin-left:auto;
	margin-right:auto;
}
#shopMap .shopMapInner{
	padding:20px;
	border:#ddd 1px solid;
}
#shopMapSelect{
	width:60%;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	border:#ddd 1px solid;
	margin-top:20px;
}
.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
#shopListInfo .shopGrp{
	margin-bottom:3em;
}
#shopListInfo .shopInfo{
	background:#f8f8f8;
	background-image:url(/wp-content/uploads/2018/09/bg_shop.png);
	padding:1.5em;
	margin-bottom: 10px;
}

#shopListInfo .shopInfo h3{
	margin-bottom: 0.5em;
    position: relative;
    padding: 0 0 0 1.5em;
    font-size:1.8rem;
}
#shopListInfo .shopInfo h3::after{
	position: absolute;
    top: .5em;
    left: 0em;
    z-index: 2;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #917846;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#shopListInfo .shopInfo .infoWrap{
	padding:5px;
	background:#fff;
}
#shopListInfo .shopInfo table{
	width:100%;
	background:#fff;
}
#shopListInfo .shopInfo table th,
#shopListInfo .shopInfo table td{
	padding:5px 15px;
	border:#d0d0d0 1px solid;
	text-align:left;
}
#shopListInfo .shopInfo table th{
	width:15%;
}
#toTop{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50px;
  background: #917846;
  opacity: 0.6;
}
#toTop:hover{
	background:#121212;
}
#toTop a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#toTop a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  line-height: 1;
}
.toShop{
	margin:5px 0 0 0;
	text-align:right;
}
.toShop a{
	display:inline-block;
	padding:8px 20px;
	background:#917846;
	color:#fff;
	font-size:1.2rem;
	line-height:1;
}

#blog::after{
	content:"";
	display:block;
	clear:both;
}
#blog .entry{
	width:24.358974%;
	margin-right:0.854701%;
	float:left;
	margin-bottom:10px;
}
#blog .entry dd{
	padding:1em;
	background:#f0f0f0;
}
#blog .entry dd a,
#blog .entry dd time{
	display:block;
}
#blog .entry dd a{
	margin-bottom:0.5em;
}
#blog .entry dd time{
	color:#999;
}
#blog .entry dd time i{
	margin-right:5px;
}
#blog .entry img{
	max-width:100%;
	height:auto;
}
#blog .entry:nth-of-type(4n){
	margin-right:0;
}

ul.jp_map {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul.jp_map a {
	color: #000;
	text-shadow: #fff 2px 0px,
	#fff -2px 0px,
	#fff 0px -2px,
	#fff 0px 2px,
	#fff 2px 2px,
	#fff -2px 2px,
	#fff 2px -2px,
	#fff -2px -2px,
	#fff 1px 2px,
	#fff -1px 2px,
	#fff 1px -2px,
	#fff -1px -2px,
	#fff 2px 1px,
	#fff -2px 1px,
	#fff 2px -1px,
	#fff -2px -1px;
	text-decoration:none;
}

.jp_map li a {
	box-sizing: border-box;
	width: calc(50% - 6px);
	float: left;
	padding: 7px 0;
	border-radius: 5px;
	text-align: center;
	margin: 3px;
	letter-spacing:2px;
}

.jp_map li a:hover {
	text-decoration: none;
}

.jp_map li:nth-child(1) a {
	background-color: #bd6748;
}

.jp_map li:nth-child(1) a {
	background-color: #bd6748;
}

.jp_map li:nth-child(2) a {
	background-color: #c49958;
}

.jp_map li:nth-child(3) a {
	background-color: #c49958;
}

.jp_map li:nth-child(4) a {
	background-color: #c49958;
}

.jp_map li:nth-child(5) a {
	background-color: #c49958;
}

.jp_map li:nth-child(6) a {
	background-color: #c49958;
}

.jp_map li:nth-child(7) a {
	background-color: #c49958;
}

.jp_map li:nth-child(8) a {
	background-color: #cac264;
}

.jp_map li:nth-child(9) a {
	background-color: #cac264;
}

.jp_map li:nth-child(10) a {
	background-color: #cac264;
}

.jp_map li:nth-child(11) a {
	background-color: #cac264;
}

.jp_map li:nth-child(12) a {
	background-color: #cac264;
}

.jp_map li:nth-child(13) a {
	background-color: #cac264;
}

.jp_map li:nth-child(14) a {
	background-color: #cac264;
}

.jp_map li:nth-child(15) a {
	background-color: #98ae66;
}

.jp_map li:nth-child(16) a {
	background-color: #98ae66;
}

.jp_map li:nth-child(17) a {
	background-color: #98ae66;
}

.jp_map li:nth-child(18) a {
	background-color: #98ae66;
}

.jp_map li:nth-child(19) a {
	background-color: #98ae66;
}

.jp_map li:nth-child(20) a {
	height: 20%;
	background-color: #98ae66;
}

.jp_map li:nth-child(21) a {
	background-color: #98ae66;
}

.jp_map li:nth-child(22) a {
	background-color: #98ae66;
}

.jp_map li:nth-child(23) a {
	background-color: #98ae66;
}

.jp_map li:nth-child(24) a {
	background-color: #519768;
}

.jp_map li:nth-child(25) a {
	background-color: #519768;
}

.jp_map li:nth-child(26) a {
	background-color: #519768;
}

.jp_map li:nth-child(27) a {
	background-color: #519768;
}

.jp_map li:nth-child(28) a {
	height: 20%;
	background-color: #519768;
}

.jp_map li:nth-child(29) a {
	background-color: #519768;
}

.jp_map li:nth-child(30) a {
	background-color: #519768;
}

.jp_map li:nth-child(31) a {
	background-color: #4a9a98;
}

.jp_map li:nth-child(32) a {
	background-color: #4a9a98;
}

.jp_map li:nth-child(33) a {
	background-color: #4a9a98;
}

.jp_map li:nth-child(34) a {
	background-color: #4a9a98;
}

.jp_map li:nth-child(35) a {
	background-color: #4a9a98;
}

.jp_map li:nth-child(36) a {
	background-color: #419cc0;
}

.jp_map li:nth-child(37) a {
	background-color: #419cc0;
}

.jp_map li:nth-child(38) a {
	background-color: #419cc0;
}

.jp_map li:nth-child(39) a {
	background-color: #419cc0;
}

.jp_map li:nth-child(40) a {
	background-color: #547ba8;
}

.jp_map li:nth-child(41) a {
	background-color: #547ba8;
}

.jp_map li:nth-child(42) a {
	background-color: #547ba8;
}

.jp_map li:nth-child(43) a {
	background-color: #547ba8;
}

.jp_map li:nth-child(44) a {
	background-color: #547ba8;
}

.jp_map li:nth-child(45) a {
	background-color: #547ba8;
}

.jp_map li:nth-child(46) a {
	background-color: #547ba8;
}

.jp_map li:nth-child(47) a {
	background-color: #60538c;
}

@media screen and (min-width: 768px) {
	ul.jp_map {
		padding: 84% 0 0;
	}


	.jp_map li a {
		width: 7%;
		height: 10%;
		border: solid #ffffff 2px;
		box-sizing: border-box;
		padding: 7px 0;
		float: none;
		font-size:1.2rem;
		margin: 0;
	}
	.jp_map li a:hover {
		text-decoration: none;
	}
	.jp_map li:nth-child(1) a {
		position: absolute;
		top: 0;
		left: 85%;
		width: 15%;
		background-color: #bd6748;
	}

	.jp_map li:nth-child(2) a {
		position: absolute;
		top: 11%;
		left: 85%;
		width: 14%;
		height: 5.5%;
		background-color: #c49958;

	}

	.jp_map li:nth-child(3) a {
		position: absolute;
		top: 16.5%;
		left: 92%;
		background-color: #c49958;
	}

	.jp_map li:nth-child(4) a {
		position: absolute;
		top: 26.5%;
		left: 92%;
		background-color: #c49958;
	}

	.jp_map li:nth-child(5) a {
		position: absolute;
		top: 16.5%;
		left: 85%;
		background-color: #c49958;
	}

	.jp_map li:nth-child(6) a {
		position: absolute;
		top: 26.5%;
		left: 85%;
		background-color: #c49958;
	}

	.jp_map li:nth-child(7) a {
		position: absolute;
		top: 36.5%;
		left: 92%;
		background-color: #c49958;
	}

	.jp_map li:nth-child(8) a {
		position: absolute;
		top: 46.5%;
		left: 92%;
		background-color: #cac264;
	}

	.jp_map li:nth-child(9) a {
		position: absolute;
		top: 46.5%;
		left: 85%;
		background-color: #cac264;
	}

	.jp_map li:nth-child(10) a {
		position: absolute;
		top: 46.5%;
		left: 78%;
		background-color: #cac264;
	}

	.jp_map li:nth-child(11) a {
		position: absolute;
		top: 56.5%;
		left: 85%;
		background-color: #cac264;
	}

	.jp_map li:nth-child(12) a {
		position: absolute;
		top: 56.5%;
		left: 92%;
		background-color: #cac264;
	}

	.jp_map li:nth-child(13) a {
		left: 85%;
		position: absolute;
		top: 66.5%;
		background-color: #cac264;
	}

	.jp_map li:nth-child(14) a {
		left: 78%;
		position: absolute;
		top: 66.5%;
		background-color: #cac264;
	}

	.jp_map li:nth-child(15) a {
		position: absolute;
		top: 36.5%;
		left: 78%;
		width: 14%;
		background-color: #98ae66;
	}

	.jp_map li:nth-child(16) a {
		position: absolute;
		top: 36.5%;
		left: 71%;
		background-color: #98ae66;
	}

	.jp_map li:nth-child(17) a {
		position: absolute;
		top: 36.5%;
		left: 64%;
		background-color: #98ae66;
	}

	.jp_map li:nth-child(18) a {
		left: 64%;
		position: absolute;
		top: 46.5%;
		background-color: #98ae66;
	}

	.jp_map li:nth-child(19) a {
		position: absolute;
		top: 56.5%;
		left: 78%;
		background-color: #98ae66;
	}

	.jp_map li:nth-child(20) a {
		left: 71%;
		position: absolute;
		top: 46.5%;
		height: 20%;
		background-color: #98ae66;
	}

	.jp_map li:nth-child(21) a {
		left: 64%;
		position: absolute;
		top: 56.5%;
		background-color: #98ae66;
	}

	.jp_map li:nth-child(22) a {
		left: 71%;
		position: absolute;
		top: 66.5%;
		background-color: #98ae66;
	}

	.jp_map li:nth-child(23) a {
		left: 64%;
		position: absolute;
		top: 66.5%;
		background-color: #98ae66;
	}

	.jp_map li:nth-child(24) a {
		left: 57%;
		position: absolute;
		top: 66.5%;
		background-color: #519768;
	}

	.jp_map li:nth-child(25) a {
		left: 57%;
		position: absolute;
		top: 46.5%;
		background-color: #519768;
	}

	.jp_map li:nth-child(26) a {
		left: 50%;
		position: absolute;
		top: 46.5%;
		background-color: #519768;
	}

	.jp_map li:nth-child(27) a {
		left: 50%;
		position: absolute;
		top: 56.5%;
		background-color: #519768;
	}

	.jp_map li:nth-child(28) a {
		left: 43%;
		position: absolute;
		top: 46.5%;
		height: 20%;
		background-color: #519768;
	}

	.jp_map li:nth-child(29) a {
		left: 57%;
		position: absolute;
		top: 56.5%;
		background-color: #519768;
	}

	.jp_map li:nth-child(30) a {
		left: 50%;
		position: absolute;
		top: 66.5%;
		background-color: #519768;
	}

	.jp_map li:nth-child(31) a {
		left: 36%;
		position: absolute;
		top: 46.5%;
		background-color: #4a9a98;
	}

	.jp_map li:nth-child(32) a {
		left: 29%;
		position: absolute;
		top: 46.5%;
		background-color: #4a9a98;
	}

	.jp_map li:nth-child(33) a {
		left: 36%;
		position: absolute;
		top: 56.5%;
		background-color: #4a9a98;
	}

	.jp_map li:nth-child(34) a {
		left: 29%;
		position: absolute;
		top: 56.5%;
		background-color: #4a9a98;
	}

	.jp_map li:nth-child(35) a {
		left: 22%;
		position: absolute;
		top: 51.5%;
		background-color: #4a9a98;
	}

	.jp_map li:nth-child(36) a {
		left: 36%;
		position: absolute;
		top: 78.5%;
		background-color: #419cc0;
	}

	.jp_map li:nth-child(37) a {
		left: 36%;
		position: absolute;
		top: 68.5%;
		background-color: #419cc0;
	}

	.jp_map li:nth-child(38) a {
		left: 29%;
		position: absolute;
		top: 68.5%;
		background-color: #419cc0;
	}

	.jp_map li:nth-child(39) a {
		left: 29%;
		position: absolute;
		top: 78.5%;
		background-color: #419cc0;
	}

	.jp_map li:nth-child(40) a {
		left: 14%;
		position: absolute;
		top: 46.5%;
		background-color: #547ba8;
	}

	.jp_map li:nth-child(41) a {
		left: 7%;
		position: absolute;
		top: 46.5%;
		background-color: #547ba8;
	}

	.jp_map li:nth-child(42) a {
		left: 0;
		position: absolute;
		top: 46.5%;
		background-color: #547ba8;
	}

	.jp_map li:nth-child(43) a {
		left: 7%;
		position: absolute;
		top: 56.5%;
		background-color: #547ba8;
	}

	.jp_map li:nth-child(44) a {
		left: 14%;
		position: absolute;
		top: 56.5%;
		background-color: #547ba8;
	}

	.jp_map li:nth-child(45) a {
		left: 14%;
		position: absolute;
		top: 66.5%;
		background-color: #547ba8;
	}

	.jp_map li:nth-child(46) a {
		left: 7%;
		position: absolute;
		top: 66.5%;
		background-color: #547ba8;
	}

	.jp_map li:nth-child(47) a {
		left: 0;
		position: absolute;
		top: 76.5%;
		background-color: #60538c;
	}
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	padding:.618em 2.5em .618em 1em;
	box-shadow:#999 2px 2px 3px;
}
.woocommerce #respond input#submit::after, .woocommerce a.button::after, .woocommerce button.button::after, .woocommerce input.button::after{
	display:inline-block;
	position:absolute;
	width:5px;
	height:16px;
	top:0;
	bottom:0;
	right:1em;
	margin:auto;
	color:#fff;
	content:"\f105";
	font-family:fontawesome;
}
.woocommerce a.button.wc-forward::after,
.woocommerce a.button.wc-backward::after,
.woocommerce a.button.expand::after{
	color:#515151;
	width:5px;
	height:16px;
	top:0;
	bottom:0;
	right:1em;
	margin:auto;
}
.wpf_search_button{
	box-shadow:#999 2px 2px 3px;
	position:relative;
}
.wpf_search_button::after,
.woocommerce a.button.checkout-button::after{
	display:inline-block;
	position:absolute;
	width:5px;
	height:16px;
	top:0;
	bottom:0;
	right:1em;
	margin:auto;
	color:#fff;
	content:"\f105";
	font-family:fontawesome;
}
.woocommerce input#place_order.button.alt{
	padding-right:1em;
}

#blog .postMeta{
	text-align:right;
}
#blog .postMeta a{
	display:block;
	padding:5px 10px;
	background:#001952;
	color:#fff;
}
/*---------------------------------------------------------
//	Access Style
---------------------------------------------------------*/
.access_box dt{
	color: #886A08;
}
.access_box dd{
	background-image: url(/wp-content/uploads/2019/01/bg_access.png);
	background-position:right center;
	max-width: 800px;
	border: none;
	color: #000;
	background-color: #F7F8E0;
}
.cp_ipselect{
	margin:1em auto;
}


/*---------------------------------------------------------
//	Story style
---------------------------------------------------------*/
.story{
    padding: 5em 0 5em;
    text-align: center;
	background: url(images/brand/lp_bg_01.png) repeat center center;
}
.story ul{
	width: 100%;
	margin: 60px 0;
}
.story ul li {
	width: 25%;
    height: 320px;
	position: relative;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E", "メイリオ", Meiryo, serif;
	list-style: none;
}

.story ul li:first-child {
    background: url(/wp-content/uploads/2019/05/story_01.jpg);
}
.story ul li:nth-child(2) {
    background: url(/wp-content/uploads/2019/05/story_02.jpg);
}
.story ul li:nth-child(3) {
    background: url(/wp-content/uploads/2019/05/story_03.jpg);
}
.story ul li:nth-child(4) {
    background: url(/wp-content/uploads/2019/05/story_04.jpg);
}

.story ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.70);
}
.story li a {
    text-decoration: none;
    display: block;
    line-height: 320px;
    position: relative;
    top: 50%;
    color: #000;
    font-size: 250%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.story ul li::before,
.story li a {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
}
.story ul li:hover a,
.story ul li:hover::before {
    opacity: 1;
}

.story .btn{
	border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
	color: #333;
	padding: 8px 30px;
    display: inline-block;
	margin:auto;
}
.story .btn:hover{
    background-color: #ccc;
	color: #fff;
    transition: .5s;
	text-decoration: none;
}

/* 京屋酒造とは */
.story_contents{
	margin-top: 100px;
}
.story_contents p{
	margin-top: 45px;
	margin-bottom: 0;
}


/*---------------------------------------------------------
//　京屋酒造について
---------------------------------------------------------*/
.sentry .page_nav{
	z-index:0;
	margin-bottom: 1em;
}
.sentry .page_nav ul{
	margin: auto;
}
.sentry .page_nav li{
	list-style: none;
}
.page_nav li a{
 	color: #917846;
}
.page_nav li::after{
 	content: "/";
  margin-right: 15px;
	margin-left:15px;
}
.page_nav li:last-child::after{
	content:none;
	margin-right: 0;
}


.badge{
	width:114px;
	margin:-3em auto;
}

.about_video{
	margin: 150px 0 0;
}

.isometric {
    display: block;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    background: #eee;
    box-sizing: border-box;
	width: 310px;
	margin-left: auto;
}
.isometric .iconback {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    vertical-align: middle;
}
.isometric .iconback .fas {
    line-height: 50px;
    font-size: 25px;
}
.isometric .btnttl {
    display: inline-block;
    width: 260px;
    height: 50px;
    text-align: center;
    border-bottom: solid 4px #dcdcdc;
    vertical-align: middle;
}
.isometric .islc {
    background:#917846;
    border-bottom: solid 4px #544628;
}
.isometric:hover {
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.isometric:hover .btnttl, .isometric:hover .iconback {
    border-bottom: none;
}



/*---------------------------------------------------------
//　ダウンロード
---------------------------------------------------------*/
.dl_app ul li{
	text-align: center;
	list-style:none;
	padding: 15px;
}

@media screen and (max-width:480px){
	.dl_app .flex{
		display: block;
	}
}


/*---------------------------------------------------------
//　カクテルレシピ
---------------------------------------------------------*/
.rcp_material{
	border-left: 3px solid #917846;
	font-size: 1.1em;
	color: #917846;
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px 0;
}
.rcp_main{
	font-size: 1.2em;
	color: #fff;
	margin-bottom: 10px;
}


/*---------------------------------------------------------
//	Special Contents Style
---------------------------------------------------------*/
.spPosts h3{
	font-size:1.8rem;
	margin-bottom:0.5em;
	font-weight:bold;
}
.spPosts .spPostBox:hover h3{
	text-decoration:underline;
}
.spPosts .spExcerpt{
	color:#666;
}
.spPosts{
	padding:1.5em;
	background:#f8f8f8;
}
.spPosts .spPostBox{
	margin-bottom:2em;
	padding-bottom:2em;
	border-bottom:#ddd 1px solid;
	display:block;
}
.spPosts .spPostBox:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.spPosts .spPostBox .contentRight{
	width:300px;
}
.spPosts .spPostBox .contentLeft{
	width:calc(100% - 300px);
	box-sizing:border-box;
	padding-right:30px;
}
/*---------------------------------------------------------
//	BUTTON Style
---------------------------------------------------------*/
.sentry .btn{
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem 1.5rem;
    font-size: 1.6rem;
    line-height: 1.6;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-decoration:none !important;
}
.sentry .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.sentry .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.sentry .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.sentry .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.sentry .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.sentry .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.sentry .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.sentry .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.sentry .btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}
.sentry .btn-cart {
    color: #fff !important;
    text-decoration:none !important;
    /*background: #25140a;
	background: -moz-linear-gradient(left, #25140a 0%, #715946 50%, #25140a 100%);
	background: -webkit-linear-gradient(left, #25140a 0%,#715946 50%,#25140a 100%);
	background: linear-gradient(to right, #25140a 0%,#715946 50%,#25140a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25140a', endColorstr='#25140a',GradientType=1 );*/
	background:#917846;
	border-radius:0 !important;
	padding:.5rem 2rem !important;
}
.sentry .btn-cart:hover{
	background-color: #333;
}
.catLink{
	text-align:right !important;
}
.catLink a{
	background:#917846;
	display:block;
	padding:5px 10px;
	text-align:right !important;
	color:#fff;
}
/*---------------------------------------------------------
//	Mobile Style
---------------------------------------------------------*/
.layer {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.85);
	z-index: 50;
}

@media screen and (max-width: 480px) {
	html {
		min-width: 100%;
	}

	body {
		position: relative;
	}

	.inner {
		width: 90%;
		box-sizing: border-box;
		margin: auto;
	}

	.table,
	.table .th,
	.table .td {
		display: block;
		box-sizing: border-box;
		width: 100%;
	}

	.contentLeft,
	.contentRight {
		float: none;
		width: 100%;
	}

	#pcNav {
		display: none;
	}

	#button {
		display: block;
		right: 10px;
		top: 10px;
		font-size: 25px;
		cursor: pointer;
		color: #fff;
		-webkit-transition: all .40s;
		-moz-transition: all .40s;
		-o-transition: all .40s;
		transition: all .40s;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: #333333;
		position: fixed;
		text-align: center;
		z-index: 999;
	}
	#button:hover,
	body.open #button {
		color: #4EB9CE;
	}

	/*#spNav {
		display: block;
		position: fixed;
		top: 0;
		right: -240px;
		width: 240px;
		height: 100%;
		background: #BDA017;
		z-index: 999999;
		display: block;
	}

	#spNav ul li {
		border-bottom: #fff 1px dashed;
	}

	#spNav a {
		color: #fff;
		display: block;
		padding: 15px;
		line-height: 1.4;
		text-decoration: none;
	}*/

	#navigation,
	#headerTop .table .td.cf_sns {
		display: none;
	}

	#container {
		padding: 0;
	}
	
	#cource .contentLeft{
		width:100%;
		margin-right:0;
	}
	#footerMenu{

	}
	.sentry table tr,
	.sentry table th,
	.sentry table td{
		display:block;
		width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.flex.flex-imgs .contentLeft{
		float:left;
	}
	.flex.flex-imgs .contentRight{
		float:right;
	}
	.flex.flex-img-txt .contentLeft,
	.flex.flex-img-txt .contentRight{
		width:100% !important;
	}
	
	#contact table tr.name td input, #contact table tr.kana td input, #contact table tr.company td input{
		width:45%;
	}
	#contact table tr.postal td input:first-child{
		width:30%;
	}
	#contact table tr.postal td input:last-child{
		width:40%;
	}
	#contact table th{
		width:100%;
		padding-bottom:0;
	}
	#contact .contact .top{
		font-size:16px;
	}
	#contact .contact .bottom{
		font-size:36px;
	}
	#contact table tr.tel td input{
		width:25%;
	}
	#contact input,
	#contact select,
	#contact textarea{
		font-size:16px;
	}
	

	#headerTop .table .td.cf_inquiry{
		display:none;
	}
	#headerTop{
		display:none;
	}
	#headerMiddle{
		margin:25px 0 10px 0;
		max-width:300px;
	}
	#headerMiddle img{
		width:100%;
		height:auto;
	}
	
	#mainSlide{
		margin-top:0;
		margin-bottom: 25px;
	}
	.swiper-slide{
		height:250px;
		width:100%;
		overflow:hidden;
	}
	.swiper-slide img{
		height:100%;
		width:auto;
	}
	
	
	#sns .contentLeft{
		width:100%;
		margin-right:0;
		margin-bottom:25px;
	}
	#sns img{
		max-width: 100%;
		height:auto;
	}
	#sns .table::after{
		display:block;
		content:"";
		clear:both;
	}
	#sns .table .td{
		width:50%;
		float:left;
	}

	#message .inner{
		letter-spacing: -1px;
	}
	#message h1{
		font-size:20px;
	}
	#message{
		padding: 1em;
	}
	#message p{
		font-size: 16px;
	}
	
	.contentHeader{
		font-size:24px;
		margin-bottom: 1em;
	}
	.contentTitle{
	font-size: 24px;
	}
	.contentSub{
		font-size: 20px;
		margin-top: 30px;
	}
	.contentExcerpt{
		font-size: 16px;
	}
	.sentry h2 {
	font-size: 20px;
	}
	.sentry .flex{
		margin-bottom: 15px;
		padding: 0;
	}
		
	#news ul li{
		display:block;
		font-size: 14px;
		margin-bottom: 10px;
	}
	#news ul li time, #news ul li a{
		display:block;
	}
/* 	#news ul li time::after{
		content:"\f017";
		top:2px;
	} */

	#headerMiddle .inner{
		margin-bottom:20px;
	}
	
	#headMeta{
		position:static;
		margin-top:15px;
	}
	#headMeta .table{
		display:table;
		table-layout:fixed;
	}
	#headMeta .td{
		display:table-cell;
	}
	#MicrosoftTranslatorWidget,
	#WidgetLauncher{
		height:auto !important;
	}
	.archive #posts{
		padding:25px;
	}
	#posts dl,
	#posts dl dt,
	#posts dl dd{
		display:block;
		width:100%;
		box-sizing:border-box;
	}
	
	.story p{
		width: 90%;
		margin: auto;
	}
	.story ul{
		-webkit-box-lines:multiple;
    	-moz-box-lines:multiple;
    	-webkit-flex-wrap:wrap;
    	-moz-flex-wrap:wrap;
    	-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.story ul li{
		width: 50%;
	}
	.story ul li{
		height: 180px;
	}
	.story li a {
    	line-height: 180px;
	}
	.story ul li:first-child {
    	background: url(/wp-content/uploads/2019/05/sp_story_01.jpg);
	}
	.story ul li:nth-child(2) {
    	background: url(/wp-content/uploads/2019/05/sp_story_02.jpg);
	}
	.story ul li:nth-child(3) {
    	background: url(/wp-content/uploads/2019/05/sp_story_03.jpg);
	}
	.story ul li:nth-child(4) {
    	background: url(/wp-content/uploads/2019/05/sp_story_04.jpg);
	}
	
	#video{
		padding: 0;
	}
	#video .flex {
		display: block;
		margin: auto;
}
	#video .flex li{
		padding: 0;
		margin-bottom: 20px;
}
	#video .flex li iframe{
		width: 100%;
		height: auto;
	}
	
	
	.menu-btn{
		display:block;
	}
	
	.sentry .page_nav{
	margin-bottom: 3em;
	}
	.sentry .page_nav ul{
		display:block;
		padding:1em;
		border:#ddd 1px solid;
		box-sizing: border-box;
    	width: 100%;
	}
	.sentry .page_nav ul li{
		display:block;
	}
	.sentry .page_nav ul li a{
		display:block;
	}
	.page_nav li::after{
		display:none;
	}
	
	#mySidenav .sub-menu a{
		padding:0.5em 1.5em 0.5em 3em;
	}
	.prItem{
		float:none;
		width:100%;
	}
	.prItem .th{
		margin-bottom:1.5em;
	}
	.prItem .td{
		padding:0;
	}
	
	.spPosts .spPostBox .contentRight{
		width:100%;
		text-align:center;
		margin-bottom:1em;
	}
	.spPosts .spPostBox .contentRight img{
		max-width:100%;
		height:auto;
	}
	.spPosts .spPostBox .contentLeft{
		width:100%;
		padding-right:0;
	}
	
	.prItem2{
		width:100%;
		margin-right:0;
		margin-bottom:2em;
		float:none;
		padding-bottom:2em;
		border-bottom:#ddd 1px solid;
	}
	.prItem2:last-child{
		padding-bottom:0;
		border:none;
	}
	.prItem2 h3{
		font-size:1.8rem;
	}
	
	.story_contents p {
		margin-top: 0;
		margin-bottom: 1em;
	}
	
	.special .sentry{
		padding:1em 0;
	}
	#main.special #content{
		padding:1em;
	}
	#main.special .contentTitle{
		padding: 2em 0;
		font-size: 1.5em;
	}
	
	.access_box dd{
	background-image: none;
	}
	
	.badge{
		margin: 1em auto;
	}
	

/* ショップ */
	#shopSubMenu{
		display:none;
	}
	#subContent,
	#shopSidebar,
	#shopContent{
		width:100%;
		margin:0;
	}
	#headPr .th,
	#headPr .td{
		width:100%;
		padding:10px;
		text-align:center;
	}
	#shop #items .contentLeft{
		margin-left:auto;
		margin-right:auto;
	}
	#shop #items .contentLeft:nth-child(3n){
		margin-right:auto;
	}
	.toItems a{
		margin:0;
	}
	#shopSidebar .banners{
		text-align:center;
	}
	#shop #news ul,
	#shop #news ul li,
	#shop #news ul span,
	#shop #news ul a,
	#shop #news ul time{
		display:block;
		width:100%;
		padding-left:0;
		padding-right:0;
	}
	#shop #news ul span{
		text-align:center;
		padding:5px 0;
	}
	#banners ul li{
		margin-bottom:10px;
		float:left;
		width:100%;
		margin-right:0 !important;
	}
	#shop #items .contentLeft{
		width:100%;
	}
	#shop #items .contentLeft .thumb{
		width:100%;
		height:auto;
	}
	#shopMap{
		width:90%;
		margin-bottom:1em;
	}
	#shopMap .shopMapInner{
		padding:10px;
		border:#ddd 1px solid;
	}
	#shopMapSelect{
		width:90%;
		margin-bottom:3em;
	}
	#blog .entry{
		width:48%;
		margin-right:4%;
	}
	#blog .entry:nth-of-type(2n){
		margin-right:0;
	}
	#blog .entry dd{
		padding:0.5em;
		font-size:1.4rem;
	}
	
	
	/* 銘柄 */	
	#brand #brandTop{
		text-align:center !important;
	}
	#brand #brandTop .td ul{
		text-align:center;
	}
	#brand #brandTop .td ul li{
		margin:0;
		margin:0 0.5em;
		font-size:14px;
	}
	#brand #brandMain{
		height:auto;
		padding:3em 0;
	}
	#brand #brandMain .th{
		text-align:center;
	}
	#brand #brandMain img{
		width:70%;
	}
	#brand #brandMain .inner h1{
		font-size:24px;
	}
	#brand #brandMain .inner .td{
		padding-left:0;
	}
	#brandPr .th p{
		margin-bottom:1em;
	}
	#brand #brandFeatures .features{
		width:90%;
	}
	#brand #brandFeatures .brandArticle{
		background:none !important;
	}
	#brand #brandFeatures header{
		margin-bottom:2.5em;
	}
	#brand #brandFeatures,
	#brand #addedFeature1,
	#brand #addedFeature2,
	#brand  #brandOptions,
	#brand #brandReviews,
	#brandFooter{
		padding:2.5em 0;
	}
	#brand #brandOptions .brandArticle .entry{
		width:100%;
		margin-bottom:1.5em;
	}
	#brand #brandPr2 .inner .prPhrase{
		font-size:18px;
	}
	#brandFooter .th{
		width:100%;
		margin-bottom:1.5em;
	}
	#brand .addedFeatures h3{
		font-size:24px;
	}
	#brand #addedFeature1 .th,
	#brand #addedFeature2 .td{
		text-align:center;
	}
	#brand #addedFeature1 .th img,
	#brand #addedFeature2 .td img{
		width:50%;
	}
	#brand #brandFeatures .features p{
		font-size:14px;
	}
	
}
#index-sdgs{
	padding: 5em 0;
}
#index-sdgs .thumb{
	text-align: center;
}
#index-sdgs .thumb img{
	width: 100%;
	max-width: 640px;
	height: auto;
}
#index-sdgs .btns{
	text-align: center;
}
#index-sdgs .btn {
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	padding: 8px 30px;
	display: inline-block;
	margin: auto;
}
#index-sdgs .btn:hover {
	background-color: #ccc;
	color: #fff;
	transition: .5s;
	text-decoration: none;
}
.for-sp{
	display: none;
}
@media screen and (max-width: 480px){
	#index-sdgs{
		padding: 2.5em 0;
	}
	#index-sdgs header .contentHeader{
		line-height: 1.4;
	}
	.for-sp{
		display: block;
	}
}



