body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 2rem 0 0 0;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 30px;
}
h3, h4 {
	color: #222;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #555;
}
a:hover, a:focus {
	text-decoration: none;
	color: #000;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 1px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #666;
	margin: 1rem auto;
	border: 0;
}
/* Navigation */
#nav {
	z-index: 9999;
}
#nav.affix {
	position: fixed;
	top: 0;
	width: 100%
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-custom {
	margin-bottom: 0;
	background-color: #f6f6f6;
	border-radius: 0px;
	padding: 10px 0;
	border-bottom: 2px solid #fff;
}
.navbar-custom a {
	color: #555;
}
.navbar-custom .nav li a {
	margin: 0 60px;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #000;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #000;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}
.btn-default {
	text-transform: uppercase;
	color: #f5deb3;
	background-color: #000;
	border-color: #666666;
	padding: 10px 20px;
	margin: 0 auto;
	font-size: 16px;
	border-radius: 50px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #fff;
	background-color: #333;
}
.section-title{
    margin-bottom: 1rem;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	color: #333;
	background: url(../img/intro-bg.jpg) no-repeat top;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.center {
	padding: 10px 0;
    margin:0 auto;
}
.intro h1 {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #333;
}
.intro p {
	font-size: 14px;
	margin-bottom: 40px;
	margin-top: 20px;
}
header .intro-text {
	padding-top: auto;
	padding-bottom:auto;
}

/* Shop Section */
#shop {
	padding: 20px 0;
}
#shop .shop-text {
	margin-left: 10px;
	text-align: center;
}

.shop-random-item {
	margin: 15px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.shop-random-item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.shop-random-item .hover-bg {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.shop-random-item a{
    text-decoration: underline;
}
#shop p {
	margin-top: 40px;
	margin-bottom: 30px;
	line-height: 22px;
}

/* Menu Section */
#menu {
	padding: 20px 0;
	background: #f6f6f6;
}
.menu-item{
    background-color: #fff;
    padding:1rem;
    margin-bottom: 1rem;
}
.menu-item-list{
    border: solid 1px #666;
    padding:1.5rem;
    font-size: 14px;
    margin-bottom: 1rem;
}
.menu-text{
    padding:auto 0;
}
.menu-text h4{
    font-weight: 800;
    font-size: 18px;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	text-transform: uppercase;
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#menu i.fa {
	font-size: 20px;
	padding: 5px;
	color: #E87E04;
}



.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer Section*/
#footer {
	background: #f6f6f6;
	color: #777;
	padding: 30px 0 25px 0;
}
#footer p {
	font-size: 13px;
}
#footer a {
	color: #555;
}
#footer a:hover {
	color: #000;
}




/*select box*/
.search-area{
    background-color: antiquewhite;
    margin-top:15px;
    padding: 4rem 0 ;
}
.cafe-img{
    width: 100%;
    margin:4rem 0;
}
.cp_ipselect {
	overflow: hidden;
	width: 250px;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding: 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_sl04 {
	position: relative;
	border-radius: 2px;
	border: 2px solid #000;
    border-radius: 50px;
	background: #ffffff;
}
.cp_ipselect.cp_sl04::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #000;
	pointer-events: none;
}
.cp_ipselect.cp_sl04 select {
	padding: 8px 38px 8px 28px;
	color: #000;
}

/*Twitterフィード*/
#twitter {
	padding: 20px 0;
}
#twitter .btn{
    margin:4rem 0;
    padding:1rem 6rem;
}
.card{
    border: solid 1px #666;
    padding:1rem;
    margin: 1rem 0;
    text-align: left;

}
.card *{
    display: inline-block;
    text-align: left;
}
.tw_icon img{
    width:40px;
    height:40px;
}
.tw_img img{
    width:137px;
    height:137px;
    margin-bottom: 5px;
}
.tw_icon img{
    display: inline-block;
    height:40px;
}
.tw_icon{
    float:left;
}
.muted{
    color: #999;
    font-size:0.8rem;
}
.strong{
    font-weight: 600;
}

/*Pagenation*/

.pager .pagination {
  text-align: center;
    margin:5rem 0;
}
.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#000;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
}
.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #f5deb3;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #000;
  background: #f5deb3;
  border-radius: 50px;
}

@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の12件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の12件へ　";
  }

}

/*Shop detail*/
.shop-detail{
    text-align: center;
}

.shop-detail img{
    display: unset;
    margin:0 auto;
    /*width:80%;*/
}
.shop-detail .shop-name{
    font-size: 2rem;
    font-weight: 600;
    margin:4rem 0;
}
.shop-detail ul li{
    margin-bottom: 4rem;
}
.shop-detail ul li .strong{
    font-weight:800;
}
.shop-detail ul li a{
    text-decoration: underline;
}




.full-width-banner img{
    /*width:100%;*/
    max-width: 468px;
    margin:0 auto;
}
.full-width-banner{
    text-align: center;
    width: 100%;   
}
a.anchor{
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}