@charset "utf-8";
/* ==============================
調布EAT CLIP専用css
============================== */

/*FONT*/
#content .shopDetail p.shopName{
	font-family: "UD新ゴ M","UD Shin Go Medium";
	line-height: 140%;
}
#content .shopDetail p.shopPr, 
.shopDetail p.shopEatclip{
	font-family: "UD新ゴ R","UD Shin Go Regular";
}
#content div#gacha_form h4{
	font-family: "Shimanami JIS2004";
	font-size: 2em;
}

/*レイアウト等*/
@supports (-webkit-line-clamp: 2) {
	.trim2, .shopPr {
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
/* ガチャ */
div.eatclip div#content div#gacha_form{
	text-align:center;
	/*margin: 0 30px 0 30px;*/
}
#content div#gacha_form h4{
    margin-bottom:48px !important;
}
#post-15114{
	margin-bottom: 0;
}
div#gacha_form input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
div#gacha_form label {
    text-align: center;
    font-size: 17px;
    line-height: 1;
    padding: 9px 18px;
    margin-right: 12px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    transition: all 0.2s ease-in;
    cursor: pointer;
}

div#gacha_form input:checked + label {
    background-color: #f0f0f0;
}
div#gacha_form button.gacha_button {
	border: none;
    background-color: #fff;
    margin:40px 8px 4px 8px;
   /* padding: 20px 15px;*/
    cursor: pointer;
}
#gachaImage{
	filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}
/*ガチャ動き*/
#gacha {
	width: 100px;
    transition: transform 0.5s;
}
	@keyframes shake {
          0%, 100% { transform: translateX(0); }
		  20% { transform: translateX(-2px); }
		  40% { transform: translateX(2px); }
		  60% { transform: translateX(-2px); }
		  80% { transform: translateX(2px); }
        }
    @keyframes rotate {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(-360deg); }
        }
        .shaking {
            animation: shake 0.5s infinite;
        }
        .rotating {
            animation: rotate 1s forwards;
        }


/* 検索フォーム */
div.eatclip div#content div#search_form{
	text-align:center;
}
div.eatclip div#content div#search_form select{
	font-size:18px;
	padding:10px;
	border-radius:6px;
	margin-right:10px;
	margin-top: 8px;
}
div.eatclip div#content div#search_form input[type=button]{
	font-size:18px;
	padding:8px 10px;
	border-radius:8px;
	background:#fbeb8b;
	color:#000;
	border: 1px solid #baaf68;
	width: 330px;
    height: 46px;
}

.pagerDiv{
	text-align:center;
	margin: 32px;
}
#shopList{
	width:100%;
	vertical-align:top;
}
.shopDetail{
	width:340px;
	margin:18px 16px;
	display:inline-block;
	/*background:#F2F2F2;*/
	vertical-align:top;
	/*border: 1px solid #F2F2F2;*/
}
#itemGacha{
	width:180px !important;
	height:180px !important;
	/*background:#ccc;*/
	position: relative;
	margin:0 auto 60px auto;
}
#shopList .shopPhoto,
#itemGacha .shopPhoto {
	background: #e9e9e9;
	border-radius:8px;
	position: relative;
}
#shopList .shopPhoto{
	width:320px !important;
	height:320px !important;
	margin: 8px auto;
	border: 1px solid #e9e9e9;
}
#itemGacha .shopPhoto {
	width:180px !important;
	height:180px !important;
}
#shopList .shopPhoto img,
#itemGacha .shopPhoto img{
	object-fit: cover;
	border-radius: 8px;
}
#shopList .shopPhoto img{
	width: 320px !important;
	height: 320px !important;
}
#itemGacha .shopPhoto img{
	width:180px !important;
	height:180px !important;
}

#itemGacha .shopCoution{
	/*margin:6px auto 0 auto;*/
	margin:6px auto 0 -28px;
	width: 240px;
	text-align:center;
	font-size: 0.8rem;
}
#shopList .shopInstaIcon,
#itemGacha .shopInstaIcon{
	position: absolute;
	top: 20px;
	right: 20px;
	font-size:36px;
	width: 40px;	
}
#shopList img.shopInstaIcon{
	width: 40px !important;
	height: 40px !important;
	/*box-shadow: 0 0 5px #020202;
    border-radius: 12px;*/
}
#itemGacha img.shopInstaIcon{
	width: 30px !important;
	height: 30px !important;
}
#shopList .shopInfo{
	padding: 16px 0;
}
#shopList .shopName,
#shopList .shopPr,
#shopList .shopHashtag{
	padding: 0 16px;
}
#shopList .shopName {
	height:52px !important;
	font-weight:bold;
	font-size:18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 8px;
}
#shopList .shopPr {
	min-height:60px !important;
	margin-bottom: 8px;
}
#shopList .shopEatclip {
	height:30px !important;
	margin: 0 0 32px 0;
}
#shopList .shopEatclip a{
	padding:10px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	background: #b81c07;
	color:#fff;
	font-weight:bold;
	font-size:96%;
	border-radius:30px;
}
#shopList i{
	margin-right: 10px;
}
#shopList .shopHashtag a{
	text-decoration: none;
}


@media (min-width: 770px) {
	#shopList .shopCatIcon a{
		padding:4px 16px;
	}
	#shopList,
	#content .link_search{
		width: 760px;
		margin: 0 auto;
	}
	#content .link_search {
    text-align: center;
	}
	div.eatclip div#content div#search_form input[type=button] {
    width: 80px;
    }

	
}





