@charset "utf-8";
pre, textarea {
	overflow: auto
}
[hidden], audio:not([controls]), template {
	display: none
}
details, main, summary {
	display: block
}
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
}
progress {
	display: inline-block
}
small {
	font-size: 75%
}
textarea {
	resize: vertical
}
[unselectable] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
*, ::after, ::before {
	box-sizing: inherit;
	border-style: solid;
	border-width: 0
}
* {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0
}
::after, ::before {
	text-decoration: inherit;
	vertical-align: inherit
}
:root {
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	cursor: default;
	text-rendering: optimizeLegibility
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle
}
strong {
	font-weight: 200
}
button, input, select, textarea {
	background-color: transparent;
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	min-height: 1.5em
}
code, kbd, pre, samp {
	font-family: monospace, 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
}
::-moz-selection {
 background:#E8EBDF;
 text-shadow:none
}
::selection {
	background: #E8EBDF;
	text-shadow: none
}

@media screen {
[hidden~=screen] {
	display: inherit
}
[hidden~=screen]:not(:active):not(:focus):not(:target) {
	clip: rect(0 0 0 0)!important;
	position: absolute!important
}
}
html {
	font-size: 62.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body, html {
	height: 100%;
	margin: 0
}
body {
	font: 1.4rem/1.7 Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	text-align: center;
	background: #fff;
	letter-spacing: .1rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}
a {
	color: #231815;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover {
	opacity: .7
}
/* Content */
section {
    margin-top: 10px;
	padding: 64px 0;
}
.inner {
	margin: 0 auto;
	max-width: 1200px;
}
.main, .main2 {
	padding-top: 60px;
}
.main3 {
	padding-top: 30px;
}
h2 {
	margin-bottom: 2em;
	padding-bottom: .4em;
	border-bottom: 1px solid #333;
	display: inline-block;
}
hr.separator {
	height: 40px;
}
hr.separator::before {
	content: " ";
	position: absolute;
	width: 1px;
	padding-top: 40px;
	/* background: #333; */
}
span.navi {
	height: 10px;
}
h4 {
	margin: 1em 0;
	line-height: 1.3;
	font-size: 1.6rem;
}
h4 span {
	display: block
}
img.img100 {
	width: 100%;
	height: auto
}
.m2em {
	margin-bottom: 2em
}

@media only screen and (min-width: 800px) {
.main, .main2 {
	padding-top: 140px;
}
}
/* header */
#top-head {
	width: 100%;
	z-index: 999;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
    left: 0;
    position: fixed;
    top: 0;
}
.mainmenu {
	height: 60px;
	line-height: 60px;
}
h1 {
	margin: 0;
	padding: 0;
	display: inline-block;
}
h1 a {
	display: block
}
.menu-fixed {
	z-index: 1000;
	background: #fff;
	width: 100%;
}
h1 img {
	width: 300px;
}

@media only screen and (max-width: 768px) {
#top-head {
	height: 60px;
}
}

@media only screen and (max-width: 400px) {
h1 img {
	width: 200px;
	height: auto
}
}
#global-nav ul {
	margin: 0 16px 0 0;
	line-height: 80px;
	text-transform: uppercase;
}
#global-nav ul li {
	margin-left: 40px;
	display: inline-block
}
#head-shop {
    text-align: right;
    padding: 10px 22px 0 0;    
    width: 100%;
    height: 30px;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
}
.sns {
	float: right;
}
.sns a {
	margin-left: 1em
}

@media only screen and (max-width: 768px) {
#global-nav ul {
	margin: 0;
	line-height: 48px;
	float: none;
}
.sns {
	float: none
}
#global-nav ul li.sns a {
	margin: 0 .5em;
	display: inline-block;
	width: 2.4em;
}
}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #1a1a1a;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

@media only screen and (max-width: 800px) {
#main-visual {
	height: 300px;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 60px;
	z-index: 999;
	position: fixed
}
#global-nav {
	position: fixed;
	top: -500px;
	background: #fff;
	width: 100%;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 10
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
}
#global-nav ul li {
	margin: 0;
	display: block
}
#global-nav ul li:after {
	display: none;
}
#global-nav ul li a {
	width: 100%;
	display: block;
}
#nav-toggle {
	display: block;
}
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
.open #global-nav {
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
}
/* CARD */
.card {
	background: #fff;
}
.card-image {
	width: 100%;
}
.card-image img {
	width: 100%;
}
.card-info {
	padding: 16px;
	color: #111;
	text-align: left;
}
.meta {
	margin-top: 1em;
	color: #888;
	font-size: 12px
}
.cards {
	margin: auto;
}
.card {
	width: 280px;
	overflow: hidden;
	opacity: 0;
	transform-property: opacity, transform;
	transform-origin: 50%;
}

