#single #lead {
	display: flex;
	margin-bottom: 80px;
	
}
#single #lead .photo {
	width: 43%;
	flex-shrink: 0;
	margin-right: 5%;
}
#single #lead .photo .swiper-container {
    padding-bottom: 30px;
}
#single #lead .photo .swiper-pagination {
    bottom: 0;
}
#single #lead .photo .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  border-radius: 0;
  margin-left: 2px;
  margin-right: 2px;
}
#single #lead .photo .swiper-pagination-bullet-active {
  background: #d80d18;
}

#single #lead .txt .cat {
	font-size: 12px;
	font-weight: 700;
	background-color: #000;
	padding: 2px;
	display: inline-block;
	color: #fff;
	line-height: 1.5;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	
}
#single #lead .txt h1 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 10px;
}
#single #lead .txt .kana {
	color: #b3b3b3;
	font-size: 13px;
	border-bottom: #e3e3e3 1px solid;
	padding-bottom: 15px;
	margin-bottom:5px;
	
}
#single #lead .txt .floor {
    color: #707070;
    font-size: 13px;
    background-image: url("../images/icon_map.png");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: left center;
	padding-left: 18px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
#single #dtl {
	margin-bottom: 100px;
}
#single #dtl table {
	border-top: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	font-size: 14px;
	line-height: 1.7;
}

#single #dtl table th {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	padding: 15px;
	background-color: #f8f8f7;
	font-weight: 500;
	width: 200px;
	padding-left: 15px;
	padding-right: 15px;
}
#single #dtl table td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	padding: 15px;
	padding-left: 15px;
	padding-right: 15px;
	word-break: break-all;
	
}
#single #dtl table td a {
	color:#d80d19;
	text-decoration: underline;
	
}
#single #dtl table td a:hover {
    text-decoration: none;
}
#single #dtl .social li {
	margin-right: 20px;
}
#single #dtl .social img {
	width: 33px;
}
#single #dtl .social a {
	display: block;
	transition: ease-in-out .2s;
}
#single #dtl .social a:hover {
	transform: scale(1.1,1.1);
}
#single #dtl .back-index {
	margin-top: 15px;
}
#single #dtl .back-index a {
	letter-spacing: 0.06em;
	font-size: 14px;
	text-decoration: underline;
	position: relative;
	padding-left: 15px;
}
#single #dtl .back-index a:hover {
	color: #d80d19 ;
	
}

#single #dtl .back-index a:before {
content: "";
	position: absolute;
	z-index: 1;
	left: 0;
width: 0;
height: 0;
border-style: solid;
	top: 50%;
	margin-top: -4px;
border-width: 4px 6px 4px 0;
border-color: transparent #d80d19 transparent transparent;
}
#single .reserve {
    background-color: #f8f8f7;
    padding: 50px;
    text-align: center;
    margin-top: 50px;
    border: #e3e3e3 1px solid;
}
#single .reserve .btn {
    display: block;
    background-color: #d80d19;
    color: #fff;
    max-width: 320px;
    font-weight: 700;
    padding: 15px;
    font-size: 16px;
    margin: auto;
    margin-bottom: 5px;
    position: relative;
    border: #d80d19 1px solid;
}
#single .reserve .btn:hover {
    background-color: transparent;
    color: #d80d19;
}
#single .reserve .btn:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  content: "";
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  transition: ease-in-out .2s;
}
#single .reserve .btn:hover:after {
  border-color: transparent transparent transparent #d80d19;
}
#single .reserve dt {
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
}
#single .reserve dd a {
    font-family: 'Lora', serif;
    font-weight: 500;
    font-size: 32px;
}
#single .reserve .sub-cau {
    display: block;
    font-size: 90%;
}
 #single #dtl table td .attention {
        display: block;
        background-color: #f4f4f4;
     padding: 5px;
     margin-top: 5px;
    }
#index .search-menu {
	border-bottom: #000 1px solid;
	text-align: center;
	margin-bottom: -1px;
	margin-bottom: 60px;
}
#index .search-menu .tab-menu {
	position: relative;
	z-index: 2;
	margin-bottom: -1px;
}
#index .search-menu li {
	background-color: #000;
	padding: 15px;
	text-align: center;
	border: #000 1px solid;
	font-weight: 500;
	font-size: 14px;
	box-sizing: border-box;
	vertical-align: bottom;
	width: 47.9999%;
	margin-left: 1%;
	margin-right: 1%;color: #fff;
	cursor: pointer;
	transition: ease-in-out .3s;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
