@charset "UTF-8";
/*
 * StyleName: common.css
 * Version: 0.6
 *
 * FCV - http://foodconnection.jp/
 *
 */

/*=============================================
 * reset
 *=============================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
img {
	border: 0;
}
img, input {
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
table, caption, th, td {
	font-style: normal;
	font-weight: normal;
}
hr {
	margin: 0;
	padding: 0;
}
iframe {
	margin: 0;
	padding: 0;
	border: 0;
}
form, fieldset, input, button, select, optgroup, option, textarea, label, legend {
	margin: 0;
	padding: 0;
	outline: none;
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br, ins, del, a, img, object {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
}
/*=============================================
 * reset - custom
 *=============================================*/

:before, :after {
	pointer-events: none;
}
* { /* fix font boosting on mobile Chrome */
	max-height: 1000000px;
}
*:first-child + html img, * html img {
	vertical-align: top;
}
html, body {
	line-height: 1;
	word-spacing: normal;
	min-height: 100%;
	text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/* -webkit-overflow-scrolling: touch; */
}
input, button, select, optgroup, option, textarea, label {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
select, button, input:button, input:submit, input:reset {
 cursor: pointer;
}
option:disabled {
	display: none;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
small {
	font-size: smaller;
}
del {
	text-decoration: line-through;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a[href=""], a[href=""] > * {
	cursor: not-allowed !important;
}
a[href=""]:focus, a[href=""]:active {
	/*pointer-events: none;*/
}
/*=============================================
 * .clearfix
 *=============================================*/

.nav-fl, .nav-fr, .clearfix {
	zoom: 1 !important;
}
.nav-fl:after, .nav-fr:after, .clearfix:after {
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}
/*=============================================
 * nav - float/inline
 *=============================================*/

.nav-fl > * {
	float: left;
}
.nav-fr > * {
	float: right;
}
.nav-inline > * {
	display: inline-block;
}
/*=============================================
 * fonts
 *=============================================*/

[class^=fnt-] {
	font-size: initial;
	font-weight: normal;
	font-style: normal;
	line-height: initial;
	letter-spacing: initial;
}
.fnt-garamond {
	font-family: Garamond, "游明朝", YuMincho, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*=============================================
 * text vertical
 *=============================================*/

.txt-vertical {
	cursor: vertical-text;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: upright;
	word-wrap: break-word;
}
.txt-vertical .int {
	writing-mode: lr-tb;
	-o-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	-moz-writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	display: inline-block;
	text-align: center;
	line-height: 1.5em;
}
.txt-normal .int {
	height: 1.1em;
}
.txt-vertical-x > * {
	writing-mode: rl-tb;
	-o-writing-mode: vertical-tb;
	-ms-writing-mode: vertical-tb;
	-ms-writing-mode: rl-tb;
	-moz-writing-mode: vertical-tb;
	-webkit-writing-mode: vertical-tb;
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	display: inline-block;
	white-space: nowrap;
	word-wrap: break-word;
	width: 1px;
	line-height: 1;
}
.txt-vertical .txt-latin {
	cursor: vertical-text;
	direction: rtl;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: sideways-right;
	-o-text-orientation: sideways-right;
	-ms-text-orientation: upright;
	-ms-text-orientation: sideways-right;
	-moz-text-orientation: sideways-right;
	-webkit-text-orientation: sideways-right;
	letter-spacing: .25em;
}
/*=============================================
 * .bg-parallax
 *=============================================*/

.bg-parallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	width: 100%;
	min-height: 600px;
}
/*=============================================
 * rollover button
 *=============================================*/

.btn-over img, .over-img img, img.over, img:not(.btn):not(.non-over), button img {
	opacity: 1;
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
.over-img img:hover, img.over:hover, a:not([href=""]):hover img:not(.btn):not(.non-over), button:hover img {
	cursor: pointer;
}
.non-over a:hover img:not(.over), .non-over img:not(.over):not(.btn):hover {
	opacity: 1 !important;
}
.btn-over {
	display: inline-block;
	position: relative;
}
.btn-over img + img {
	pointer-events: none;
	opacity: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.btn-over:hover img + img, .btn-over.active img + img {
	opacity: 1 !important;
}
.btn-over:hover img, .btn-over.active img {
	opacity: 0 !important;
}
/*=============================================
 * .slide-fade
 *=============================================*/

.slideParent {
	position: relative;
}
.slide-fade {
	position: relative;
}
.slide-fade > * {
	margin: auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slide-btn {
	pointer-events: none;
	margin: auto;
	width: 100%;
	position: relative;
	z-index: 1;
}
.slide-btn .slide-next, .slide-btn .slide-prev {
	pointer-events: visible;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slide-btn .slide-next {
	right: 0;
}
.slide-btn .slide-prev {
	left: 0;
}
.slide-btn .slide-next img, .slide-btn .slide-prev img {
	cursor: pointer;
	opacity: 1;
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
.slide-btn .slide-next img:hover, .slide-btn .slide-prev img:hover {
	opacity: .8;
}
.slide-page {
	margin: 0 auto;
	text-align: center;
}
.slide-page > * {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	background: #C0C0C0;
	width: 15px;
	height: 15px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	border-radius: 100%;
}
.slide-page > *:hover, .slide-page > *.active {
	background: #8D8D8D;
}
/*=============================================
 * .nav-animate
 *=============================================*/

.nav-animate {
}
/*=============================================
 * .nav-fixed
 *=============================================*/

.nav-fixed {
}
.nav-fixed.fixed {
}
.nav-target {
}
.nav-pin {
}
.nav-pin.fixed {
}
/*=============================================*/
/*               menubtm                       */
/*=============================================*/

header nav {
	display: block;
	width: 34px;
	height: 36px;
	position: fixed;
	top: 8px;
	right: 1px;
	cursor: pointer;
	padding: 12px 13px 12px 13px;
	text-align: center;
	font-size: 11px;
	line-height: 27px;
	z-index: 999;
	color: #fff;
}
header .navBtn {
	position: relative;
	width: 28px;
	height: 28px;
	will-change: transform;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: -webkit-transform 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1)
}
header .navBtn span {
	position: absolute;
	top: 13px;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: -webkit-transform 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: rotate(0deg) scaleY(0.7);
	-ms-transform: rotate(0deg) scaleY(0.7);
	transform: rotate(0deg) scaleY(0.7)
}
header .navBtn span:nth-child(1) {
	top: 2px;
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform: translateY(0px) scaleY(0.7) scaleX(1);
	-ms-transform: translateY(0px) scaleY(0.7) scaleX(1);
	transform: translateY(0px) scaleY(0.7) scaleX(1)
}
header .navBtn span:nth-child(2) {
	top: auto;
	bottom: 2px;
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: translateY(0px) scaleY(0.7) scaleX(1);
	-ms-transform: translateY(0px) scaleY(0.7) scaleX(1);
	transform: translateY(0px) scaleY(0.7) scaleX(1)
}
.navOpen header .navBtn {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition-duration: 0.2s
}
.navOpen header .navBtn span {
	transition-duration: 0.2s
}
.navOpen header .navBtn span:nth-child(1) {
	-webkit-transform: translateY(11px) scaleY(0.7) scaleX(0.37);
	-ms-transform: translateY(11px) scaleY(0.7) scaleX(0.37);
	transform: translateY(11px) scaleY(0.7) scaleX(0.37)
}
.navOpen header .navBtn span:nth-child(2) {
	-webkit-transform: translateY(-11px) scaleY(0.7) scaleX(0.37);
	-ms-transform: translateY(-11px) scaleY(0.7) scaleX(0.37);
	transform: translateY(-11px) scaleY(0.7) scaleX(0.37)
}
.navOpen header .navBtn span:nth-child(3) {
	-webkit-transform: rotate(-90deg) scaleY(0.7);
	-ms-transform: rotate(-90deg) scaleY(0.7);
	transform: rotate(-90deg) scaleY(0.7);
	transition-duration: 0.4s
}
.close_bt, .menu_btn {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: absolute;
	top: 18px;
	left: -47px;
	line-height: 18px;
	width: 100%;
	font-size: 11px;
	text-align: center;
	letter-spacing: 1px;
}
.close_bt {
	display: none;
}
.navOpen .close_bt {
	display: block;
}
.navOpen .menu_btn {
	display: none;
}

/*--------NAVIGATION------------*/
#menu_toggle {
	position: fixed;
	top: 0;
	left: 0;
	overflow: scroll;
	width: 100vw;
	min-height: 100vh;
	visibility: hidden;
	z-index: 888;
	background: url(../img/shared/bg.jpg);
}
/*#menu_toggle:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/shared/bg.jpg);
	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	transition: -webkit-transform 0.4s 0s cubic-bezier(0.5, 0.035, 0.19, 1);
	transition: transform 0.4s 0s cubic-bezier(0.5, 0.035, 0.19, 1)
}*/


.navOpen #menu_toggle{
	transition-delay: 0.01s;
	visibility: visible;
}
.menu-mobile{
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.menu-mobile .nav_in {
	height: 100vh;
	overflow: scroll;
	display: table;
	width: 100%;
}
.menu-mobile .nav_in ul {
	padding-top: 40px;
	display: table-cell;
	vertical-align: middle
}

.navOpen #menu_toggle:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	transition-duration: 0.6s
}

#menu_toggle ul li {
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	color: #fff;
	font-family: 'Sawarabi Mincho', sans-serif;
	margin: 0 20%
}
#menu_toggle ul li a {
	display: block;
	padding: 8px 0;
	position: relative;
	font-size: 16px;
}
#menu_toggle ul li a::before {
	content: "";
	border-top: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: -30px;
	height: 1px;
	width: 25px;
}
#menu_toggle ul li.active {
	color: #fdc889
}
#menu_toggle ul li.active a::before {
	border-top: 1px solid #fdc889;
}
.navOpen #menu_toggle ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.nav_logo {
	width: 180px;
	margin: auto;
	padding-top: 17%;
}
.nav_btn, .nav_logo {
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navOpen .nav_btn, .navOpen .nav_logo {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.nav_btn {
	width: 200px;
	margin: auto;
	padding-bottom: 10%;
}
.navOpen .nav_btn{
	transition-delay: 0.75s
}

.navOpen .nav_logo{
	transition-delay: 0.25s
}

.navOpen #menu_toggle ul li:nth-child(1) {
	transition-delay: 0.3s
}
.navOpen #menu_toggle ul li:nth-child(2) {
	transition-delay: 0.35s
}
.navOpen #menu_toggle ul li:nth-child(3) {
	transition-delay: 0.5s
}
.navOpen #menu_toggle ul li:nth-child(4) {
	transition-delay: 0.45s
}
.navOpen #menu_toggle ul li:nth-child(5) {
	transition-delay: 0.5s
}
.navOpen #menu_toggle ul li:nth-child(6) {
	transition-delay: 0.55s
}
.navOpen #menu_toggle ul li:nth-child(7) {
	transition-delay: 0.6s
}
.navOpen #menu_toggle ul li:nth-child(8) {
	transition-delay: 0.65s
}
.navOpen #menu_toggle ul li:nth-child(9) {
	transition-delay: 0.7s
}
/*--------END NAVIGATION------------*/

