﻿@charset "utf-8";
/*--fade in-----------------------------------------------------------*/
body {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
 @keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
/*--HTML5-----------------------------------------------------------*/
article, aside, details, footer, header, main, menu, nav, section, summary {
	display: block;
}
html {
}
body {
	background-color: #FFFFFF;
	min-width: 1000px;
}
a:link {
	color: #000000;
	transition: .3s;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}
a.btn img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-filter: 'alpha(opacity=100)';
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
a:hover.btn img {
	-ms-filter: 'alpha(opacity=60)';
	filter: alpha(opacity=30);
	-moz-opacity: 0.40;
	opacity: 0.40;
}
a {
	outline: none;
}
::selection {
	background: #000000;
	color: #FFFFFF;
}
::-moz-selection {
background:#000000;
color:#FFFFFF;
}
::-webkit-selection {
background:#000000;
color:#FFFFFF;
}
strong {
	font-weight: bold;
}
.pc{
	display: inherit!important;
}
.sp {
	display: none!important;
}

#wrapper {
}
header {
	min-width: 980px;
	color: #FFF;
	font-size: 12px;
	display: flex; 
    justify-content: center;
    align-items: center;
}
#front {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	background-image: url(../../images/mv_front.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	background-attachment: fixed;
}
@media only screen and 
(min-device-width : 768px) and 
(max-device-width : 1024px) {
#front {
	background-attachment: scroll;
}
}
header a {
	text-decoration: none;
}
header h1 {
	padding-top: 100px;
	padding-bottom: 20px;
}
header .read {
	font-size: 26px;
	padding-bottom: 7px;
}
header .read_e {
	margin-bottom: 7px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
}
#instagram {
	height: 450px;
	margin-bottom: 30px;
	background-image: url(../../images/bg_instagram.png);
	text-align: center;
}
#instagram .ttl {
	padding-top: 30px;
	padding-bottom: 20px;
}
.swiper-container {
	width: 100%;
	height: 660px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.swiper-container h2 {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999;
	right: 0px;
	bottom: 0px;
	height: 60px;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 300px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* 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;
	height: 660px;
	background-position: center center;
	background-size:cover;
}
#con_ware {
	margin-bottom: 30px;
	outline: none;
	background-image: url(../../images/bg_ware.png);
}
#con_ware .thum {
	float: right;
}
#con_ware .txt {
	float: left;
	font-weight: 600;
	font-size: 12px;
	line-height: 220%;
	word-break: break-all;
}
#con_goods {
	margin-bottom: 30px;
	outline: none;
	background-image: url(../../images/bg_goods.png);
}
#con_goods .thum {
	float: left;
}
#con_goods .txt {
	float: right;
	font-weight: 600;
	font-size: 12px;
	line-height: 220%;
}
#con_coffee {
	margin-bottom: 30px;
	outline: none;
	background-image: url(../../images/bg_coffee.png);
}
#con_coffee .thum {
	float: right;
}
#con_coffee .txt {
	float: left;
	font-weight: 600;
	font-size: 12px;
	line-height: 220%;
	color: #FFF;
}
#con_shopinfo {
	outline: none;
	background-image: url(../../images/bg_shopinfo.png);
}
.con_shopinfo_ill {
	background-image: url(../../images/bg_shopinfo_ill.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#con_shopinfo .inner{
	width: 90%!important;
}
#con_shopinfo .ft_head {
	font-weight: 600;
	font-size: 12px;
	line-height: 220%;
	margin-bottom: 50px;
}
#con_shopinfo .ft_head .logo_foot {
	float: left;
	margin-right: 30px;
}
#con_shopinfo .ft_head .logo_foot_txt {
	float: left;
	padding-top: 60px;;
}
#con_shopinfo ul.shop_list{}
#con_shopinfo ul.shop_list li{
float: left;
margin-right: 40px;
font-size: 12px;
}
#con_shopinfo ul.shop_list li .shop_ph {
}
#con_shopinfo ul.shop_list li .shop_ph img{
width: 300px;
height: auto
}
#con_shopinfo ul.shop_list li .shop_name_en{
font-size: 16px;
font-weight: 600;
}
#con_shopinfo ul.shop_list li .shop_name{
font-size: 12px;
font-weight: 600;
margin-bottom: 0.7em
}
#con_shopinfo ul.shop_list li .sns_btn {
	padding-top: 10px;
	font-size: 12px;
	font-weight: 600;
	line-height: 2.5
}
#con_shopinfo ul.shop_list li .sns_btn i {
	font-size: 18px;
	margin-right: 5px;
}





