@charset "UTF-8";

/**
 * --------------------------------------------------
 * ローディングが表示され続ける不具合の応急処置
 * ※あくまで取り急ぎ対応なのでよろしく
 * --------------------------------------------------
 */
.bx-wrapper .bx-loading {
	display: none !important;
}

@media screen and (max-width: 693px){
.global-maintenance {
	width: 95%;
	margin: 15px auto !important;
}
}


.spot-category {
    margin: -15px 0 5px;
	font-size: 12px;
}
@media screen and (max-width: 693px){
.spot-category {
	margin: 45px 0 6px;
	font-size: 12px;
}
}
/**
 * --------------------------------------------------
 * img
 * --------------------------------------------------
 */
@media (-ms-high-contrast:none) {
	.shop-detail .content .slider-box .shop-main-slider .img img,
	.shop-detail .content .mania .shop-photo .main-slider .img img,
	.shop-detail .content .shop-photo .main-slider-thum li .img img,
	.shop-detail .content .slider-box .shop-main-slider .bx-wrapper .img img,
	.shop-detail .content .mania .shop-photo .main-slider .bx-wrapper .img img,
	.shop-detail .content .shop-photo .main-slider-thum #thum li .img img
	.shop-detail .content .shop-main-slider-thum ul li .img img,
	.shop-detail .content .shop-news ul li figure img,
	.shop-detail .content .shop-pickup ul li figure .img img,
	.shop-detail .content .kuchikomi-photo.kuchikomi-photo-crop ul li .img img,
	.shop-detail .content .present .photo img,
	.shop-detail .content .shop-feature.shop-feature-crop ul li .photo img,
	.shop-detail .content .kuchikomi-list li .box .photo img
	 {
		font-family: 'object-fit: contain;';
	}
}
/**
 * --------------------------------------------------
 * title
 * --------------------------------------------------
 */
.shop-detail .content .spot-sbttl{
	font-size: 20px;
	font-weight: bold;
	margin: -40px 0 15px;
	padding-top:80px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffb400;
}
.shop-detail .content .spot-sbttl span{
	padding-left: 12px;
	border-left: 8px solid #ffb400;
}
.shop-detail .content .map .spot-sbttl span{
	/*padding-right: 160px;*/
}
.shop-detail .content .spot-sbttl .btn-blue{
	font-size:12px;
	float:right;
}
@media screen and (max-width: 693px) {
	.shop-detail .content .spot-sbttl .btn-blue{
		display: none;
	}
}
.shop-detail .content .spot-sbttl .btn{
	font-size:10px;
	float:right;
}
/**
 * --------------------------------------------------
 * title
 * --------------------------------------------------
 */
.shop-detail .content .spot-supply{
	font-size: 12px;
	margin: 0 0 20px;
}
.shop-detail .content .spot-supply span {
	position: relative;
}
.shop-detail .content .spot-supply ul {
	font-size: 12px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 3px;
	position: absolute;
	right: -15px;
	top: -10px;
	transform: translate( 0, -100% );
	padding: 10px;
	display: none;
}
.shop-detail .content .spot-supply ul:before {
	content: '';
	position: absolute;
	bottom: -14px;
	right: 17px;
	border: 7px solid transparent;
	border-top: 7px solid #fff;
	z-index: 2;
}
.shop-detail .content .spot-supply ul:after {
	content: '';
	position: absolute;
	bottom: -16px;
	right: 16px;
	border: 8px solid transparent;
	border-top: 8px solid #ddd;
	z-index: 1;
}
.shop-detail .content .spot-supply li {
	white-space: nowrap;
}
.shop-detail .content .spot-supply li img {
	max-width: initial;
	object-fit: cover;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	vertical-align: middle;
	margin: -1px 3px 0 0;
}

/**
 * --------------------------------------------------
 * header - pc
 * --------------------------------------------------
 */
.shop-detail .content .spot-header-pc {
	padding: 10px 20px;
	background: #fff4ce;
	-moz-border-radius: 9px 9px 0 0;
	-webkit-border-radius: 9px 9px 0 0;
	border-radius: 9px 9px 0 0;
	border-bottom: solid 3px #ff8d00;
    border-top: 20px solid #ff8d00;
}
.shop-detail .content .spot-header-pc.plus {
	border-bottom: solid 3px #ed1c24;
	border-top: none;
}

.shop-detail .content > .plus-header {
border-bottom: solid 2px #ed1c24;
}

.shop-detail .content .spot-header-pc > .plus {
	min-height: 20px;
	margin: -10px -20px 12px;
	padding: 0 20px;
	background: #ed1c24;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	-moz-border-radius: 9px 9px 0 0;
	-webkit-border-radius: 9px 9px 0 0;
	border-radius: 9px 9px 0 0;
}
.shop-detail .content .spot-header-pc > p span.icon:before {
	width: 75px;
	height: 25px;
	background-position: 0 -400px;
}
.shop-detail .content .spot-header-pc ul {
	float: right;
	width: 130px;
	margin: -5px 0 0;
}
.shop-detail .content .spot-header-pc ul {
}
.shop-detail .content .spot-header-pc ul li {
	font-size: 11px;
	margin: 5px 0 0;
}
.shop-detail .content .spot-header-pc ul li a {
	font-size: 11px;
	margin: 0;
	width: 100%;
}
.shop-detail .content .spot-header-pc ul li:first-child a span.icon:before {
	width: 16px;
	height: 14px;
	background-position: 0 -500px;
}
.shop-detail .content .spot-header-pc ul li:nth-child(2) a span.icon:before {
	width: 17px;
	height: 14px;
	background-position: -80px -550px;
}
.shop-detail .content .spot-header-pc ul li:last-child a span.icon:before {
	width: 15px;
	height: 11px;
	background-position: 0 -600px;
}
.shop-detail .content .spot-header-pc .plus .icon-plus {
	float: right;
	margin: -4px 0 0;
}
.shop-detail .content .spot-header-pc .plus .fkd{
	padding: 3px 0 0;
	color: #fff;
}
.shop-detail .content .spot-header-pc .plus .fkd a{
	margin-left: 20px;
	color: #fff;
	font-size: 10px;
}
.shop-detail .content .spot-header-pc .intro {
	float: left;
	width: 500px;
	margin: 0 5px 0;
	position: relative;
}
@media screen and (max-width: 693px) {
.shop-detail .content .spot-header-pc .intro {
	margin: 0;
}
}

.shop-detail .content .spot-header-pc .intro .balloon:before{
	content:url(../../spot/grapevine/images/bg-balloon.png);
	position:absolute;
	right:3px;
	bottom:0;
	z-index:-1;
}
.shop-detail .content .spot-header-pc .intro .balloon{
	background:#ed1c24;
	display:inline-block;
	padding:7px 10px;
	position:absolute;
	top:0;
	left: -70px;
	color:#fff;
	font-size:8px;
	font-weight:bold;
	text-align:center;
	line-height:1.3;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index:0;
}

