@media screen and (min-width: 769px) {
	

	/*---------------------------------------
	 * ShopLink
	---------------------------------------*/ 
	
	.shop-link{
		width: 100%;
		background: #CBB68D;
		padding: 20px 0;
	}
	.shop-link .inner{
		width: calc(100% - 20px);
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	.shop-link .inner .midashi{
		width: 130px;
		height: 45px;
		margin: 0 auto 30px;
	}
	.shop-link .inner .tab{
		text-align: center;
		color: #FFFFFF;
		letter-spacing: 2px;
	}
	
	
	
	/*---------------------------------------
	 * ShopPhotos
	---------------------------------------*/ 	
	
	.shop-photos{
		width: 100%;
		background: #FFFFFF;
	}
	.shop-photos .inner{
		width: calc(100% - 20px);
		max-width: 1000px;
		margin: 0 auto ;
		position: relative;
		padding: 50px 0 25px;
		
	}
	
	
	
	/*---------------------------------------
	 * ShopOutline
	---------------------------------------*/ 	
	
	.shop-outline{
		width: 100%;
		background: #FFFFFF;
	}
	.shop-outline .inner{
		width: 1000px;
		margin: 0 auto;
		position: relative;
		padding: 25px 0;
	}	
	.shop-outline .inner .box{
		width: 100%;
		display: table;
	}
	.shop-outline .inner .box .basic,
	.shop-outline .inner .box .feature{
		width: 50%;
		display: table-cell;
		vertical-align: top;
	}
	
	
	/* Basic
	---------------------------------------*/ 
	
	.shop-outline .inner .box .basic{
		line-height: 1.4;
	}
	
	.shop-outline .inner .box .basic .shop-name{
		font-size: 23px;
		margin-bottom: 5px;
	}
	.shop-outline .inner .box .basic .shop-address{
		margin-bottom: 5px;
	}
	.shop-outline .inner .box .basic .fb-icon{
		width: 100%;
		height: 27px;
		margin-bottom: 15px;
	}
	.shop-outline .inner .box .basic .fb-icon a{
		display: inline-block;
		width: 27px;
		height: 27px;
		margin-right: 3px;
	}
	.shop-outline .inner .box .basic .extends{
		text-indent: -1em;
		margin-left: 1em;
	}
	
	
	/* Feature
	---------------------------------------*/  
	
	/* concept */
	
	.shop-outline .inner .box .feature .concept .midashi{
		color: #CBB68D;
		font-weight: 700;
		font-size: 12px;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}
	.shop-outline .inner .box .feature .concept .read{
		line-height: 1.6;
		font-weight: 700;
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	
	/* icon */
	
	.shop-outline .inner .box .feature .icons li{
		display: inline-block;
		margin-right: 6%;
		margin-bottom: 5px;
	}
	.shop-outline .inner .box .feature .icons li:last-child{
		margin-right: 0;
	}
	.shop-outline .inner .box .feature .icons li .icon{
		width: 72px;
		height: 72px;
		position: relative;
	}
	.shop-outline .inner .box .feature .icons li .icon .parking-count{
		position: absolute;
		bottom:10px;
		right: 10px;
		background: #FFFFFF;
		color: #CBB68D;
		padding: 3px 6px;
		border-radius: 50%;
		line-height: 1;
	}
	.shop-outline .inner .box .feature .icons li .icon .parking-count.keta-2{
		padding: 3px;
	}
	.shop-outline .inner .box .feature .icons li .caption{
		text-align: center;
		margin-top: 5px;
		line-height: 1.4;
		font-size: 11px;
	}
	
	
	/*---------------------------------------
	 * reserve
	---------------------------------------*/	
	
	.shop-reserve{
		width: 100%;
		background: #FFFFFF;
		margin-bottom: 50px;
	}
	.shop-reserve .inner{
		width: 1000px;
		margin: 0 auto;
		position: relative;
		padding: 25px 0 0;
		text-align: center;
	}	
	.shop-reserve .inner a{
		display: inline-block;
		width: 40%;
		margin: 0 2.5%;
		border: 2px solid #CBB68D;
		
		text-align: center;
		color: #CBB68D;
		font-size: 18px;
		padding: 30px 0;
		border-radius: 20px;
		position: relative;
	}
	.shop-reserve .inner a::after{
		content:"";
		display: block;
		width: 26px;
		height: 39px;
		background: url(../img/btn_parts-arrow.svg) 0 0 no-repeat;
		position: absolute;
		margin: auto 0;
		top:0;
		bottom:0;
		right:20px;
	}
	.shop-reserve .inner a.tel::before{
		content:"";
		display: block;
		width: 26px;
		height: 39px;
		background: url(../img/btn_parts-tel.svg) 0 0 no-repeat;
		position: absolute;
		margin: auto 0;
		top:0;
		bottom:0;
		left:20px;
	}
	.shop-reserve .inner a.web::before{
		content:"";
		display: block;
		width: 52px;
		height: 39px;
		background: url(../img/btn_parts-pc.svg) 0 0 no-repeat;
		position: absolute;
		margin: auto 0;
		top:0;
		bottom:0;
		left:20px;
	}
	
	

	/*---------------------------------------
	 * Staff
	---------------------------------------*/	
	
	.shop-staff{
		width: 100%;
		background: #FFFFFF;
	}
	.shop-staff .inner{
		width: 1000px;
		margin: 0 auto ;
		position: relative;
		padding: 25px 0 0;
	}
	.shop-staff .inner .midashi{
		width: 124px;
		height: 53px;
		margin: 0 auto 40px;
	}
	.shop-staff .inner .staffs{
		font-size: 0;
		text-align: left;
		margin-bottom: 40px;
	}
	.shop-staff .inner .floor .komidashi{
		position: relative;
		margin-bottom: 40px;
	}
	.shop-staff .inner .floor .komidashi::before{
		content:"";
		display: block;
		width: 100%;
		height: 1px;
		border-bottom: 2px dashed #F0F0F0;
		position: absolute;
		top:50%;
		left: 0;
	}
	.shop-staff .inner .floor .komidashi span{
		display: inline-block;
		color: #CBB68D;
		font-size: 18px;
		font-weight: 700;
		background: #FFFFFF;
		padding: 0 20px 0 0;
		position: relative;
		z-index: 1;
	}
	.shop-staff .inner .staffs li{
		display: inline-block;
		width: 17%;
		margin-right: 3.5%;
		margin-bottom: 30px;
		position: relative;
		vertical-align: top;
	}
	.shop-staff .inner .staffs li:nth-child(5n){
		margin-right: 0;
	}
	.shop-staff .inner .staffs li figure{
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	}
	.shop-staff .inner .staffs li figure img{
		border-radius: 50%;
	}
	.shop-staff .inner .staffs li figure::before{
		content:"";
		width: 100%;
		height: 100%;
		background:repeating-linear-gradient(-45deg, #D6B690 0, #D6B690 2px, #FFFFFF 2px, #FFFFFF 6px);
		border-radius: 50%;
		position: absolute;
		z-index: -1;
		bottom:-10px;
		right:-10px;
	}
	.shop-staff .inner .staffs li figcaption{
		margin-top: 20px;
		font-size: 16px;
		text-align: center;
		line-height: 1.6;
	}
	.shop-staff .inner .staffs li figcaption span{
		color: #CBB68D;
	}
	.shop-staff .inner .staffs li .message{
		font-size: 12px;
		line-height: 1.4;
		width: 200px;
		background: rgba(255,255,255,0.7);
		position: absolute;
		bottom:93%;
		left: 50%;
		margin-left: -100px;
		z-index: 10;
		border: 1px solid #CCCCCC;
		border-radius: 10px;
		padding: 10px 20px;
		display: none;
	}	
	
	
	/*---------------------------------------
	 * Place
	---------------------------------------*/	
	
	.shop-price{
		width: 100%;
		background: #FFFFFF;
		margin-bottom: 100px;
	}
	.shop-price .inner{
		width: 1000px;
		margin: 0 auto ;
		position: relative;
	}
	.shop-price .inner .midashi{
		width: 133px;
		margin: 0 auto ;
		margin-bottom: 30px;
	}

	
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
	

}

@media screen and (max-width: 768px) {
	
	/*---------------------------------------
	 * ShopLink
	---------------------------------------*/ 
	
	.shop-link{
		width: 100%;
		background: #CBB68D;
		padding:  17px 0;
	}
	.shop-link .inner{
		width: calc(100% - 20px);
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	.shop-link .inner .midashi{
		width: 130px;
		height: 45px;
		margin: 0 auto 30px;
		display: none;
	}
	.shop-link .inner .tab{
		text-align: center;
		color: #FFFFFF;
		font-size: 12px;
		line-height: 1.6;
	}
	.shop-link .inner .tab a{
		display: inline-block;
	}
	
	
	
	/*---------------------------------------
	 * ShopPhotos
	---------------------------------------*/ 	
	
	.shop-photos{
		width: 100%;
		background: #FFFFFF;
	}
	.shop-photos .inner{
		margin: 0 auto ;
		position: relative;
		padding: 25px 0 12px;
		
	}
	
	
	
	/*---------------------------------------
	 * ShopOutline
	---------------------------------------*/ 	
	
	.shop-outline{
		width: 100%;
		background: #FFFFFF;
	}
	.shop-outline .inner{
		
		margin: 0 auto;
		position: relative;
		padding: 13px 20px;
	}	
	.shop-outline .inner .box{
		width: 100%;
		
	}
	.shop-outline .inner .box .basic,
	.shop-outline .inner .box .feature{
		
		vertical-align: top;
	}
	
	
	/* Basic
	---------------------------------------*/ 
	
	.shop-outline .inner .box .basic{
		line-height: 1.7;
		text-align: center;
		margin-bottom: 25px;
	}
	.shop-outline .inner .box .basic .shop-name{
		font-size: 23px;
		margin-bottom: 5px;
	}
	.shop-outline .inner .box .basic .shop-address{
		margin-bottom: 5px;
	}
	.shop-outline .inner .box .basic .fb-icon{
		width: 100%;
		height: 27px;
		margin: 0 auto 15px;
		text-align: center;
	}
	.shop-outline .inner .box .basic .fb-icon a{
		width: 27px;
		height: 27px;
		display: inline-block;
		margin: 0 2px;
	}

	
	
	/* Feature
	---------------------------------------*/  
	
	/* concept */
	
	.shop-outline .inner .box .feature .concept{
		text-align: center;
	}
	.shop-outline .inner .box .feature .concept .midashi{
		color: #CBB68D;
		font-weight: 700;
		font-size: 12px;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}
	.shop-outline .inner .box .feature .concept .read{
		line-height: 1.6;
		font-weight: 700;
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	
	/* icon */
	
	.shop-outline .inner .box .feature .icons li{
		display: inline-block;
		margin-bottom: 5px;
		margin: 0 1.75% 1.75%;
		text-align: center;
	}

	.shop-outline .inner .box .feature .icons li .icon{
		width: 72px;
		height: 72px;
		position: relative;
	}
	.shop-outline .inner .box .feature .icons li .icon .parking-count{
		position: absolute;
		bottom:10px;
		right: 10px;
		background: #FFFFFF;
		color: #CBB68D;
		padding: 3px 6px;
		border-radius: 50%;
		line-height: 1;
	}
	.shop-outline .inner .box .feature .icons li .icon .parking-count.keta-2{
		padding: 3px;
	}
	.shop-outline .inner .box .feature .icons li .caption{
		text-align: center;
		margin-top: 5px;
		line-height: 1.4;
		font-size: 11px;
	}
	
	
	/*---------------------------------------
	 * reserve
	---------------------------------------*/	
	
	.shop-reserve{
		width: 100%;
		background: #FFFFFF;
	
	}
	.shop-reserve .inner{
		margin: 0 auto;
		position: relative;
		padding: 0 0 25px;
		text-align: center;
	}	
	.shop-reserve .inner a{
		display: inline-block;
		width: 100%;
		border: 2px solid #CBB68D;
		margin-bottom: 10px;
		text-align: center;
		color: #CBB68D;
		font-size: 18px;
		padding: 20px 0;
		border-radius: 20px;
		position: relative;
	}
	.shop-reserve .inner a::after{
		content:"";
		display: block;
		width: 13px;
		height: 20px;
		background: url(../img/btn_parts-arrow.svg) 0 0 no-repeat;
		position: absolute;
		margin: auto 0;
		top:0;
		bottom:0;
		right:20px;
	}
	.shop-reserve .inner a.tel::before{
		content:"";
		display: block;
		width: 13px;
		height: 20px;
		background: url(../img/btn_parts-tel.svg) 0 0 no-repeat;
		position: absolute;
		margin: auto 0;
		top:0;
		bottom:0;
		left:20px;
	}
	.shop-reserve .inner a.web::before{
		content:"";
		display: block;
		width: 26px;
		height: 20px;
		background: url(../img/btn_parts-pc.svg) 0 0 no-repeat;
		position: absolute;
		margin: auto 0;
		top:0;
		bottom:0;
		left:20px;
	}
	
	

	/*---------------------------------------
	 * Staff
	---------------------------------------*/	
	
	.shop-staff{
		width: 100%;
		background: #FFFFFF;
	}
	.shop-staff .inner{
		margin: 0 auto;
		position: relative;
		padding: 25px 20px 0;
	}
	.shop-staff .inner .midashi{
		width: 124px;
		height: 53px;
		margin: 0 auto 40px;
	}
	.shop-staff .inner .staffs{
		font-size: 0;
		text-align: left;
		margin-bottom: 40px;
	}
	.shop-staff .inner .floor .komidashi{
		position: relative;
		margin-bottom: 40px;
	}
	.shop-staff .inner .floor .komidashi::before{
		content:"";
		display: block;
		width: 100%;
		height: 1px;
		border-bottom: 2px dashed #F0F0F0;
		position: absolute;
		top:50%;
		left: 0;
	}
	.shop-staff .inner .floor .komidashi span{
		display: inline-block;
		color: #CBB68D;
		font-size: 18px;
		font-weight: 700;
		background: #FFFFFF;
		padding: 0 20px 0 0;
		position: relative;
		z-index: 1;
	}
	.shop-staff .inner .staffs{
		margin-left: -10px;
	}
	.shop-staff .inner .staffs li{
		display: inline-block;
		width: 46%;
		margin-right: 8%;
		margin-bottom: 30px;
		position: relative;
		vertical-align: top;
	}
	.shop-staff .inner .staffs li:nth-child(2n){
		margin-right: 0;
	}
	.shop-staff .inner .staffs li figure{
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	}
	.shop-staff .inner .staffs li figure img{
		border-radius: 50%;
	}
	.shop-staff .inner .staffs li figure::before{
		content:"";
		width: 100%;
		height: 100%;
		background:repeating-linear-gradient(-45deg, #D6B690 0, #D6B690 2px, #FFFFFF 2px, #FFFFFF 6px);
		border-radius: 50%;
		position: absolute;
		z-index: -1;
		bottom:-10px;
		right:-10px;
	}
	.shop-staff .inner .staffs li figcaption{
		margin-top: 20px;
		font-size: 14px;
		text-align: center;
		line-height: 1.6;
	}
	.shop-staff .inner .staffs li figcaption span{
		color: #CBB68D;
	}
	.shop-staff .inner .staffs li .message{
		font-size: 12px;
		line-height: 1.4;
		width: 200px;
		background: rgba(255,255,255,0.7);
		position: absolute;
		bottom:93%;
		left: 50%;
		margin-left: -100px;
		z-index: 10;
		border: 1px solid #CCCCCC;
		border-radius: 10px;
		padding: 10px 20px;
		display: none;
	}
	
	
	/*---------------------------------------
	 * Place
	---------------------------------------*/	
	
	.shop-price{
		width: 100%;
		background: #FFFFFF;
		margin-bottom: 50px;
	}
	.shop-price .inner{
		margin: 0 auto;
		position: relative;
		padding: 0;
	}
	.shop-price .inner .midashi{
		width: 133px;
		margin: 0 auto ;
		margin-bottom: 15px;
	}

	
}	