@charset 'utf-8';



#shop .headline > div > div {
	max-width: 400px;
}

#shop .headline > div > div:nth-child(2) {
	padding: 0 10px;
}

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

	#shop .headline > div {
		flex-direction: row;
	}
}


#point {
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}

#access {
	margin-top: 30px;
	border-top: 1px solid #000;
}

.btnarea.buyup {
	padding-bottom: 20px;
}

.btnarea.middle.reverse {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}


.btnarea.voice a {
	padding: 12px 30px;
}

body.index #pageheadtop {
	border-bottom: none;
}



.elemgroup.message {
	padding-bottom: 1em;
	border-bottom: 1px solid #000;
}

#document > .columns.elemgroup:nth-of-type(1) {
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #000;
}

.articletitle .title {
	margin-bottom: .5em;
	font-size: 1.4em;
}

.articletitle .ename {
	margin-bottom: 1em;
	color: #636a6e;
	font-size: 1.6em;
}

.articletitle .desc {
	font-size: 1.4em;
	line-height: 1.6;
}

.articletitle .desc p:not(:last-child) {
	margin-bottom: 1em;
}

.articletitle .maker.etext {
	color: #636a6e;
	font-size: 3em;
	font-weight: 700;
}

.articletitle .maker {
	margin-bottom: 1em;
	color: #636a6e;
	font-size: 1em;
	font-weight: 900;
}

.articletitle .desc {
	margin-bottom: .5em;
	font-size: .85em;
}

.linecolumn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 0;
	border-bottom: 1px solid #000;
	color: #636a6e;
}

.linecolumn:not(:last-child) {
	margin-bottom: 1em;
}

.linecolumn > div:not(:last-child) {
	margin-bottom: .5em;
}

.linecolumn .mileage {
	font-size: .7em;
	font-weight: 700;
}

.linecolumn .date {
	font-size: 1em;
	font-weight: 700;
}

.linecolumn .shop {
	color: #000;
	font-size: 1.2em;
	font-weight: 700;
}

.linecolumn .addr {
	color: #000;
	font-size: 1.6em;
	font-weight: 700;
}

.linecolumn .time {
	color: #000;
	font-size: 1.4em;
	font-weight: 700;
}

.linecolumn .share .label {
	display: none;
}

.linecolumn .share .followbutton .followbadge {
	width: auto !important;
}

.linecolumn .share .followbutton a {
	padding: 5px;
	border: none;
}

.linecolumn .share .icon {
	margin-right: 0;
}


.linecolumn .makerlogo {
	width: 100px;
	margin: 0 auto;
}

.linecolumn .makerlogo img {
	width: 100%;
	height: auto;
}

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

	.btnarea.voice {
		text-align: left;
	}
}


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

	.linecolumn {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.linecolumn > div:nth-of-type(2) {
		margin-left: auto;
		margin-right: 0;
	}
}


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

	body#shop.index .item {
		width: 100%;
	}
	
	body#shop.index .item .cover {
		flex-direction: row;
	}
	body#shop.index .cardstylelist .item .media {
		padding: 0;
		width: 25%;
	}
	body#shop.index .cardstylelist .item .enclosed {
		padding-left: 5%;
		width: 50%;
	}
	body#shop.index .cardstylelist .item .detailbtn {
		padding-left: 5%;
		width: 25%;
	}
	body#shop.index .cardstylelist .item .media figure {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	
	
	body#shop.index .cardstylelist .item .media figure span {
		display: block;
		width: 100%;
		height: 100%;
		opacity: .8;
		overflow: hidden;
		position: relative;
		top: auto;
		left: auto;
		transition: .3s;
	}

	body#shop.index .cardstylelist.shop .item .enclosed .ename {
		text-align: left;
	}

	body#shop.index .cardstylelist.shop .item .enclosed .addr,
	body#shop.index .cardstylelist.shop .item .enclosed .tel {
		font-size: 1.6em;
		font-weight: 700;
	}
}

#aisbadge {
	width: 80px;
	position: absolute;
	top: 0;
	right: -20px;
	z-index: 10;
}

#aisbadge > span {
	display: block;
	width: 100%;
	padding-top: 100%;
	position: relative;
}

#aisbadge > span > span {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	transform: translateY(-50%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#aisbadge img {
	width: 100%;
	height: auto;
}

#document .sentence h3 {
	padding-right: 80px;
}

.linecolumn .time {
	padding-right: 80px;
}

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

	#aisbadge {
		width: 100px;
	}
	
	#document .sentence h3 {
		padding-right: 100px;
	}
	
	.linecolumn .time {
		padding-right: 100px;
	}
}