/*=============================================
 * .wrap
 *=============================================*/

.wrap {
	padding: 0 2%;
	position: relative;
}
/*=============================================
 * .gmap
 *=============================================*/

.gmap {
	background: url(../img/shared/preloader-map.gif) no-repeat center center #EDEDED;
	width: 100%;
	min-height: 300px;
	position: relative;
}
.gmap iframe {
	pointer-events: none !important;
	width: 100%;
}
.gmap.scrollable iframe {
	pointer-events: visible !important;
}
/*=============================================
 * .tabs-switch
 *=============================================*/

.tabs-switch {
}
.tabs-switch .tab-link {
}
.tabs-switch .tab-link > * {
	cursor: pointer;
	display: inline-block;
}
.tabs-switch .tab-link.link-over > * {
	position: relative;
}
.tabs-switch .tab-link.link-over > * > img {
}
.tabs-switch .tab-link.link-over > * > img + img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.tabs-switch .tab-link.link-over > * > img + img, .tabs-switch .tab-link.link-over > *:hover > img, .tabs-switch .tab-link.link-over > *.active > img {
	opacity: 0;
}
.tabs-switch .tab-link.link-over > *:hover > img + img, .tabs-switch .tab-link.link-over > *.active > img + img {
	opacity: 1;
}
.tabs-switch .tab-content {
}
.tabs-switch[data=fade] .tab-content {
	min-height: 100px;
	position: relative;
}
.tabs-switch .tab-content > * {
	display: none;
}
.tabs-switch[data=fade] .tab-content > * {
	margin: auto;
	width: 100%;
	height: 100%;/*
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	*/
}
.acc_li li {
	display: inline-block;
	padding: 0 5px;
}
/*=============================================
 * .toggle
 *=============================================*/
 
