@charset "utf-8";
/*!
 *  DIFF CSS
 * ---------------------------------------------
 * 差分のcss
 * 
 */

/*===========================================================================
 * フォーマット
===========================================================================*/

body {
  position: relative;
}

.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}

.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

/*===========================================================================
 * 画像サイズ 調整
===========================================================================*/

.newsList figure img,
.productList figure img,
.productsList figure img,
.sp-slide img,
.cafeList li img,
.photoList li img,
.serviceList figure img,
.specialList li img {
  width: 100%;
}

.photoList li a {
  overflow: hidden;
}

/*===========================================================================
 * Edit Button
===========================================================================*/

.edit-btn a {
  display: inline-block;
  padding: 0 13px;
  min-width: 105px;
  height: 26px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  background: #cd197d;
}

/*===========================================================================
 * 404
===========================================================================*/

.not-fount .content p.btn a {
  color: #fff;
}

.not-fount:before {
  content: "";
  display: block;
  height: 10px;
  background: url(../images/base/bg_pagehead_before.png) no-repeat 0 0;
}

.not-fount .content {
  padding: 100px 30px;
  text-align: center;
  background: #f3efe4;
}

.not-fount .content h2 {
  margin-bottom: 0.8em;
  font-size: 24px;
}

.not-fount .content p {
  margin-bottom: 0.8em;
}

.not-fount .content p.btn a {
  display: inline-block;
  height: 50px;
  margin: 1em 0 0.4em;
  padding: 0 2em;
  background: #c50960;
  box-shadow: 1px 1px 0 0 #dad7cd;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  line-height: 51px;
}

/*===========================================================================
 * ニュース
===========================================================================*/

.news .entry .imgRight {
  width: 253px;
}
.news .entry .imgRight img {
  width: 100%;
}

/*===========================================================================
 * 商品情報
===========================================================================*/

.products #MainImage.sp-arrows-none .sp-arrows {
  display: none;
}

/*===========================================================================
 * 店舗情報
===========================================================================*/

.store .storeInfo {
  min-height: 410px;
}
.shop .storeInfo .inln a {
  text-decoration: underline;
}
.store .contTtl + section.block {
  margin-top: 20px;
}

.cafe .storeInfo {
  min-height: 525px;
  margin-bottom: 50px;
}

/*===========================================================================
 * 特集
===========================================================================*/

.special .wrap.single {
  margin-bottom: 70px;
}

/************************************************************************************
smaller than 660px
*************************************************************************************/
@media screen and (max-width: 660px) {
  
/*===========================================================================
 * 店舗情報
===========================================================================*/
  
  .store .storeInfo,
  .cafe .storeInfo {
    min-height: 0;
  }
  .cafe .storeInfo {
    margin-bottom: 70px;
  }
  
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/*===========================================================================
 * contact
===========================================================================*/

.error_message {
  padding: 10px;
  color: #ff0000;
  border: solid 1px #ff0000;
  background: #ffeeee;
  margin-bottom: 15px;
  line-height: 1.5;
}

.input_error {
  border: solid 1px #ff0000 !important;
  background: #ffeeee !important;
}