@media screen and (max-width: 1109px){
.shop-detail .content .spot-header-pc .intro .balloon{
	display: none;
}
}

.shop-detail .content .spot-header-pc .intro .balloon em{
	color:#fff;
	font-size:13px;
}
.shop-detail .content .spot-header-pc .intro p {
	font-size: 12px;
}
.shop-detail .content .spot-header-pc .intro .spot-ttl {
	display: block;
	color: #333;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	margin: 2px 0 0;
}
.shop-detail .content .spot-header-pc .intro .spot-subttl {
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0;
}

.shop-detail .content .spot-header-pc .intro p em{
	color:#ed1c24;
}
.shop-detail .content .spot-header-pc .intro address {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
.shop-detail .content .spot-header-pc .intro address .pc {
	display: block;
	color: #1467AD;
}
.shop-detail .content .spot-header-pc .intro address .sp,
.shop-detail .content .spot-header-pc .intro address .sp-float {
	display: none;
}

@media screen and (max-width: 693px) {
	.shop-detail .content .spot-header-pc {
    padding: 12px 10px 5px;
    margin: 0 0 5px;
    border-top: 20px solid #ff8d00;

	}

	.shop-detail .content .spot-header-pc > .plus {
		margin: -12px -10px 10px;
		padding: 0 10px;
		font-size: 12px;
		line-height: 1.3;
		position: relative;
	}
	.shop-detail .content .spot-header-pc .plus .fkd{
		padding: 5px 0;
	}
	.shop-detail .content .spot-header-pc .plus .fkd .fkd-link{
		display: block;
	}
	.shop-detail .content .spot-header-pc .plus .fkd a{
		margin-left: 0;
		margin-right: 20px;
	}

	.shop-detail .content .spot-header-pc > p span.icon:before {
		position: absolute;
		left: 10px;
		top: 50%;
		margin: -13px 0 0;
	}
	.shop-detail .content .spot-header-pc .intro {
		float: none;
		width: auto;
	}
	.shop-detail .content .spot-header-pc .intro .spot-ttl {
		font-size: 22px;
	}
	.shop-detail .content .spot-header-pc .intro .balloon {
		display:none;
	}
	.shop-detail .content .spot-header-pc .intro address {
		font-size: 18px;
	}
	.shop-detail .content .spot-header-pc .intro address .pc {
		display: none;
	}
	.shop-detail .content .spot-header-pc .intro address .sp {
		background: #f2f2f2;
		background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
		background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
		background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
		background-image: -o-linear-gradient(top, #fff, #f2f2f2);
		background-image: linear-gradient(to bottom, #fff, #f2f2f2);
		text-align: center;
		border-radius: 5px;
		border: #ccc solid 1px;
		padding: 2px 2px 0;
		text-decoration: none;
		display: inline-block;
		font-size: 15px;
	}
	.shop-detail .content .spot-header-pc .intro address .sp-float {
	display: block;
	position: fixed;
	text-align: center;
    z-index: 110;
    bottom: 63px;
    right: 7px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 5px;
    font-size: 28px;
    color: #fff;
    background: #00e4c6;
    border: solid 2px #00e4c6;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	}
	.shop-detail .content .spot-header-pc ul{
		display: none;
	}
}

.shop-detail .content .sp-btn {
	display: none;
}
.shop-detail .content .shop-header .pc-btn{
	display: inline;
}


@media screen and (max-width: 693px) {
	.shop-detail .content .shop-header .pc-btn{
		display: none;
	}
	.shop-detail .content .sp-btn {
		display: inherit;
	}
	.shop-detail .content .sp-btn ul {
		float: none;
		width: 100%;
		margin: 10px 0 15px;
		display: table;
		table-layout: fixed;
	}
	.shop-detail .content .sp-btn ul li {
		float:left;
		width: 50%;
		padding: 0 2px;
		font-size: 11px;
		margin: 5px 0 0;
	}
	.shop-detail .content .sp-btn ul li a {
		font-size: 12px;
		margin: 5px 0 0;
		width: 100%;
	}
	.shop-detail .content .sp-btn ul li.reserve {
		display: block;
		width: 100%;
	}
}


/**
 * --------------------------------------------------
 * header - pc
 * --------------------------------------------------
 */
.shop-detail .content .spot-header-sp {
	margin: 0 -10px;
	padding: 10px 0 10px;
	background: #463000;
	color: #fff;
	display: flex;
	align-items: center;
}
.shop-detail .content .spot-header-sp a {
	color: #fff;
}
.shop-detail .content .spot-header-sp .info {
	flex: 1 1 auto;
	padding: 0 10px;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.shop-detail .content .spot-header-sp .info p {
	font-size: 12px;
	color: rgba(255,255,255,0.6);
}
.shop-detail .content .spot-header-sp .info h1 {
	font-size: 16px;
}
.shop-detail .content .spot-header-sp .kuchikomi {
	flex: 0 1 auto;
}
.shop-detail .content .spot-header-sp .kuchikomi a {
	position: relative;
	display: block;
	padding: 0 20px 0 10px;
	font-size: 11px;
	text-align: center;
	white-space: nowrap;
}
.shop-detail .content .spot-header-sp .kuchikomi a:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: absolute;
	right: 8px;
	bottom: 50%;
	transform: translate(0,50%) rotate(45deg);
}
.shop-detail .content .spot-header-sp .kuchikomi strong {
	font-size: 14px;
}

/**
 * --------------------------------------------------
 * spot-nav - pc
 * --------------------------------------------------
 */
.shop-detail .content {
	position: relative;
}
/**.shop-detail .content .main-pc{
	background: url(../../spot/home/images/bg-main.gif) repeat-x 0 bottom #fff4ce;
} */
.shop-detail .content .main-pc ul{
	width: 686px;
	margin: 0 auto;
}
.shop-detail .content .main-pc ul li {
	position: relative;
	float: left;
	margin: 0 1px;
	border-bottom: 2px solid #fff;
}
.shop-detail .content .main-pc ul li.menu{
}
.shop-detail .content .main-pc ul li > span,
.shop-detail .content .main-pc ul li > a {
	display: block;
	padding: 5px 9px;
	color: #666;
	font-size: 14px;
	text-align: center;
	margin: 4px 0 0 0;
	border-bottom: 2px solid #fff;
}
.shop-detail .content .main-pc ul li > .active,
.shop-detail .content .main-pc ul li > a:hover {
	border-bottom: 2px solid #ffc800;
	background: #fff;
	text-decoration: none;
}
.shop-detail .content .main-pc ul li .not {
	color: #a8a8a8;
	border: 1px solid #eaeaea;
	border-bottom: 1px solid #ffc800;
	background: #eaeaea;
}
.shop-detail .content .main-pc ul li ul{
	display: none;
	position: absolute;
	width: 120px;
	border-top:  1px solid #ffedaf;
	z-index: 10000;
}
.shop-detail .content .main-pc ul li ul li{
	float: none;
	width: 100%;
	margin: 0;
}
.shop-detail .content .main-pc ul li ul li a,
.shop-detail .content .main-pc ul li ul li a:hover{
	border: 1px solid #ffedaf;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-top: none;
}
.shop-detail .content .main-pc ul li ul li:last-child a{
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.shop-detail .content .main-pc ul li ul li.lunch a{
	color: #92b537;
	background: #e3eccb;
	background-image: -webkit-linear-gradient(top, #ffffff, #e3eccb);
	background-image: -moz-linear-gradient(top, #ffffff, #e3eccb);
	background-image: -ms-linear-gradient(top, #ffffff, #e3eccb);
	background-image: -o-linear-gradient(top, #ffffff, #e3eccb);
	background-image: linear-gradient(to bottom, #ffffff, #e3eccb);
}
.shop-detail .content .main-pc ul li ul li.party a{
	color: #e65598;
	background: #f9d6e6;
	background-image: -webkit-linear-gradient(top, #ffffff, #f9d6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #f9d6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #f9d6e6);
	background-image: -o-linear-gradient(top, #ffffff, #f9d6e6);
	background-image: linear-gradient(to bottom, #ffffff, #f9d6e6);
}
@media screen and (max-width: 693px) {
	.shop-detail .content .main-pc {
		position: static;
	}
	.shop-detail .content .main-pc ul{
	padding: 0;
	border-right: none;
	overflow: hidden;
	width: 100%;
	text-align: center;
	}
	.shop-detail .content .main-pc ul li,
	.shop-detail .content .main-pc ul li.menu,
	.shop-detail .content .main-pc ul li.map {
	float: none;
	margin: 0;
	padding: 0 1px;
	display: inline-block;
	}

	.shop-detail .content .main-pc ul li > span,
	.shop-detail .content .main-pc ul li > a {
		width: auto;
		font-size: 15px;
		line-height: 1.2em;
		text-indent: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		border: none;
		padding: 10px 0 2px;
		text-align: center;
		border-bottom: solid 2px #fff;
		margin: 0;
	}
	.shop-detail .content .main-pc ul li > a:hover {
		border: none;
	}

	.shop-detail .content .main-pc ul li > .active {
		border: none;
		border-bottom: 2px solid #ffc800;
	}
	.shop-detail .content .main-pc ul li ul{
		display: none !important;
	}
	.shop-detail .content .main-pc ul li .not {
		border-bottom-color: #eaeaea;
	}
}

/**
 * --------------------------------------------------
 * spot-nav - sp
 * --------------------------------------------------
 */
.shop-detail .content .main-sp {
	position: relative;
	margin: 0 -10px;
}
.shop-detail .content .main-sp .top {
	width: 100%;
	display: table;
	table-layout: fixed;
	border-left: 1px solid #cccac3;
}
.shop-detail .content .main-sp .top li {
	display: table-cell;
	vertical-align: middle;
	background: #eceae2;
	border: 1px solid #cccac3;
	border-left: none;
}
.shop-detail .content .main-sp .top li a,
.shop-detail .content .main-sp .top li span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.shop-detail .content .main-sp .top li a:hover {
	text-decoration: none;
}

.shop-detail .content .main-sp .top li span {
	position: relative;
	display: block;
	text-align: center;
	padding: 12px 0;
}
.shop-detail .content .main-sp .top li img {
	width: 32px;
	position: absolute;
	left: -1px;
	top: -1px;
}

.shop-detail .content .main-sp .top li span.active:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #ffc800;
	position: absolute;
	left: 0;
	bottom: 0;
}

.shop-detail .content .main-sp .sub {
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	z-index: 5000;
	display: none;
}
.shop-detail .content .main-sp .sub li {
	border-bottom: 1px solid #eee;
}
.shop-detail .content .main-sp .sub li > a,
.shop-detail .content .main-sp .sub li > span {
	position: relative;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 30px 15px 10px;
	color: #333;
}
.shop-detail .content .main-sp .sub li a:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: absolute;
	right: 10px;
	bottom: 50%;
	transform: translate(0,50%) rotate(45deg);
}
.shop-detail .content .main-sp .foot {
	width: 100%;
	display: table;
	table-layout: fixed;
	border-left: 1px solid #cccac3;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 4000;
}
.shop-detail .content .main-sp .foot li {
	display: table-cell;
	vertical-align: middle;
	background: #eceae2;
	border: 1px solid #cccac3;
	border-left: none;
}
.shop-detail .content .main-sp .foot li a {
	display: block;
	padding: 7px 5px 5px;
	text-align: center;
}
.shop-detail .content .main-sp .foot li img {
	height: 50px;
	width: auto;
}

.shop-detail .content .main-sp-send {
	position: relative;
	z-index: 5000;
	display: none;
}
.shop-detail .content .main-sp-send .overlay {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	position: fixed;
	left: 0;
	top: 0;
}
.shop-detail .content .main-sp-send .cont {
	width: 90%;
	background: #fff;
	position: fixed;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%);
}
.shop-detail .content .main-sp-send .cont dl {
	padding: 15px 15px 0;
}
.shop-detail .content .main-sp-send .cont dt {
	font-size: 14px;
	margin: 0 0 5px;
}
.shop-detail .content .main-sp-send .cont ul {
	border-bottom: 1px solid #eee;
}
.shop-detail .content .main-sp-send .cont li {
	border-top: 1px solid #eee;
}
.shop-detail .content .main-sp-send .cont li a {
	position: relative;
	display: block;
	padding: 10px 0;
	line-height: 1;
	color: #333;
}
.shop-detail .content .main-sp-send .cont li a:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: absolute;
	right: 0;
	bottom: 50%;
	transform: translate(0,50%) rotate(45deg);
}
.shop-detail .content .main-sp-send .cont p {
	background: #eee;
	color: #888;
	margin: 15px 0 0;
	padding: 15px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
}


/**
 * --------------------------------------------------
 * plus-menu
 * --------------------------------------------------
 */
.shop-detail .content .menu nav ul {
	width: 100%;
	border: solid 1px #ed1c24;
	border-radius: 5px;
	padding: 3px 10px;
	margin: 15px 0;
}
.shop-detail .content .menu nav ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 2px;
}
.shop-detail .content .menu nav ul li:first-child {
	margin-right: 10px;
}
.shop-detail .content .menu nav ul li a {
	display: inline-block;
	padding: 8px 6px;
	border: solid 1px #C9CACA;
	font-size: 12px;
	color: #595757;
}

.shop-detail .content .menu nav ul li img {
	vertical-align: middle;
	image-rendering: optimizeQuality;
}


@media screen and (max-width: 693px) {
.shop-detail .content .menu nav ul{
	text-align: center;
}
.shop-detail .content .menu nav ul li:first-child {
	width: 100%;
	text-align: center;
	margin: 0;
}
.shop-detail .content .menu nav ul li a {
	padding: 7px 4px;
	font-size: 11px;
}
}

.shop-detail .content .menu nav ul li a.active,
.shop-detail .content .menu nav ul li a:hover{
	background-color: #F7F8F8;
	border: solid 1px #dadada;
	color: #969696;
}
.shop-detail .content .menu nav ul li a.active:hover{
	text-decoration: none;
}
@media screen and (max-width: 693px) {
	.shop-detail .content .menu nav ul li {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}
.shop-detail .content .menu-photo .mania-btn-area{
	text-align: center;
}

.shop-detail .content .menu-photo .mania-btn-area .mania-btn{
	display: inline-block;
	margin: 10px 5px;
	width: 25%;
}
.shop-detail .content .menu-photo .mania-btn-area .mania-btn:hover{
	opacity: 0.8;
}

.shop-detail .content .menu-photo .mania-btn-area .mania-btn a{
	color: #fff;
	font-size: 12px;
	width: 100%;
	padding: 10px 30px;
	border-radius: 5px;
	display: block;
}
@media screen and (max-width: 693px) {
.shop-detail .content .menu-photo .mania-btn-area .mania-btn{
	width: 45%;
}
.shop-detail .content .menu-photo .mania-btn-area .mania-btn a {
	padding:6px 20px;
}
}







.shop-detail .content .menu-photo .mania-btn-area .lunch a{
	background: #a7c35d;
}

.shop-detail .content .menu-photo .mania-btn-area .party a{
	background: #ea4e99;

}
.shop-detail .content .menu-photo .bx-wrapper .bx-caption span {
	text-align: center;
}

.shop-detail .content .menu-photo .crop01{
	width: 100%;
	height: 160px;
	overflow: hidden;
}
@media screen and (max-width: 693px) {
.shop-detail .content .menu-photo .crop01{
	width: 100%;
	height: 140px;
	overflow: hidden;
}
}

/**
 * --------------------------------------------------
 * shop-recom
 * --------------------------------------------------
 */
.shop-detail .content .shop-sp-recom table th {
	white-space: normal;
	background: #fff4ce;
}
.shop-detail .content .shop-sp-recom .caption{
	font-size:12px;
	color:#ff0000;
	margin: 10px 0 0 0;
}

/**
 * --------------------------------------------------
 * shop-category
 * --------------------------------------------------
 */
.shop-detail .content .shop-category {
	font-size: 12px;
	margin: 15px 0 0;
}

/**
 * --------------------------------------------------
 * shop-photo
 * --------------------------------------------------
 */
.shop-detail .content .shop-photo{
	margin: 15px 0 0;
	overflow: hidden;
}


.shop-detail .content .shop-main-slider-thum{
	margin: 5px 0 0;
}

.shop-detail .content .shop-main-slider-thum .bx-wrapper{
    max-width: 254px !important;
    float: left;
}
@media screen and (max-width: 693px) {
.shop-detail .content .shop-main-slider-thum .bx-wrapper{
    max-width: 240px !important;
    float: left;
}

}

.shop-detail .content .shop-main-slider-thum ul{
	float: left;
}
@media screen and (max-width: 693px) {
.shop-detail .content .shop-main-slider-thum ul{
	float: none;
}
}
.shop-detail .content .shop-main-slider-thum ul li{
	width: 42px;
	height: 42px;
	overflow: hidden;
	float: left;
	margin: 0 4px 0 0;
}
@media screen and (max-width: 693px) {
.shop-detail .content .shop-main-slider-thum ul li{
	margin: 0 0 0 4px;
}
}
/**
.shop-detail .content .shop-main-slider-thum ul li a{
	opacity: 0.5;
}
.shop-detail .content .shop-main-slider-thum ul li .active{
	opacity: 1;
}
**/
.shop-detail .content .shop-main-slider-thum ul li .img {
	position: relative;
	padding: 100% 0 0;
}
.shop-detail .content .shop-main-slider-thum ul li .img img {
    width: 180%;
    height: 180%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    max-width: inherit;
}
.shop-detail .content .shop-photo .main-slider{
	float: left;
	width: 410px;
}


.shop-detail .content .shop-photo .main-slider-thum{
	float: right;
	width: 194px;
}
.shop-detail .content .shop-photo .main-slider-thum #thum li{
	min-height: 86px;
}
.shop-detail .content .shop-photo .main-slider-thum #thum li .img {
	position: relative;
	padding: 70% 0 0;
}
.shop-detail .content .shop-photo .main-slider-thum #thum li .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
}
.shop-detail .content .shop-photo .main-slider-thum .bx-wrapper .bx-viewport{
	min-height: 364px!important;
}
.shop-detail .content .slider-box{
	width: 400px;
	float: left;
}
.shop-detail .content .slider-box .shop-main-slider .bx-wrapper .img {
	position: relative;
	padding: 70% 0 0;
}
.shop-detail .content .slider-box .shop-main-slider .bx-wrapper .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 693px) {
	.shop-detail .content .shop-photo .main-slider{
		float: none;
		width: auto;
	}
	.shop-detail .content .shop-photo .main-slider-thum{
		float: none;
		width: auto;
		margin: 10px 0 0;
	}
	.shop-detail .content .shop-photo .main-slider-thum #thum li{
		min-height: inherit;
	}
	.shop-detail .content .shop-photo .main-slider-thum .bx-wrapper .bx-viewport{
		min-height: inherit!important;
	}
	.shop-detail .content .slider-box{
		height: auto;
		width: 100%;
	}
}




/**
 * --------------------------------------------------
 * shop-header
 * --------------------------------------------------
 */
.shop-detail .content .shop-header {
	margin: 10px 0 0 10px;
	width: 280px;
	float: right;
}
.shop-detail .content .shop-header h1{
	font-size:18px;
	font-weight:bold;
	margin-bottom: 5px;
}
.shop-detail .content .shop-header h1 em{
	color:#ed1c24;
}

.shop-detail .content .shop-header p{
	margin-bottom: 12px;
	line-height: 22px;
}
.shop-detail .content .shop-header .about-info{
	background: #ECEAE2;
	padding: 5px 8px;
	border-radius: 5px;
	margin: 0 0 12px;
}
.shop-detail .content .shop-header .about-info p{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 2px;
}

@media screen and (max-width: 693px) {
.shop-detail .content .shop-header .about-info {
	background: #ECEAE2;
	padding: 4px 5%;
	border-radius: 0;
	margin: 0 -9% 0;
}
.shop-detail .content .shop-header {
	margin: 20px 5% 0;
	width: 90%;
	float: right;
}
}

.shop-detail .content .shop-photo .bx-wrapper .bx-pager {
	position: relative;
	bottom: 0;
	width: 100%;
}
.shop-detail .content .shop-photo .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: inherit;
	bottom: 0;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 99;
}
.shop-detail .content .shop-photo .bx-wrapper .bx-prev {
	left: 10%;
}
.shop-detail .content .shop-photo .bx-wrapper .bx-next {
	right: 10%;
}
.shop-detail .content .mania .shop-photo .main-slider{
	float: left;
	width: 500px;
}
.shop-detail .content .mania .shop-photo .main-slider .bx-wrapper .img {
	position: relative;
	padding: 70% 0 0;
}
.shop-detail .content .mania .shop-photo .main-slider .bx-wrapper .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (max-width: 693px) {
.shop-detail .content .mania .shop-photo .main-slider{
    float: none;
    width: auto;
}
}

.shop-detail .content .mania .shop-photo .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: inherit;
	bottom: 25%;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 99;
}
.shop-detail .content .mania .shop-photo .bx-wrapper .bx-prev {
	left: 3%;
}
.shop-detail .content .mania .shop-photo .bx-wrapper .bx-next {
	right: 3%;
}

/**
 * --------------------------------------------------
 * free
 * --------------------------------------------------
 */
.shop-detail .content .free{
	overflow: hidden;
}
.shop-detail .content .free .shop-photo{
	float: left;
	width: 330px;
}
.shop-detail .content .free .shop-photo img{
	max-width: 100%;
	height: auto;
}
.shop-detail .content .free .shop-header{
	float: right;
	width: 330px;
}


@media screen and (max-width: 693px) {
	.shop-detail .content .free .shop-photo{
		float: none;
		width: auto;
	}
	.shop-detail .content .free .shop-header{
		float: none;
		width: auto;
		margin: 10px 0 0;
	}
}


/**
 * --------------------------------------------------
 * kuchikomi
 * --------------------------------------------------
 */
.shop-detail .content .kuchikomi-photo{
	margin: 0 0 20px;
	overflow: hidden;
}
.shop-detail .content .kuchikomi-photo li .ic{
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.shop-detail .content .kuchikomi-photo p{
	margin: 10px 0 0;
}
.shop-detail .content .kuchikomi-photo .bx-wrapper .bx-controls-direction a{
	z-index: 50;
}
.shop-detail .content .kuchikomi-photo .bx-wrapper .bx-prev{
	left: -40px;
}
.shop-detail .content .kuchikomi-photo .bx-wrapper .bx-next{
	right: -40px;
}
.shop-detail .content .kuchikomi-list li{
	position: relative;
	margin: 0 0 20px;
	padding: 15px 10px;
	font-size: 12px;
	background: #fff4ce;
}

.shop-detail .content .kuchikomi-list .user {
	position: relative;
	padding: 0 65px 0 54px;
	min-height: 40px;
}

.shop-detail .content .kuchikomi-list .user div {
	width: 52px;
	height: 52px;
	position: absolute;
	top: -25px;
	left: 0;
}
.shop-detail .content .kuchikomi-list .user div img {
	object-fit: cover;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	border: 3px solid #fff4ce;
}
.shop-detail .content .kuchikomi-list .user p {
	font-size: 12px;
}
.shop-detail .content .kuchikomi-list .user p span {
	display: inline-block;
	font-size: 10px;
	color: #fff;
	background: #ea6a83;
	padding: 0px 3px 2px;
	margin: 0 0 0 10px;
}
.shop-detail .content .kuchikomi-list .user p span img {
	max-width: initial;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin: -1px 3px 0 0;
}
.shop-detail .content .kuchikomi-list .user ul {
}
.shop-detail .content .kuchikomi-list .user li {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

.shop-detail .content .kuchikomi-list .user dl {
	position: relative;
	width: 62px;
	height: 80px;
	background: url(../img/ranking/badge.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	right: -5px;
	top: -26px;
	z-index: 2;
}
.shop-detail .content .kuchikomi-list .user dt {
	width: 100%;
	font-size: 10px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.shop-detail .content .kuchikomi-list .user dd {
	width: 100%;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	color: #ea6a83;
	position: absolute;
	left: 0;
	bottom: 24px;
}

.shop-detail .content .kuchikomi-list li .box{
	margin: 10px 0 5px;
    padding: 10px 10px 0;
    font-size: 14px;
    background: #fff;
    overflow: hidden;
}
.shop-detail .content .kuchikomi-list li .box p{
    margin: 0;
    padding: 0 0 15px;
}
.shop-detail .content .kuchikomi-list li .box .new{
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	line-height: 1;
	background: #ed1c24;
	color: #fff;
	padding: 2px 5px;
	margin: 0 5px 0 0;
}
.shop-detail .content .kuchikomi-list li .box .photo-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -3px;
	padding: 0 0 10px;
	overflow: hidden;
}
.shop-detail .content .kuchikomi-list li .box .photo-list li{
	position: relative;
	width: 20%;
	margin: 0;
	padding: 3px;
	background: none;
}
.shop-detail .content .kuchikomi-list li .box .photo-list li a{
	display: block;
	width: 100%;
    height: 126px;
    overflow: hidden;
}
.shop-detail .content .kuchikomi-list li .box .photo-list li a img{
	position: relative;
	top: 50%;
	left: 50%;
	width: 130%;
	height: initial;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: inherit;
}
.shop-detail .content .kuchikomi-list li .box .photo-list li span{
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #ccc;
	font-size: 18px;
}
@media screen and (max-width: 693px) {
	.shop-detail .content .kuchikomi-list li .box .photo-list li{
		width: 33%;
	}
	.shop-detail .content .kuchikomi-list li .box .photo-list li a{
		width: 100%;
	    height: calc(25vmin);
	}
	.shop-detail .content .kuchikomi-list li .box .photo-list li a img{
		width: 130%;
	}
}
.shop-detail .content .kuchikomi-list li .box .replay-list{
	margin: 10px 0 0;
	padding: 10px 0;
	border-top: dotted 1px #989898;
}
.shop-detail .content .kuchikomi-list li .box .replay-list .ic{
	margin-right: 5px;
}
.shop-detail .content .kuchikomi-list li .box .replay{
	clear: both;
	margin: 10px 0 0;
	background: #fff4ce;
}
.shop-detail .content .kuchikomi-list li .box .replay .ttl{
	padding: 5px 10px;
	color: #fff;
	background: #ffb400;
}
.shop-detail .content .kuchikomi-list li .box .replay .ttl .ic{
	margin-right: 5px;
}
.shop-detail .content .kuchikomi-list li .box .replay .text{
	padding: 10px;
}
.shop-detail .content .kuchikomi-list li .good-icon{
  	float: right;
    margin: 0 0 10px;
}
.shop-detail .content .kuchikomi-list li .good-icon a{
    color: #898989;
}
.shop-detail .content .kuchikomi-list li .good-icon a i{
    color: #898989;
    font-size: 30px;
    margin: 0 0 0 5px;
    vertical-align: sub;
}
.shop-detail .content .kuchikomi-list li .good-icon a:hover{
	opacity: 0.5;
	text-decoration: none;
}


.shop-detail .content .kuchikomi-list li .good-icon-after{
  	float: right;
    margin: 0 0 10px;
}
.shop-detail .content .kuchikomi-list li .good-icon-after span{
    color: #e92f3d;
}
.shop-detail .content .kuchikomi-list li .good-icon-after i{
    color: #e92f3d;
    font-size: 30px;
    margin: 0 0 0 5px;
    vertical-align: sub;
}
.shop-detail .content .kuchikomi-list li .display-date{
	display: block;
	clear: both;
	padding: 5px 0 0;
    color: #898989;
	font-size: 10px;
	border-top: dotted 1px #989898;
}







.shop-detail .content p.caution {
	text-align: center;
	font-size: 0.8em;
	color: #ed1c24;
	margin-bottom: 10px;
}

@media screen and (max-width: 693px) {
	.shop-detail .content .kuchikomi-photo .bx-wrapper .bx-prev{
		left: 10px;
		display: none;
	}
	.shop-detail .content .kuchikomi-photo .bx-wrapper .bx-next{
		right: 10px;
		display: none;
	}
	.shop-detail .content p.caution {
		text-align: left;
	}
}

.shop-detail .content .kuchikomi-photo ul li{
	position: relative;
	display: inline-block;
    margin: 12px;
    width: 144px;
}
.shop-detail .content .kuchikomi-photo.kuchikomi-photo-crop ul li{
	position: relative;
	display: inline-block;
    margin: 12px;
    width: 144px;
}
.shop-detail .content .kuchikomi-photo.kuchikomi-photo-crop ul li .img {
	position: relative;
	padding: 78% 0 0;
}
.shop-detail .content .kuchikomi-photo.kuchikomi-photo-crop ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 693px) {
	.shop-detail .content .kuchikomi-photo ul li {
	    display: inline-block;
	    margin: 2%;
	    width: 19.5%;
	}
	.shop-detail .content .kuchikomi-photo.kuchikomi-photo-crop ul li {
	    display: inline-block;
	    margin: 2%;
	    width: 19.5%;
	}
	.shop-detail .content .kuchikomi-photo.kuchikomi-photo-crop ul li img{
		width: 100%;
		height: 100%;
		object-fit: contain;
		position: absolute;
		left: 0;
		top: 0;
	}
}

/**
 * --------------------------------------------------
 * pickup
 * --------------------------------------------------
 */
.shop-detail .content .shop-pickup ul{
	overflow: hidden;
 }
.shop-detail .content .shop-pickup ul li{
	float: left;
	width: 160px;
	margin-left: 18px;
}
.shop-detail .content .shop-pickup ul li:first-child{
	margin-left: 0;
}
.shop-detail .content .shop-pickup ul li .title{
	display: block;
	margin: 10px 0 5px;
	font-size: 16px;
	font-weight: bold;
}
.shop-detail .content .shop-pickup ul li figure .img {
	position: relative;
	padding: 78% 0 0;
}
.shop-detail .content .shop-pickup ul li figure .img img {
	width: 160px;
	height: 100%;
	object-fit: contain;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 693px) {
	.shop-detail .content .shop-pickup ul li{
		display: table;
		float: none;
		width: 100%;
		margin: 0 0 10px;
		padding: 10px 0 0;
		border-top: 1px dotted #ffb400;
		overflow: hidden;
	}
	.shop-detail .content .shop-pickup ul li:first-child{
		padding: 0;
		border: none;
	}
	.shop-detail .content .shop-pickup ul li figure{
		float: left;
		width: 45%;
		margin-right: 5%;
	}
	.shop-detail .content .shop-pickup ul li figure .img img{
		width: 100%;
	}
	.shop-detail .content .shop-pickup ul li .title{
		margin: 0 0 5px;
	}

	.shop-detail .content .shop-pickup ul li p{
		float: right;
		width: 50%;
		vertical-align: middle;
	}
}


/**
 * --------------------------------------------------
 * news
 * --------------------------------------------------
 */
.shop-detail .content .shop-news ul{
	margin: 0 0 20px;
	overflow: hidden;
 }
.shop-detail .content .shop-news ul li{
	float: left;
	width: 220px;
	margin-left: 17px;
}
.shop-detail .content .shop-news ul li:first-child{
	margin-left: 0;
}
.shop-detail .content .shop-news ul li figure{
	margin: 0 0 5px;
}
.shop-detail .content .shop-news ul li figure img{
	opacity: 1;
	object-fit: contain;
	width: 220px;
	height: 165px;
}
.shop-detail .content .shop-news ul li a{
	display: block;
}
.shop-detail .content .shop-news ul li a:hover{
	text-decoration: none;
}
.shop-detail .content .shop-news ul li span{
	margin-right: 5px;
	padding: 2px 10px;
	text-align: center;
	vertical-align: middle;
}
.shop-detail .content .shop-news ul li span.cat{
	color: #947557;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffe690;
}
.shop-detail .content .shop-news ul li span.new{
	color: #fff;
	font-size: 9px;
	background: #ed1c24;
}
.shop-detail .content .shop-news ul li span.up{
	color: #fff;
	font-size: 9px;
	background: #f7931e;
}
.shop-detail .content .shop-news ul li span.article{
	display: block;
	margin: 5px 0 0;
	padding: 0;
	text-align: left;
}
@media screen and (max-width: 693px) {
	.shop-detail .content .shop-news ul{
		margin: 0;
	 }
	.shop-detail .content .shop-news ul li{
		float: none;
		width: 100%;
		margin: 0 0 10px;
		padding: 10px 0 0;
		border-top: 1px dotted #ffb400;
		overflow: hidden;
	}
	.shop-detail .content .shop-news ul li:first-child{
		padding: 0;
		border: none;
	}
	.shop-detail .content .shop-news ul li a{
		display: table;
	}
	.shop-detail .content .shop-news ul li figure{
		float: left;
		width: 120px;
		margin-right: 10px;

	}
	.shop-detail .content .shop-news ul li figure img{
		max-width: 100%;
		height: 6rem;
	}
	.shop-detail .content .shop-news ul li p{
		display: table-cell;
		width: 100%;
		margin: 0;
		vertical-align: middle;
	}
}


/**
 * --------------------------------------------------
 * coupon
 * --------------------------------------------------
 */
.shop-detail .content .coupon{
    position: relative;
    padding: 0;
}
.shop-detail .content .coupon .top{
    position: absolute;
    top: -3px;
    left: -2px;
}
.shop-detail .content .coupon .bottom{
	position: absolute;
	bottom: -3px;
	right: -2px;
}
.shop-detail .content .coupon h1{
	padding: 10px 0 10px 70px;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	border:1px solid #ed1c24;
	-webkit-border-radius:  7px 7px 0 0 ;
	-moz-border-radius:   7px 7px 0 0 ;
	border-radius:  7px 7px 0 0 ;
	border-top:none;
	background:#ed1c24;
}
.shop-detail .content .coupon h1 span{
	font-size: 12px;
	margin-left: 10px;
}
.shop-detail .content .coupon ul{
	border:1px solid #ed1c24;
	-webkit-border-radius:  0 0 7px 7px;
	-moz-border-radius:   0 0 7px 7px;
	border-radius:  0 0 7px 7px;
	border-top:none;
	background: #fef4f4;
}
.shop-detail .content .coupon li{
	border-bottom:1px dotted #ed1c24;
	padding:10px;
}
.shop-detail .content .coupon li a{
	position: relative;
	z-index: 100;
}
.shop-detail .content .coupon li:last-child{
	border-bottom:none;
}
.shop-detail .content .coupon li.btn-area{
	text-align: center;
}
.shop-detail .content .coupon .btn-red{
	margin:0 5px;
}
.shop-detail .content .coupon .btn-red {
	display: inline-block;
	background: #475ebe;
	background-image: -webkit-linear-gradient(top, #ed1c24, #c1272d);
	background-image: -moz-linear-gradient(top, #ed1c24, #c1272d);
	background-image: -ms-linear-gradient(top, #ed1c24, #c1272d);
	background-image: -o-linear-gradient(top, #ed1c24, #c1272d);
	background-image: linear-gradient(to bottom, #ed1c24, #c1272d);
	color: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: .75em 1em .6em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:bold;
}
.shop-detail .content .coupon .btn-red:hover {
	background: #7a8bd0;
	background-image: -webkit-linear-gradient(top, #c1272d, #ed1c24);
	background-image: -moz-linear-gradient(top, #c1272d, #ed1c24);
	background-image: -ms-linear-gradient(top, #c1272d, #ed1c24);
	background-image: -o-linear-gradient(top, #c1272d, #ed1c24);
	background-image: linear-gradient(to bottom, #c1272d, #ed1c24);
	text-decoration: none;
}
@media screen and (max-width: 693px) {
	.shop-detail .content .coupon{
		margin: 15px 0 0;
	}
	.shop-detail .content .coupon h1 span{
		display: block;
		margin: 5px 0 0;
	}
}


/**
 * --------------------------------------------------
 * present
 * --------------------------------------------------
 */
.shop-detail .content .present{
	margin: 20px 0 0;
}
.shop-detail .content .present .title{
	padding: 5px 20px;
	font-size: 18px;
	font-weight: bold;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background: #ffefba;
	overflow: hidden;
}
.shop-detail .content .present .title .ic{
	color: #ffa500;
}
.shop-detail .content .present .title a{
	float: right;
	margin: 5px 0 0;
	font-size: 12px;
	font-weight: normal;
}
.shop-detail .content .present .clearfix{
	padding: 10px 20px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: #fff8e0;
}
.shop-detail .content .present .photo{
	float: right;
	margin-left: 20px;
}
.shop-detail .content .present .photo img{
    object-fit: contain;
	width: 90px;
    height: 65px;
}
.shop-detail .content .present ul li{
	clear: both;
	padding: 10px 0 0;
}
.shop-detail .content .present ul li span{
	float: left;
	margin-right: 10px;
}
.shop-detail .content .present ul li a{
	display: block;
	padding-left: 80px;
}
@media screen and (max-width: 693px) {
	.shop-detail .content .present ul li:first-child{
		margin: 0;
	}
}

/**
 * --------------------------------------------------
 * shop-detail
 * --------------------------------------------------
 */
.shop-detail .content .spot-detail{
	padding: 23px 0 30px;
}

.shop-detail .content .spot-detail table{
	width:100%;
	font-size: 12px;
}
.shop-detail .content .spot-detail th{
	background:#fff4ce;
	width:8em;
	vertical-align:middle;
	border-left:none;
	border-right:none;
}
.shop-detail .content .spot-detail td{
	vertical-align:middle;
	border-left:none;
	border-right:none;
	padding:10px 15px;
}
.shop-detail .content .spot-detail td.address .pc{
	display: block;
}
.shop-detail .content .spot-detail td address{
	display: inline;
}
.shop-detail .content .spot-detail td .tel .pc{
	display: block;
}
.shop-detail .content .spot-detail td .tel .sp{
	display: none;
}
.shop-detail .content .spot-detail .detail-more{
	display: none;
}
.shop-detail .content .spot-detail .tag-area{
	margin: 15px 0px;
}
.shop-detail .content .spot-detail .tag-area li{
	width:103px;
	margin:0 2px 4px;
	padding:3px 0;
	float:left;
	text-align:center;
	font-size:12px;
	color:#333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #eceae2;
}
.shop-detail .content .spot-detail .info-btn-area{
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	text-align: center;
	padding: 15px 0px;
}
.shop-detail .content .spot-detail .info-btn-area #btn-detail-more{
	cursor: pointer;
}
.shop-detail .content .spot-detail .info-btn-area #btn-detail-more .ic{
	color: #ffb400;
}

.shop-detail .content .spot-detail .closing {
	margin: 15px 0 20px;
	padding: 15px;
	border: 5px solid #e8e8e8;
}
.shop-detail .content .spot-detail .closing li + li {
	border-top: 1px solid #e8e8e8;
	margin-top: 12px;
	padding-top: 12px;
}

.shop-detail .content .spot-detail .tisan a{
	margin-left: 20px;
}
.shop-detail .content .spot-detail .tisan .ic{
	color: #006837;
}
@media screen and (max-width: 693px) {

	.shop-detail .content .spot-detail table{
		margin-bottom: 20px;
	}
	.shop-detail .content .spot-detail td .float-right{
		display: block;
		float: none;
		margin: 5px 0 0;
	}
	.shop-detail .content .spot-detail td.address .pc{
		display: none;
	}
	.shop-detail .content .spot-detail td .tel .pc{
		display: none;
	}
	.shop-detail .content .spot-detail td .tel .sp{
		display: block;
	}
	.shop-detail .content .spot-detail .tisan a{
		display: block;
		margin-left: 0;
	}
}
@media screen and (max-width: 465px) {
	.shop-detail .content .spot-detail .tag-area li{
		width:32.333%;
		margin:0 0.5% 4px;
	}
}


/**
 * --------------------------------------------------
 * feature
 * --------------------------------------------------
 */
.shop-detail .content .shop-feature{
	margin: 0 0 40px;
}
.shop-detail .content .shop-feature ul li{
	margin: 0 0 20px;
}
.shop-detail .content .shop-feature ul li a{
	display: block;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ebe3db;
	overflow: hidden;
}
.shop-detail .content .shop-feature ul li.lunch a{
	background: #e6eed1;
}
.shop-detail .content .shop-feature ul li.enkai a{
	background: #fad8e7;
}
.shop-detail .content .shop-feature ul li a:hover{
	text-decoration: none;
}
.shop-detail .content .shop-feature ul li .photo{
	float: left;
	width: 120px;
}
.shop-detail .content .shop-feature.shop-feature-crop ul li .photo img{
    object-fit: contain;
    width: 120px;
    height: 90px;
}
.shop-detail .content .shop-feature ul li .box{
	margin-left: 125px;
	background: #fff;
}
.shop-detail .content .shop-feature ul li .box .title{
	padding: 5px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #c7b299;
}
.shop-detail .content .shop-feature ul li.lunch .box .title{
	background: #a7c35d;
}
.shop-detail .content .shop-feature ul li.enkai .box .title{
	background: #e65598;
}
.shop-detail .content .shop-feature ul li .box .title .new{
	margin-right: 10px;
	padding: 2px 5px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	background: #ed1c24;
}
.shop-detail .content .shop-feature ul li .box .title img{
	vertical-align: middle;
}
.shop-detail .content .shop-feature ul li .box p{
	padding: 5px 10px;
}
.shop-detail .content .shop-feature ul li .box .atitle{
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.shop-detail .content .shop-feature ul li .box .date{
	display: block;
	font-size: 12px;
}


/**
 * --------------------------------------------------
 * share
 * --------------------------------------------------
 */
.shop-detail .content .share{
	width:100%;
	height:46px;
	display:table;
	text-align: center;
}
.shop-detail .content .share p{
	display:table-cell;
	vertical-align:middle;
	padding:0 15px;
	font-size:12px;
}
.shop-detail .content .share #facebook{
    display: inline-block;
    vertical-align: middle;
}
.shop-detail .content .share #line{
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}
.shop-detail .content .share #twitter{
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}


/**
 * --------------------------------------------------
 * facebook
 * --------------------------------------------------
 */
.shop-detail .content .facebook{
	width:100%;
	text-align: center;
}


/**
 * --------------------------------------------------
 * pager
 * --------------------------------------------------
 */
.shop-detail .content .pager {
	margin: 30px 0 30px;
}
.shop-detail .content .pager ul {
	display: table;
	margin: 0 auto;
}
.shop-detail .content .pager ul li {
	display: table-cell;
	padding: 0 5px;
}
.shop-detail .content .pager ul li a {
	border-radius: 0;
}
.shop-detail .content .hotnews {
	text-align: center;
	margin: 0 0 30px;
}
@media screen and (max-width: 693px) {
	.shop-detail .content .pager ul {
		width: 100%;
		table-layout: fixed;
		border: 1px solid #dbdbdb;
		border: 1px solid rgba(0, 0, 0, .15);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.shop-detail .content .pager ul li {
		display: none;
		padding: 0;
	}
	.shop-detail .content .pager ul li:first-child {
		border-right: 1px solid #dbdbdb;
		border-right: 1px solid rgba(0, 0, 0, .15);
	}
	.shop-detail .content  .pager ul li.prev,
	.shop-detail .content  .pager ul li.next {
		display: table-cell;
	}
	.shop-detail .content .pager ul li.prev a,
	.shop-detail .content .pager ul li.next a {
		display: block;
		background: #f2f2f2;
		background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
		background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
		background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
		background-image: -o-linear-gradient(top, #fff, #f2f2f2);
		background-image: linear-gradient(to bottom, #fff, #f2f2f2);
		color: #666666;
		padding: 10px 5px 8px;
		text-align: center;
	}
	.shop-detail .content .pager ul li.prev a:hover,
	.shop-detail .content .pager ul li.next a:hover {
		background: #fefefe;
		background-image: -webkit-linear-gradient(top, #f2f2f2, #fff);
		background-image: -moz-linear-gradient(top, #f2f2f2, #fff);
		background-image: -ms-linear-gradient(top, #f2f2f2, #fff);
		background-image: -o-linear-gradient(top, #f2f2f2, #fff);
		background-image: linear-gradient(to bottom, #f2f2f2, #fff);
		text-decoration: none;
	}
}


/**
 * --------------------------------------------------
 * ad
 * --------------------------------------------------
 */
.shop-detail .content .ad {
	margin: 45px 0;
}
@media screen and (max-width: 693px) {
	.shop-detail .content .ad img {
		width: 100%;
		height: auto;
	}
}





.align-right a .btn-black{
	height: 36px;
}
@media screen and (max-width: 693px){
	.align-right a{
		display: block;
		text-align: center;
		margin: 0 -9% 0;
	}
	.align-right .btn-black{
		width: 100%;
		background: #999;
	}


	.align-right a img{
		height: 36px;
	}

	.align-right a:{
		display: block;
		text-align: center;
		margin: 0 -9% 0;
	}
	.align-right .sp-none a{
		display: none;
	}
}

.crop img{
	position: relative;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: inherit;
}
.crop.crop-img img{
	position: relative;
	top: 50%;
	left: 50%;
	width: auto;
	height: 110%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: inherit;
}


.menu-photo .bx-wrapper {
    max-width: 100% !important;
}
.menu-photo .bx-wrapper .bx-caption span{
	padding: 8px;
}
@media screen and (max-width: 693px){
.menu-photo .bx-wrapper {
    max-width: 100% !important;
}
}

.global-topic-path ol {
    width: 694px;
}

@media screen and (max-width: 693px){
.global-topic-path ol {
    width: 100%;
}
}