.toggle {
}
.toggle .toggle-link {
	position: relative;
}
.toggle .toggle-link:after {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	position: absolute;
	line-height: 20px;
	top: 50%;
	right: 4%;
	margin-top: -10px;
	color: #FFF;
	content: '\f13a';
	font-size: 14px;
}
.toggle .toggle-main {
	display: none;
}
.toggle .toggle-link.active:after {
	content: '\f139';
}
/*=============================================
 * #pagetop
 *=============================================*/

#pagetop {
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	right: 10px;
	bottom: 50px;
	visibility: hidden;
	z-index: 777;
	transition: opacity .3s ease,  visibility .3s ease;
	-moz-transition: opacity .3s ease,  visibility .3s ease;
	-webkit-transition: opacity .3s ease,  visibility .3s ease;
}
#pagetop.visible {
	opacity: 1;
	visibility: visible;
}
#pagetop.in-scroll {
	cursor: not-allowed;
}
#pagetop > * {
	opacity: 1;
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
#pagetop > *:hover {
	cursor: pointer;
	opacity: .8;
}

.has_nav #pagetop {
	opacity: 1;
	visibility: visible;
}
/*=============================================
 * #socialbuttons
 *=============================================*/
/*
footer #socialbuttons {
	text-align: center;
	line-height: 10px;
}
*/
footer #socialbuttons {
    text-align: center;
    line-height: 10px;
    display: flex;
    justify-content: center;
}


