@charset "UTF-8";
/* CSS Document */

.mainArea{
 padding-top:150px;
}

@media (max-width:1180px){
	.mainArea{
		padding-top:60px
	}
}

.bannerTxtBox {
  display: none;
}

.mapArea {
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
  margin-top:-70px;
}

@media (max-width: 1180px) {
  .mapArea {
    margin-top: 0;
    margin-top:-70px;
  }
}

#storeMap {
  width: 100%;
  height: 75vh;
}

@media (max-width: 1023px) {
  #storeMap {
    height: 50vh;
  }
}

#storeMap.ins {
  height: 40vh;
}

/*列表頁*/
.spotList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.spotList li {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 960px) {
  .spotList li {
    width: 50%;
  }
}

@media (max-width: 440px) {
  .spotList li {
    width: 100%;
  }
}

.spotList .Img {
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.spotList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.spotList .Txt {
  padding: 15px;
  background-image: url("../images/bg.jpg");
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.spotList .Txt h3 a {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.spotList .Txt p {
  height: 45px;
  padding-top: 10px;
  font-size: 12px;
  line-height: 1.8;
  color: #ababab;
}

.spotList .Txt b {
  /*距離計算*/
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #333;
}

.spotList .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.spotList .text a {
  color: #666;
}

/****內頁****/
.map {
  border: 1px solid #CCC;
}

#spotMap {
  height: 280px;
}

.storeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.storeList li {
  width: 50%;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #cdcdcd;
}

@media (max-width: 640px) {
  .storeList li {
    width: 100%;
  }
}

.storeList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.storeList .left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  padding: 6px 10px;
  font-size: 14px;
  letter-spacing: .02em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #bbb;
  background-color: #4a4a50;
}

.storeList .right {
  padding-top: 6px;
  padding-left: 15px;
  font-size: 15px;
  letter-spacing: .05em;
  color: #4a4a50;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.storeList .right a {
  color: #4a4a50;
}

.storeList .right a:hover {
  color: #f0831e;
}

.storeInsArea {
  width: 100%;
  margin-bottom: 50px;
}

.storeInsArea .Img img {
  display: block;
  width: 100%;
  min-height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

.storeInsArea .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.storeInsArea .other a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #4a4a50;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #4a4a50;
}

.storeInsArea .other a:hover {
  color: #dc781e;
  border-color: #dc781e;
}

.storeInsArea .other .fb {
  width: 40px;
  font-size: 18px;
}

.storeInsArea .other .booking {
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: .05em;
}

.storeInsArea .title {
  padding-bottom: 30px;
  font-weight: 400;
  font-family: "Noto Serif TC", "微軟正黑體", serif;
  font-size: 24px;
  text-align: center;
}

.storeInsArea .albumBox {
  position: relative;
  margin-bottom: 30px;
}

.storeInsArea .btnMorePhoto {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 135px;
  height: 55px;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  letter-spacing: .1em;
  background-color: rgba(240, 131, 30, 0.9);
}

.storeInsArea .btnMorePhoto i {
  font-size: 15px;
  margin-right: 5px;
}

.side_album {
  display: none;
}

.storeBottomArea {
  background-image: url("../images/dotLineGray2.png");
  background-repeat: repeat-x;
  padding-top: 40px;
}

.storeBottomArea .titleBox3 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.foodProductList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.foodProductList li {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .foodProductList li {
    width: 33.333%;
  }
}

@media (max-width: 640px) {
  .foodProductList li {
    width: 50%;
  }
}

.foodProductList .Txt {
  line-height: 1.6;
}

.foodProductList .Img {
  margin-bottom: 20px;
  background-image: url("../images/foodImgBg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.foodProductList .Img img {
  display: block;
  width: 100%;
}

.foodProductList .title a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .04em;
  color: #333;
}

.foodProductList .price {
  margin-bottom: 8px;
  font-size: 13px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 300;
  color: #dc781e;
  letter-spacing: .04em;
}

.foodProductList .price span {
  font-weight: 500;
  font-size: 17px;
}

.foodProductList .price b {
  font-size: 26px;
}

.foodProductList .en a,
.foodProductList .jp a {
  display: block;
  color: #888;
  font-size: 12px;
}

.foodProductList .tag span {
  padding: 5px;
  font-size: 12px;
  letter-spacing: .02em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.foodProductList .tag .choice {
  color: #bbb;
  background-color: #4a4a50;
}

.foodProductList .tag .new {
  color: #eec59f;
  background-color: #dc781e;
}