.inner  {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.inner .txt .ill_l {
	float: left;
	margin-right: 10px;
}
.inner .thum {
	width: 470px;
}
.inner .thum ul {
}
.inner .thum ul li {
	float: left;
	font-size: 0;
	line-height: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
.inner .thum ul li:nth-child(3),
.inner .thum ul li:nth-child(6) {
	margin-right: 0px;
}
.inner .txt {
	width: 490px;
}

#footer {
	height: 120px;
	padding-top: 40px;
	clear: both;
	background-image: url(../../images/bg_instagram.png);
	text-align: right;
	padding-right: 30px;
	padding-left: 30px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #1A0C0A;
}
#link{
	background-image: url(../../images/bg_shopinfo.png);
	min-height: 100vh;
	text-align: center;
	padding-top: 30px;
}
#link ul{
padding-top: 2vh;
}
#link ul li{
	margin-bottom: 5vh;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
	border-radius: 10px;
}
#link ul li a{
	display: block;
	padding-top: 10vh;
	padding-bottom: 10vh;
	text-decoration: none;
	font-weight: 800;
	color: #FFF;
	background-color: rgba(0,0,0,0.60);
	border-radius: 10px;
}
#link ul li:first-child{
	background-image: url(../../images/mv_goods01.jpg);
}
#link ul li:last-child{
	background-image: url(../../images/mv_front.jpg);
}
#link ul li span{
font-size: 11px;
}
#badge{
position: fixed;
z-index: 30;
right: 30px;
top: 30px;
}