footer #socialbuttons > * {
	display: inline-block;
	margin: 0 2px;
	padding: 4px 0;
}
/*=============================================
 * customs
 *=============================================*/

.bxSlider, .bxSlider * {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.bx-wrapper img { /* responsive */
	display: block;
	max-width: 100%;
	height: auto;
}
a.bx-next, a.bx-next:active, a.bx-next:focus, a.bx-next:hover, a.bx-next:hover img, a.bx-prev, a.bx-prev:active, a.bx-prev:focus, a.bx-prev:hover, a.bx-prev:hover img, a.bx-pager-link, a.bx-pager-link:active, a.bx-pager-link:focus, a.bx-pager-link:hover, a.bx-pager-link:hover img, a[data-slide-index], a[data-slide-index]:active, a[data-slide-index]:focus, a[data-slide-index]:hover, a[data-slide-index]:hover img {
	pointer-events: visible !important;
	cursor: pointer !important;
}
.fb-page {
	background: #FFF;
	width: 100%;
	height: inherit;
}
/*=============================================
 * customs common - FCV
 *=============================================*/

.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float: none;
}
a {
	text-decoration: none;
}
a:visited, a:active {
	text-decoration: none;
}
/* ==========================================================================
   css popup
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}
/* Anti FOUC */

.remodal, [data-remodal-id] {
	display: none;
}
/* Necessary styles of the overlay */

.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none;
}
/* Necessary styles of the wrapper */

.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -0.05em;
	content: "";
}
/* Fix iPad, iPhone glitches */

.remodal-overlay, .remodal-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */

.remodal {
	position: relative;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
.remodal-is-initialized {
	/* Disable Anti-FOUC */
	display: inline-block;
}
/* Default theme styles for the background */

.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
/* Default theme styles of the overlay */

.remodal-overlay {
	background: rgba(0, 0, 0, 0.9);
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
	-webkit-animation-name: remodal-overlay-opening-keyframes;
	animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
	-webkit-animation-name: remodal-overlay-closing-keyframes;
	animation-name: remodal-overlay-closing-keyframes;
}
/* Default theme styles of the wrapper */

.remodal-wrapper {
	padding: 10px 10px 0;
}
/* Default theme styles of the modal dialog */

.remodal {
	box-sizing: border-box;
	width: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	color: #2b2e38;
	background: #fff;
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
	-webkit-animation-name: remodal-opening-keyframes;
	animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
	-webkit-animation-name: remodal-closing-keyframes;
	animation-name: remodal-closing-keyframes;
}
/* Vertical align of the modal dialog */

.remodal, .remodal-wrapper:after {
	vertical-align: middle;
}
/* Close button */

.remodal-close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	overflow: visible;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	color: #fff;
	border: 0;
	outline: 0;
	background: rgba(0,0,0,0.8);
	z-index: 2;
}
.remodal-close:hover, .remodal-close:focus {
	color: #2b2e38;
}
.remodal-close:before {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 25px;
	line-height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	content: "\00d7";
	text-align: center;
}
/* Dialog buttons */

.remodal-confirm, .remodal-cancel {
	font: inherit;
	display: inline-block;
	overflow: visible;
	min-width: 110px;
	margin: 0;
	padding: 12px 0;
	cursor: pointer;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 0;
	outline: 0;
}
.remodal-confirm {
	color: #fff;
	background: #81c784;
}
.remodal-confirm:hover, .remodal-confirm:focus {
	background: #66bb6a;
}
.remodal-cancel {
	color: #fff;
	background: #e57373;
}
.remodal-cancel:hover, .remodal-cancel:focus {
	background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
 padding: 0;
 border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
 from {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
 opacity: 0;
}
 to {
 -webkit-transform: none;
 transform: none;
 opacity: 1;
 -webkit-filter: blur(0);
 filter: blur(0);
}
}
 @keyframes remodal-opening-keyframes {
 from {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
 opacity: 0;
}
 to {
 -webkit-transform: none;
 transform: none;
 opacity: 1;
 -webkit-filter: blur(0);
 filter: blur(0);
}
}
 @-webkit-keyframes remodal-closing-keyframes {
 from {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
 to {
 -webkit-transform: scale(0.95);
 transform: scale(0.95);
 opacity: 0;
 -webkit-filter: blur(0);
 filter: blur(0);
}
}
 @keyframes remodal-closing-keyframes {
 from {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
 to {
 -webkit-transform: scale(0.95);
 transform: scale(0.95);
 opacity: 0;
 -webkit-filter: blur(0);
 filter: blur(0);
}
}
 @-webkit-keyframes remodal-overlay-opening-keyframes {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
 @keyframes remodal-overlay-opening-keyframes {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
 @-webkit-keyframes remodal-overlay-closing-keyframes {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
}
}
 @keyframes remodal-overlay-closing-keyframes {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
}
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
.remodal {
	max-width: 700px;
}
}
/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
	background: #2b2e38;
}
.lt-ie9 .remodal {
	width: 700px;
}
/* ==========================================================================
   end css popup
   ========================================================================== */


/*=============================================
 * body
 *=============================================*/

body {
	color: #fff;
	min-width: inherit;
	max-height: 100%;
	font-family: 'Sawarabi Mincho', sans-serif;
	line-height: 1.8;
	font-size: 14px;
	cursor: auto;
	letter-spacing: 0;
	word-spacing: normal;
	background: url(../img/shared/bg.jpg) repeat-y center top;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	font-weight: normal
}
.navOpen {
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
/*body.navOpen, body.navOpen *, body.navOpen *:hover, body.navOpen *:focus, body.navOpen *:active {
}
body.navOpen .hamburger, body.navOpen #menu_toggle, body.navOpen #menu_toggle * {
	touch-action: auto !important;
	pointer-events: visible !important;
}*/
.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.block::after {
	clear: both;
	content: "";
	display: block;
}
/*=============================================
 * header
 *=============================================*/

header .logo {
	position: absolute;
	top: 2%;
	width: 40%;
}
header #belt {
	position: fixed;
	left: 0;
	top: 0;
	color: #fff;
	width: 100%;
	z-index: 9999;
}
header h1 {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	position: absolute;
	top: 5px;
	left: 5.4%;
	z-index: 501;
	color: #8d8c8c;
	font-family: 'Sawarabi Mincho', sans-serif;
}
/*====================== nav ====================== */

header .topnavi {
	position: absolute;
	bottom: 3px;
	right: 5px;
	height: 54px;
}
header .topnavi li {
	display: inline-block;
	position: relative;
	width: 60px;
	vertical-align: top;
}
header .topnavi li a {
	color: #fff;
	font-size: 11px;
	line-height: 23px;
	text-align: center;
	display: block;
	height: 100%;
	padding-top: 5px;
	width: 100%;
	border-left: 1px dotted rgba(255,255,255,1.00);
}
header .topnavi li a:hover {
	text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
	display: block;
	width: 100%;
	padding-bottom: 4px;
	font-size: 19px;
	font-weight: normal;
}
/*====================== end nav ====================== */

/*====================== header key ====================== */


header #key {
	position: relative;
	overflow: hidden;
}
.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-pager {
	color: #ffee00;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	line-height: 10px;
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 60;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	width: 100%;
	z-index: 60;
}
.bx-wrapper .bx-controls-direction a {
	color: #FFF;
	font-family: "fontello";
	font-size: 25px;
	height: 35px;
	line-height: 35px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	text-align: center;
	width: 35px;
	z-index: 99;
	display: block;
	background: rgba(0,0,0,0.5);
}
.bx-prev::after {
	content: "";
	left: 10px;
	position: absolute;
	text-indent: 0;
	top: -1px;
}
.bx-next::after {
	content: "";
	left: 13px;
	position: absolute;
	text-indent: 0;
	top: -1px;
}
.bx-prev {
	position: absolute;
	top: 0;
	left: 0;
}
.bx-next {
	position: absolute;
	top: 0;
	right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #5f5440;
	border-radius: 5px;
	display: block;
	height: 10px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	width: 10px;
	box-sizing: border-box;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #b9811c;
}
/*====================== end nav ====================== */