@media (min-width: 500px) {
.card {
	width: 300px;
}
}
/* POST */
.post {
	margin: 0 16px;
	max-width: 1380px;
}
.post .right, .post .left {
	padding: 16px;
	background: #fff;
}
.post .left {
	margin-bottom: 16px;
}

@media (min-width: 800px) {
.post {
	margin-top: 24px;
	position: relative;
}
.post .right {
	width: 320px;
	position: absolute;
	top: 0;
	right: 0;
}
.post .left {
	margin: 0 400px 0 0;
	float: left;
}
}
/* FOOTER */
.footer {
	padding: 24px 16px;
	width: 100%;
	background: #fff;
	text-align: left;
	clear: both;
	font-size: 1.2rem;
	line-height: 1.2;
}
.footer a {
	margin: 1em 1.6em 0 0;
	display: inline-block;
}

@media (min-width: 500px) {
.footer .inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footer a {
	margin: 0 0 0 1.6em
}
}
/* Flexbox */
.container {
	padding-right: 16px;
	padding-left: 16px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
	width: 100%;
}
.row {
	margin-bottom: 2em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -16px;
	margin-left: -16px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;/* 追加 */
	justify-content: center;/* 追加 */
}
.col-md-2 {
	margin-bottom: 1em;
	-webkit-box-flex: 0;
	position: relative;
	min-height: 1px;
	padding-right: 16px;
	padding-left: 16px;
}
.col-2 {
	padding-right: 16px;
	padding-left: 16px;
	width: 50%
}
.product {
	margin: auto;
	width: 85%;
}
.product .col-md-2 {
	margin: 0;
	padding: 0
}
.product .col-md-2 {
	-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
}

@media (min-width: 500px) {
.product {
	width: 95%;
}
.col-md-2 {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}
}
@media (max-width: 500px) {
#shop img {
    width: 80%;
}
}

@media (min-width: 800px) {
.col-md-2 {
	margin-bottom: 0;
	-webkit-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
}
}
.mask {
	padding: 1em;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.col-md-2:hover .mask {
	opacity: 1;
}
.caption {
    min-width: 100%;
	padding: 1em;
}
/* Button */
.btn {
	padding: .8em 2.4em;
	border: 1px solid #333;
	display: inline-block
}
.btn:hover {
	background: #333;
	color: #fff;
	opacity: 1
}
.col-btn {
	padding: 2em 0
}
/* News */
.news-list {
	margin-bottom: 2em
}
.date {
	color: #888
}
.list-table {
	max-width: 760px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	text-align: left
}
.list-table dt {
	padding: 1em 0 0;
	font-weight: 700
}
.list-table dd {
	padding: 0 0 1em;
	border-bottom: 1px solid #ccc
}

@media (min-width: 500px) {
.list-table dt {
	padding: 1em 0;
	float: left;
	width: 8em
}
.list-table dd {
	padding: 1em 0
}
}
/* Detail Page */
.shop-info {
	font-size: 1.2rem;
	padding: 5px;
}
.phone {
	margin-bottom: 1em;
}
.cap-text, .bxslider li span {
	color: #888;
}
.map-right, .map-left {
	width: 100%;
}
.map-left {
	margin-bottom: 2em
}
.map-left img {
	width: 100%;
	height: auto
}

@media (min-width: 1000px) {
.map-right {
	float: right;
	width: 70%;
}
.map-left {
	margin-bottom: 0;
	float: left;
	width: 30%;
}
}
/* Bxslider */
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/controls.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/controls.png) no-repeat -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 34px;
	height: 34px;
	text-indent: -9999px;
	z-index: 1;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.bxslider li span {
	display: block;
	margin-top: .4em
}
.border-top {
	border-bottom: 6px solid #fff;
	z-index: 1000;
	position: fixed;
	left: 0;
	right: 0;
}
.border-right {
	border-left: 6px solid #fff;
	z-index: 9999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
}
.border-bottom {
	border-top: 6px solid #fff;
	z-index: 1000;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
}
.border-left {
	border-right: 6px solid #fff;
	z-index: 1000;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
}