@media screen and (max-width: 479px) {
@charset "utf-8";
/*--fade in-----------------------------------------------------------*/
body {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
 @keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
/*--HTML5-----------------------------------------------------------*/
article, aside, details, footer, header, main, menu, nav, section, summary {
	display: block;
}
html {
}
body {
	background-color: #FFFFFF;
	min-width: 320px;
}
a:link {
	color: #000000;
	transition: .3s;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}
a.btn img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-filter: 'alpha(opacity=100)';
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
a:hover.btn img {
	-ms-filter: 'alpha(opacity=60)';
	filter: alpha(opacity=30);
	-moz-opacity: 0.40;
	opacity: 0.40;
}
a {
	outline: none;
}
::selection {
	background: #000000;
	color: #FFFFFF;
}
::-moz-selection {
background:#000000;
color:#FFFFFF;
}
::-webkit-selection {
background:#000000;
color:#FFFFFF;
}
strong {
	font-weight: bold;
}
.pc{
	display: none!important;
}
.sp {
	display: inherit!important;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
#wrapper {
}
header {
	min-width: 320px;
	color: #FFF;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#front {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	background-image: url(../../images/mv_front.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	background-attachment: scroll;
}
header a {
	text-decoration: none;
}
header h1 {
	padding-top: 100px;
	padding-bottom: 20px;
}
header h1 img {
	width: 90%;
	height: auto;
}
header .read {
	font-size: 17px;
	padding-bottom: 7px;
}
header .read_e {
	margin-bottom: 7px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
}
#instagram {
	height: 300px;
	margin-bottom: 30px;
	background-image: url(../../images/bg_instagram.png);
	text-align: center;
	background-size:50% 50%;
}
#instagram .ttl {
	padding-top: 30px;
	padding-bottom: 20px;
}
#instagram .ttl img {
	height: auto;
	width: 70px;
}
.swiper-container {
	width: 100%;
	height: 330px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.swiper-container h2 {
	display: table-cell;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999;
	right: 0px;
	bottom: 0px;
	height: 60px;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* 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;
	height: 330px;
	background-position: center center;
	background-size: cover;
}
#con_ware {
	margin-bottom: 30px;
	outline: none;
	background-image: url(../../images/bg_ware.png);
	background-size:50% auto;
}
#con_ware .thum {
	float: none;
}
#con_ware .txt {
	float: none;
	font-weight: 600;
	font-size: 11px;
	line-height: 170%;
}
#con_goods {
	margin-bottom: 30px;
	outline: none;
	background-image: url(../../images/bg_goods.png);
	background-size:50% auto;
}
#con_goods .thum {
	float: none;
}
#con_goods .txt {
	float: none;
	font-weight: 600;
	font-size: 11px;
	line-height: 170%;
}
#con_coffee {
	margin-bottom: 30px;
	outline: none;
	background-image: url(../../images/bg_coffee.png);
	background-size:50% auto;
}
#con_coffee .thum {
	float: none;
}
#con_coffee .txt {
	float: none;
	font-weight: 600;
	font-size: 11px;
	line-height: 170%;
	color: #FFF;
}
#con_shopinfo {
	outline: none;
	background-image: url(../../images/bg_shopinfo.png);
	background-size:50% auto;
}
.con_shopinfo_ill {
	background-image: url(../../images/bg_shopinfo_ill.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:70% auto;
}
#con_shopinfo .inner{
	width: 90%!important;
}
#con_shopinfo .ft_head {
	font-weight: 600;
	font-size: 12px;
	line-height: 220%;
	margin-bottom: 50px;
}
#con_shopinfo .ft_head .logo_foot {
	float: left;
	margin-right: 30px;
}
#con_shopinfo .ft_head .logo_foot_txt {
	float: left;
	padding-top: 60px;;
}
#con_shopinfo ul.shop_list{}
#con_shopinfo ul.shop_list li{
float: none;
margin-right: 0px;
font-size: 12px;
margin-bottom: 70px;
}
#con_shopinfo ul.shop_list li .shop_ph {
}
#con_shopinfo ul.shop_list li .shop_ph img{
width: 300px;
height: auto
}
#con_shopinfo ul.shop_list li .shop_name_en{
font-size: 16px;
font-weight: 600;
}
#con_shopinfo ul.shop_list li .shop_name{
font-size: 12px;
font-weight: 600;
margin-bottom: 0.7em
}
#con_shopinfo ul.shop_list li .sns_btn {
	padding-top: 10px;
	font-size: 12px;
	font-weight: 600;
	line-height: 2.5
}
#con_shopinfo ul.shop_list li .sns_btn i {
	font-size: 18px;
	margin-right: 5px;
}

.inner  {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.inner .txt .ill_l {
	float: left;
	margin-right: 10px;
}
.inner .txt .ill_l img {
	height: auto;
	width: 70px;
}
.inner .thum {
	width: 100%;
}
.inner .thum ul {
	display: block;
	margin-left: 4%;
}
.inner .thum ul li {
	float: left;
	font-size: 0;
	line-height: 0;
	margin-right: 4%;
	margin-bottom: 4%;
	width: 29%;
	overflow: hidden;
}
.inner .thum ul li:nth-child(3), .inner .thum ul li:nth-child(6) {
	margin-right: 4%;
}
.inner .txt {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	height: auto;
	padding-top: 20px;
	clear: both;
	background-image: url(../../images/bg_instagram.png);
	background-size: 50% auto;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #1A0C0A;
	padding-bottom: 30px;
}
#footer img {
	width: 30px;
	height: auto;
}

#badge{
position: fixed;
z-index: 30;
right: 10px;
top: 10px;
}
#badge img{
width: 70px;
height: auto
}

}