footer {
	margin-bottom: 48px;
	background: url(../img/index/f_bg01.png) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
footer .f_btn {
	width: 230px;
	margin: 0 auto
}
footer .f_btn li {
	width: 100%;
	margin-top: 5%;
}


footer .shopinfo {
	padding-bottom: 5%;
	padding-top: 15%;
}
footer .shopinfo .logo {
	width: 100px;
	margin: 0 auto 30px;
}
footer .shopinfo .tel {
	width: 260px;
	margin: auto
}
footer .vcard {
	padding: 5% 2.4% 0;
	text-align: center;
	font-size: 13px;
}
footer .vcard dl {
	padding-bottom: 10px;
}
#ft_group {
	position: fixed;
	opacity: 0;
	z-index: -9999;
	bottom: 0;
	left: 0;
	right: 0;
	color: #000;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	 background-color: #000;
	padding-top: 1%;
	padding-bottom: 1%;
}
.has_nav #ft_group {
	position: fixed;
	z-index: 502;
	opacity: 1;
}
#ft_group .contact_gr {
	color: #fff;
	text-align: center;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: table;
	width: 100%;
}
#ft_group .contact_gr .box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 55%;
}

#ft_group .contact_gr a {
	font-size: 14px;
	position: relative;
	display: block;
}
#ft_group .contact_gr a:before {
	content: "";
	border: 1px solid rgba(255,255,255,0.4);
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	left: 5px;
}
#ft_group .contact_gr .shop02 {
	width: 45%;
}
#ft_group .contact_gr .shop02 a:before {
	right: 5px;
}