#index .search-menu li p {
	display: inline;
}
#index .search-menu li.active,
#index .search-menu li.is-show,
#index .search-menu li:hover {
	background-color: #FFF;
	color: #000;
	border-bottom-color: #fff;
}
#index .search-menu li:not(.active):hover,
#index .search-menu li:not(.is-show):hover{
	border-bottom-color: #000;
}
#index .search-menu li span {
	font-family: 'Vollkorn', serif;
	font-size: 27px;
	font-weight: 500;
	line-height: 1;
vertical-align: middle;
	margin-right: 15px;
	
}
#index .tab-panel {
    display: none;
}
#index .tab-panel.is-show {
    display: block;
}
#index .cat-list .list {
	margin-left: -1%;
	margin-right: -1%;
	margin-bottom: 50px;
}
#index .cat-list .list li {
	border: #000 1px solid;
	width: 22.9999%;
	margin-left: 1%;
	margin-right: 1%;
	box-sizing: border-box;
	padding: 12px;
	font-weight: 500;
	letter-spacing: 0.15em;
	font-feature-settings: "palt";
	margin-bottom: 2%;
	position: relative;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	cursor: pointer;
	
}
#index .cat-list .list li.mixitup-control-active {
	background-color: #000;
	color: #fff;
}
#index .cat-list .list li:not(:first-child) {
	padding-left: 50px;
}
#index .cat-list .list li:not(:first-child):before {
    background-image: url( "../images/cat_icon_fashion.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
	width: 38px;
	height: 32px;
	content: "";
	position: absolute;
	z-index: 1;
	left: 12px;
	top: 50%;
	margin-top: -16px;
}
#index .cat-list .list li:not(:first-child):hover:before {
	animation: 1s fuwafuwa 2;
}
@keyframes fuwafuwa {
  0% {
	  transform:translate(0px,)rotate(0deg);
  }
30% {
	  transform:translateY(-5px)rotate(-7deg);
  }
  50% {
	  transform:translateY(0px)rotate(0deg);
  }
	75% {
	  transform:translateY(0px)rotate(0deg);
  }
}


#index .cat-list .list li:nth-child(3):before {
    background-image: url( "../images/cat_icon_general.png");
}
#index .cat-list .list li:nth-child(4):before {
    background-image: url( "../images/cat_icon_life.png");
}
#index .cat-list .list li:nth-child(5):before {
    background-image: url( "../images/cat_icon_culture.png");
}
#index .cat-list .list li:nth-child(6):before {
    background-image: url( "../images/cat_icon_cafe.png");
}
#index .cat-list .list li:nth-child(7):before {
    background-image: url( "../images/cat_icon_other.png");
}


#index .shop-list {
	letter-spacing: -0.5em;
	margin-left: -1%;
	margin-right: -1%;
    text-align: left;
	
}
#index .shop-list .blk{
	letter-spacing: 0.01em;
	display: inline-block;
	vertical-align: top;
	width: 17.9999%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 40px;
	text-align: left;
	
}
#index .shop-list .blk a {
	display: block;
}
#index .shop-list .blk img {
	box-shadow: 2px 2px 18px -8px rgba(0,0,0,0.5);
	transition: ease-in-out .2s;
}
#index .shop-list .blk a:hover img {
	transform: scale(1.05);
}
#index .shop-list .blk h2 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
	position: relative;
	padding-left: 12px;
	line-height: 1.4;
	margin-bottom: 7px;
	
}
#index .shop-list .blk a:hover h2 {
	
}
#index .shop-list .blk h2:before {
	width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 6px;
border-color: transparent transparent transparent #d80d19;
content: "";
position: absolute;
z-index: 1;
left: 0;
top: 8px;
}
#index .shop-list .blk .cat {
	color: #707070;
font-size: 12px;
font-weight: 500;
	line-height: 1.2;
	margin-bottom: 2px;
}
#index .shop-list .blk .num {
	background-image: url("../images/icon_map.png");