footer .link {
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	font-weight: normal;
}
footer .link p {
	width: 200px;
	margin: 20px auto;
	padding: 0 6px;
	line-height: 30px;
}
footer .link p a {
	background: #000;
	border: solid 1px rgba(0, 0, 0, 0.78);
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	padding: 3px 20px;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 0 1px #a8a398;
}
footer .link .link-pc a::before {
	margin-right: 9px;
}
address {
	font-size: 11px;
	letter-spacing: 0px;
	color: #fff;
	height: 40px;
	/*line-height: 40px;*/
	line-height: 20px;
	background: url(../img/shared/f_bg02.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
}

address a{
 font-size: 10px;
 color: #FFF;
 display: block;
 text-decoration: none;
}




/*--------margin padding------------*/
.mb00 {
	margin-bottom: 0!important;
}
.mb05 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb25 {
	margin-bottom: 25px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb35 {
	margin-bottom: 35px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb45 {
	margin-bottom: 45px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}
.mt00 {
	margin-top: 0!important;
}
.mt05 {
	margin-top: 5px!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt15 {
	margin-top: 15px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt25 {
	margin-top: 25px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mt35 {
	margin-top: 35px!important;
}
.mt40 {
	margin-top: 40px!important;
}
.mt45 {
	margin-top: 45px!important;
}
.mt50 {
	margin-top: 50px!important;
}
.pb00 {
	padding-bottom: 0!important;
}
.pb05 {
	padding-bottom: 5px!important;
}
.pb10 {
	padding-bottom: 10px!important;
}
.pb15 {
	padding-bottom: 15px!important;
}
.pb20 {
	padding-bottom: 20px!important;
}
.pb25 {
	padding-bottom: 25px!important;
}
.pb30 {
	padding-bottom: 30px!important;
}
.pb35 {
	padding-bottom: 35px!important;
}
.pb40 {
	padding-bottom: 40px!important;
}
.pb45 {
	padding-bottom: 45px!important;
}
.pb50 {
	padding-bottom: 50px!important;
}
.pt00 {
	padding-top: 0!important;
}
.pt05 {
	padding-top: 5px!important;
}
.pt10 {
	padding-top: 10px!important;
}
.pt15 {
	padding-top: 15px!important;
}
.pt20 {
	padding-top: 20px!important;
}
.pt25 {
	padding-top: 25px!important;
}
.pt30 {
	padding-top: 30px!important;
}
.pt35 {
	padding-top: 35px!important;
}
.pt40 {
	padding-top: 40px!important;
}
.pt45 {
	padding-top: 45px!important;
}
.pt50 {
	padding-top: 50px!important;
}
.mlr {
	margin: 0 2.4%
}
.plr {
	padding: 0 2.4%
}
.txt-center {
	text-align: center;
}
.txt_left {
	text-align: left;
}
.mb03pr {
	margin-bottom: 3%;
}
.mb04pr {
	margin-bottom: 4%;
}
.mb05pr {
	margin-bottom: 5%!important;
}
.mb06pr {
	margin-bottom: 6%!important;
}
.mb08pr {
	margin-bottom: 8%!important;
}
.mb10pr {
	margin-bottom: 10%!important;
}
.mb12pr {
	margin-bottom: 12%;
}
.mb14pr {
	margin-bottom: 14%;
}
.mb16pr {
	margin-bottom: 16%;
}
.mb18pr {
	margin-bottom: 18%;
}
.mb20pr {
	margin-bottom: 20%;
}
.pb05pr {
	padding-bottom: 5%;
}
.pb06pr {
	padding-bottom: 6%;
}
.pb08pr {
	padding-bottom: 8%;
}
.pb10pr {
	padding-bottom: 10%;
}
.pb12pr {
	padding-bottom: 12%;
}
.pb14pr {
	padding-bottom: 14%;
}
.pb16pr {
	padding-bottom: 16%;
}
.pb18pr {
	padding-bottom: 18%;
}
.pb20pr {
	padding-bottom: 20%;
}
.pt05pr {
	padding-top: 5%;
}
.pt06pr {
	padding-top: 6%;
}
.pt08pr {
	padding-top: 8%;
}
.pt10pr {
	padding-top: 10%;
}
.pt12pr {
	padding-top: 12%;
}
.pt14pr {
	padding-top: 14%;
}
.pt16pr {
	padding-top: 16%;
}
.pt18pr {
	padding-top: 18%;
}
.pt20pr {
	padding-top: 20%;
}