background-size: 12px;
background-repeat: no-repeat;
background-position: left center;
padding-top: 2px;
padding-bottom: 2px;
color: #707070;
font-size: 12px;
padding-left: 17px;
}
#index .search-reslts {
	text-align: center;
}
#index .search-reslts .txt{
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: 58px;
    border: none;
    padding: 10px;
    width: 60%;
    font-size: 16px;
    background-image: url("../images/search_icon.png");
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: left 15px center;
	padding-left: 50px;
}
#index .search-reslts .txt:focus {
    background-color: #EFEFEF;
}
::placeholder {
  color: #b1b1b1;
	font-size: 13px;
	font-weight: 700;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #b1b1b1;
	font-size: 13px;
	font-weight: 700;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #b1b1b1;
	font-size: 13px;
	font-weight: 700;
}
#index .search-reslts .search {
	display: flex;
	align-items: center;
	margin: auto;
	justify-content: center;
	margin-bottom: 70px;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
#index .search-reslts .not-found-txt.show {
    display: block;
}
#index .search-reslts .not-found-txt.hide {
    display: none;
}
#index .search-reslts button {
	background-color: #000;
	border: none;
	color: #fff;
	font-size: 17px;
	font-family: 'Vollkorn', serif;
	font-weight: 500;
	box-sizing: border-box;
	height: 58px;
	width: 220px;
	margin-left: 7%;
	cursor: pointer;
}
@media screen and (max-width:980px){
#index .cat-list .list li {
  width: 47.9999%;
}
#index .search-menu li span {
  font-size: 24px;
  margin-right: 0px;
	display: block;
}
#index .shop-list .blk {
  width: 31.3333%;
}
#index .search-menu li p {
	display: none;
}
#index .search-reslts button {
  width: 180px;
}
#single #lead {
  display: block;
  margin-bottom: 60px;
}
#single #lead .photo {
  width: 100%;
  margin-right: 0%;
	margin-bottom: 40px;
}
#single #lead .photo img {
width: 100%;
	}
#single #dtl table th {
  width: auto;
	display: block;
}
#single #dtl table td {
  width: auto;
	display: block;
}
   
}
@media screen and (max-width:480px){
#single .reserve {
  padding: 20px;
  margin-top: 40px;
    line-height: 1.6;
}
#single .reserve dd a {
  font-size: 29px;
}
#single .reserve dt {
  font-size: 15px;
  margin-bottom: 2px;
}
#single .reserve .btn {
  padding: 12px;
    margin-top: 10px;
}
#single #lead .photo .swiper-pagination-bullet {
  width: 15px;
}
#index .search-reslts .search {
	margin-bottom: 50px;
}
#index .shop-list {
	margin-left: -2%;
	margin-right: -2%;
}
#index .shop-list .blk {
  width: 45.9999%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 4%;
}
#index .shop-list .blk h2 {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.3;
  margin-bottom: 7px;
}
#index .shop-list .blk .cat {
  font-size: 11px;
}
#index .shop-list .blk .num {
	margin-top: -2px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 11px;
}
#index .cat-list .list li {
  font-size: 3.2vw;
	padding: 8px;
	line-height: 1.6;
}
#index .cat-list .list li:not(:first-child)::before {
  width: 25px;
  height: 21px;
  left: 7px;
  margin-top: -10px;
}
#index .cat-list .list li:not(:first-child) {
  padding-left: 33px;
}
#index .search-menu .tab-menu.inner1060 {
	width: 96%;
}
#index .search-menu {
  margin-bottom: 40px;
}
#index .cat-list .list {
  margin-bottom: 40px;
}
#index .search-menu li {
	line-height: 1.3;
	font-size: 11px;
}
#index .search-menu li span {
  font-size: 17px;
	margin-bottom: 2px;
}
#index .search-reslts .search {
  display: block;
}
#index .search-reslts .txt {
  width: 100%;
background-size: 20px;
background-position: left 10px center;
padding-left: 40px;
	height: 55px;
}
#index .search-reslts button {
  width: 220px;
  margin-left: 0%;
	margin-top: 25px;
	font-size: 16px;
}
#single #lead .txt .cat {
  font-size: 11px;
	margin-bottom: 10px;
}
#single #lead .txt h1 {
  font-size: 21px;
  margin-bottom: 5px;
}
#single #lead {
  margin-bottom: 40px;
}
#single #lead .photo {
  margin-bottom: 20px;
}
#single #lead .txt .kana {
  font-size: 12px;
  padding-bottom: 10px;
}
#single #dtl table th {
	padding-top: 10px;
	padding-bottom: 10px;
}
#single #dtl table td {
	padding-top: 10px;
	padding-bottom: 10px;
}
#single #dtl {
  margin-bottom: 70px;
}
}


