/*!
Theme Name: etoblog
Author: eto.Inc
Author URI: https:/etoblog.net/
Version: 1.0.0
License: GNU General Public License v2 or later
*/
@charset "UTF-8";


/* ユーティリティー */

.clearfix:after {
	content:"";
	clear:both;
	display:block;
}
body {
	color:#3B3B3B;
	font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-size:14px;
	font-weight:500;
	line-height:1.4;
	-webkit-text-size-adjust:100%;
}
body p {
	line-height:1.8;
}
body.preload .preanime {
	opacity:0!important;
	display:none;
}
a {
	color: inherit;
}
#detail_blk {
	background-color: #ddd;
}

.bg-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

/* -------------------------------------
header
------------------------------------- */




/* -------------------------------------
common
------------------------------------- */

.page-template-page-commerce_law {
	background: #f0f0f1;
}
.sptel {
	cursor:default;
	pointer-events:none;
}

.flex {
	display:flex;
	flex-wrap:wrap;
}
.align_items_cen {
	align-items:center;
}
.align_items_start {
	align-items:flex-start;
}
.align_items_end {
	align-items:flex-end;
}
.space-between {
	justify-content:space-between;
}

.tb {
	width:100%;
	display:table;
}
.cell {
	display:table-cell;
	vertical-align:middle;
}

.posrel {
	position:relative;
}
.abimg {
	position:absolute;
}

.bold {
	font-weight:bold;
}

.deco-none {
	color: inherit;
	text-decoration: none;
}

.inv_mov {
	opacity:0;
	transition:opacity 1.0s, transform 1.0s;
}
.tl_yb {
	transform:translate(0,60px);
}
.tl_yt {
	transform:translate(-60px,0);
}
.tl_xl {
	transform:translate(-60px,0);
}
.tl_xr {
	transform:translate(60px,0);
}
.tl_rol {
	transform:rotate(-10deg);
}
.tl_ror {
	transform:rotate(10deg);
}
.mov {
	opacity:1.0;
	transform:translate(0,0) rotate(0deg);
	transition:opacity 1.0s, transform 1.0s;
}
.mov.delay100 {
	transition-delay:100ms;
}
.mov.delay200 {
	transition-delay:200ms;
}
.mov.delay300 {
	transition-delay:300ms;
}
.mov.delay400 {
	transition-delay:400ms;
}
.mov.delay500 {
	transition-delay:500ms;
}

a.hover_line {
	display:inline-block;
	position:relative;
}
a.hover_line::after {
	content:"";
	width:0%;
	height:1px;
	display:block;
	background-color:#2D233B;
	position:absolute;
	bottom:-4px;
	left:0;
	z-index:1;
	opacity:0;
	transition:width 0.5s,opacity 0.8s;
}
a.hover_line.wh::after {
	background-color:#FFF;
}
a.hover_line:hover {
	opacity:1.0;
}
a.hover_line:hover::after {
	width:100%;
	opacity:1.0;
}


.blk {
	padding:50px 0;
}
.bg_yl {
	background-color:#F7C800;
}
.bg_bl {
	background-color:#0091DA;
}
.bg_gr {
	background-color:#009145;
}

.imgbox {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	overflow:hidden;
}
.link {
	font-size:22px;
	color:#FFF;
	text-align:center;
	line-height:1.0;
	letter-spacing:0.05em;
	max-width:335px;
	padding:13px 10px 15px 10px;
	margin:0 auto;
	border:2px solid #FC3538;
	border-radius:30px;
	background-color:#FC3538;
	transition:color 0.5s,background 0.5s;
}
.link:hover {
	color:#FC3538;
	background-color:#FFF;
	opacity:1.0;
}


.pagettl h1,
.pagettl p {
	line-height:1.4;;
}
.pagettl span {
	display:block;
}
.pagettl span.eng {
	font-size:54px;
	line-height:1.2;
}
.pagettl span.ja {
	font-size:18px;
}
.pagettl span.jaonly {
	font-size:36px;
}
.pagettl span.jaonly .sp {
	display:none;
}

.pankuzu {
	padding:10px 0;
}
.pankuzu ul {
	font-size:0;
}
.pankuzu ul li {
	font-size:12px;
	display:inline-block;
	position:relative;
}
.pankuzu ul li:not(:last-child) {
	padding-right:25px;
}
.pankuzu ul li:not(:last-child)::after {
	content:">>";
	display:inline-block;
	position:absolute;
	top:0;
	right:5px;
	z-index:1;
}


.content {
	padding:50px 0 70px 0;
}
.content.nopdt {
	padding-top:0;
}
.content.nopdb {
	padding-bottom:0;
}
.bdrblk {
	border-radius:6px;
}
.bdrblk .in {
	padding: 45px 0;
}

.pickup_list li {
	width:calc((100% - 60px) / 3);
	margin-right:30px;
	margin-bottom:30px;
	clip-path: polygon(0% 0%, 96% 0%,100% 4%, 100% 100%, 0% 100%);
	overflow:hidden;
}
.pickup_list li:nth-child(3n),
.pickup_list li:last-child {
	margin-right:0;
}
.pickup_list li .imgbox {
	padding-top:75%;
	margin-bottom:15px;
}
.pickup_list.wh li a {
	background-color:#FFF;
}
.pickup_list li .in {
	padding:0 10px 10px 10px;
}
.pickup_list li h3 {
	font-size:18px;
	font-weight:500;
	margin-bottom:15px;
}
.pickup_list li .spec {
	margin-bottom:5px;
}
.pickup_list li .spec dl {
	width:50%;
	padding-right:10px;
}
.pickup_list li .spec dl dt {
	font-size:12px;
	color:#666;
}
.pickup_list li .spec dl dd {
	flex:1;
	padding-left:10px;
}
.pickup_list li .spec dl.year,
.pickup_list li .spec dl.mileage {
	margin-bottom:5px;
}
.pickup_list li .spec dl.price dd span,
.pickup_list li .spec dl.allprice dd span {
	line-height:1.0;
	display:inline-block;
	vertical-align:middle;
}
.pickup_list li .spec dl.price dd .num1,
.pickup_list li .spec dl.allprice dd .num1 {
	font-size:24px;
}
.pickup_list li .spec dl.price dd .num2,
.pickup_list li .spec dl.allprice dd .num2 {
	font-size:16px;
	padding-bottom:1px;
}
.pickup_list li .spec dl.price dd .yen,
.pickup_list li .spec dl.allprice dd .yen {
	font-size:14px;
	padding-bottom:2px;
}
.pickup_list li .shopname {
	font-size:12px;
	color:#FFF;
	line-height:1.4;
	display:inline-block;
	padding:4px 10px 4px 10px;
	margin-top:5px;
	background-color:#E60312;
} 


.wp-pagenavi {
	display:flex;
	align-items:center;
	justify-content:center;
}
.wp-pagenavi .page {
	width:auto;
	padding:6px;
	margin:0;
}
.wp-pagenavi a,
.wp-pagenavi span {
	text-align:center;
	min-width:35px;
	padding:6px 8px;
	margin:0 5px;
	border:1px solid #CCC;
	transition:color 0.5s,background-color 0.5s;
}
.wp-pagenavi .current,
.wp-pagenavi .page {
	margin:0 5px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover,
.wp-pagenavi .current {
	color:#FFF;
	background-color:#1A1A1A;
	opacity:1.0;
}

.nextprev {
	margin-top:50px;
}
.nextprev .listlink {
	margin:0 auto;
}
.nextprev .listlink .link {
	font-size:18px;
	padding:14px 30px 16px 30px;
}
.nextprev .prev a,
.nextprev .next a {
	text-align:center;
	width:35px;
	height:35px;
	padding:7px;
	border:1px solid #CCC;
	transition:color 0.5s,background-color 0.5s;
}
.nextprev .prev a:hover,
.nextprev .next a:hover {
	color:#FFF;
	background-color:#1A1A1A;
	opacity:1.0;
}

.nopost {
	padding:80px 0;
}


.wys h2,
.wys h3 {
	font-size:20px;
	font-weight:500;
	margin-bottom:20px;
}
.wys p:not(:last-child) {
	margin-bottom:20px;
}
.wys p a {
	color:#0000EE;
	text-decoration:underline;
	display:inline;
}
.wys p img {
	max-width:100%;
	width:auto;
	height:auto;
	display:block;
	margin:15px 0;
}


input,
textarea,
select,
button {
	font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-weight:500;
	font-style:normal;
	border:none;
	background-color:transparent;
	appearance:none;
	-webkit-appearance:none;
	box-sizing:border-box;
}
label {
	display:inline-block;
	position:relative;
}

.product-inner {
	padding: 60px 0;
}
.bg-gray {
	background-color: #ccc;
}

.mb-s {
	margin-bottom: 15px;
}
.detail_search {
	position:relative;
}
.detail_search .left,
.detail_search .right {
	width:47.2%;
}
.detail_search .right {
	margin-left:auto;
}
.detail_search .left dl:not(:last-child) {
	margin-bottom:10px;
}
.detail_search .right dl:not(:last-child) {
	margin-bottom:15px;
}
.detail_search dl dt {
	font-size:12px;
	width:90px;
	padding-top: 15px;
	padding-left:10px;
}

.detail_search dl.shops {
	margin-top:10px;
}
.detail_search dl.area dt,
.detail_search dl.shops dt,
.detail_search dl.transmission dt,
.detail_search dl.drive dt,
.detail_search dl.body-color dt{
	padding-top:4px;
}
.detail_search dl dd {
	flex:1;
}
.detail_search ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.detail_search label {
	font-weight:normal;
	color:#FFF;
}
.detail_search select {
	width:100%;
	font-size:14px;
	line-height:16px;
	padding: 15px 35px 15px 15px;
	border-radius: 0px;
	background-color:#fff;
	box-sizing:border-box;
	transition:background-color 0.7s;
	outline:none;
}
.detail_search select::-ms-expand {
	display:none;
}
.detail_search .select {
	position:relative;
}
.detail_search .select::after {
	content:"";
	width:10px;
	height:10px;
	display:block;
	margin-top:-6px;
	border-bottom:1px solid #101820;
	border-right:1px solid #101820;
	pointer-events:none;
	position:absolute;
	right:15px;
	bottom: 44%;
	z-index:1;
	transform-origin:66% 66%;
	transform:rotate(45deg);
	transition:all .15s ease-in-out;
}
.detail_search .select_clm2 .select {
	width:calc((99.9% - 27px) / 2);
}
.detail_search .select_clm2 span {
	font-size:14px;
	text-align:center;
	width:27px;
	display:block;
}
.detail_search dd ul li {
	padding-right:10px;
	margin:3px 0;
}
.detail_search dd ul.clm5 li {
	width:calc(100% / 5);
}

.detail_search dd ul.clm3 li {
	width:calc(100% / 3);
}
.detail_search dd ul.clm2 li {
	width:calc(100% / 2);
}
.detail_search dd ul.clm1 li {
	width:100%;
}
.detail_search dd ul li input {
	display:none;
}
.detail_search dd ul .chackbox {
	display:block;
	padding-left:27px;
	position:relative;
}
.detail_search dd ul .chackbox::before, .detail_search dd ul .chackbox::after {
	content:"";
	background-color:#C9C9C9;
	position:absolute;
	z-index:2;
}
.detail_search dd ul .chackbox::before {
	width:1px;
	height:5px;
	top:9px;
	left:5px;
	transition:background-color .2s;
	transform:rotate(140deg);
}
.detail_search dd ul .chackbox::after{
	width:1px;
	height:13px;
	top:4px;
	left:11px;
	transition:background-color .2s;
	transform:rotate(230deg);
}
.detail_search dd ul li input:checked + .chackbox::before, .detail_search dd ul li input:checked + .chackbox::after {
	background-color:#fff;
}
.detail_search dd ul .chackbox span {
	width:20px;
	height:20px;
	display:block;
	border:1px solid #C9C9C9;
	background-color:#FFF;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	transition:background-color 0.3s;
}
.detail_search dd ul li input:checked + .chackbox span {
	background-color:#FC3538;
}

.detail_search #keyword {
	max-width:480px;
	margin:40px auto 0 auto;
	position:relative;
}
.detail_search #keyword input {
	font-size:18px;
	line-height:1.0;
	width:100%;
	display:block;
	padding:10px 35px 12px 15px;
	border:2px solid #B3B3B3;
	border-radius:10px;
	background-color:#FFF;
	box-sizing:border-box;
	transition:background-color 0.7s;
	outline:none;
}
#search_box #keyword input::-webkit-input-placeholder {
	color:#B3B3B3;
}
#search_box #keyword input:-moz-placeholder {
	color:#B3B3B3;
}
#search_box #keyword input:-ms-input-placeholder {
	color:#B3B3B3;
}
.detail_search #keyword::after {
	content:"";
	width:45px;
	height:100%;
	display:block;
	border:2px solid #B3B3B3;
	border-left:none;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	background:#EFEEDF url(../imgs/common/icon_search.svg) no-repeat center center;
	background-size:25px auto;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	box-sizing:border-box;
}

#search_detail {
	font-size:0;
	text-align:center;
	width:100%;
	max-width:335px;
	display:none;
	padding:5px 15px 7px 15px;
	margin:20px auto 30px auto;
	border-radius:35px;
	border:2px solid #FC3538;
	background-color:#FC3538;
	box-shadow:1px 1px 8px 0px rgba(0,0,0,0.3);
	cursor:pointer;
}
#search_detail span {
	font-size:18px;
	color:#FFF;
	display:inline-block;
	padding-right:20px;
	background:url(../imgs/common/arrow_search_detaiil_open.svg) no-repeat center right;
	background-size:10px auto;
	transition:background 0.5s;
}
#search_detail.close span {
	background:url(../imgs/common/arrow_search_detaiil_close.svg) no-repeat center right;
	background-size:10px auto;
}


.detail_search #formbtn {
	font-size:0;
	text-align:center;
	margin-top:30px;
}
.detail_search #formbtn button {
	text-align:center;
	line-height:1.0;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	transition:color 0.5s,background-color 0.5s;
}
.detail_search #formbtn .submit {
	font-size:22px;
	color:#FFF;
	width:100%;
	max-width:335px;
	padding:11px 15px 14px 15px;
	margin-right:30px;
	border-radius:35px;
	border:4px solid #FFF;
	background-color:#E00012;
	box-shadow:1px 1px 8px 0px rgba(0,0,0,0.3);
	transition:color 0.5s,border 0.5s,background 0.5s;
}
.detail_search #formbtn .reset {
	font-size:14px;
	color:#3B3B3B;
	width:115px;
	padding:12px 10px 14px 10px;
	border-radius:25px;
	background-color:#FBF0DD;
}
.detail_search #formbtn .submit:hover {
	color:#E00012;
	background-color:#FFF;
	border:4px solid #E00012;
}
.detail_search #formbtn .reset:hover {
	color:#FFF;
	background-color:#3B3B3B;
}
.detail_search .abimg {
	width:10.2%;
	right:5%;
	bottom:-10px;
	z-index:1;
}

/* -------------------------------------
footer
------------------------------------- */


@media screen and (max-width:1400px) {

}
@media screen and (max-width:1240px) {

}
@media screen and (max-width:1140px) {
	/* -------------------------------------
	header
	------------------------------------- */


	/* -------------------------------------
	common
	------------------------------------- */


	/* -------------------------------------
	footer
	------------------------------------- */


}
@media screen and (max-width:980px) {
	/* -------------------------------------
	header
	------------------------------------- */


	/* -------------------------------------
	common
	------------------------------------- */


	/* -------------------------------------
	footer
	------------------------------------- */

}
@media screen and (max-width:880px) {


	/* -------------------------------------
	header
	------------------------------------- */


	/* -------------------------------------
	common
	------------------------------------- */
	.detail_search .left,
	.detail_search .right {
		width:100%;
	}
	.detail_search .left {
		margin-bottom:15px;
	}
	.detail_search .right {
		margin-bottom:5px;
	}
	.detail_search .abimg {
		right:15px;
	}

}
@media screen and (max-width:768px) {
	/* -------------------------------------
	header
	------------------------------------- */




	/* -------------------------------------
	common
	------------------------------------- */
	.blk {
		padding:44px 0;
	}

	.link {
		font-size:19px;
	}
	.link .external {
		padding-right:24px;
		background:url(../imgs/common/icon_external_wh.svg) no-repeat top 4px right;
		background-size:14px auto;
	}
	.link:hover .external {
		background:url(../imgs/common/icon_external_rd.svg) no-repeat top 4px right;
		background-size:14px auto;
	}


	.pagettl {
		padding:35px 20px;
	}
	.pagettl span.eng {
		font-size:40px;
	}
	.pagettl span.ja {
		font-size:16px;
	}
	.pagettl span.jaonly {
		font-size:29px;
	}

	.pankuzu {
		border-top:1px solid #CBCBCB;
	}


	.content {
		padding:44px 0 64px 0;
	}


	.pickup_list li {
		width:calc((100% - 20px) / 2);
		margin-right:20px;
		margin-bottom:25px;
	}
	.pickup_list li:nth-child(3n) {
		margin-right:20px;
	}
	.pickup_list li:nth-child(2n),
	.pickup_list li:last-child {
		margin-right:0;
	}
	.pickup_list li h3 {
		font-size:17px;
		margin-bottom:13px;
	}
	.pickup_list li .spec dl.price dd .num1,
	.pickup_list li .spec dl.allprice dd .num1 {
		font-size:22px;
	}


	.nextprev {
		margin-top:44px;
	}
	.nextprev .listlink .link {
		font-size:16px;
		padding:12px 20px 14px 20px;
	}


	.nopost {
		padding:68px 0;
	}


	.wys h2,
	.wys h3 {
		font-size:19px;
	}


	.detail_search #formbtn .submit {
		font-size:19px;
		margin-right:20px;
	}
	.detail_search #formbtn .reset {
		margin-top: 30px;
		font-size:13px;
	}
	.detail_search .abimg {
		display:none;
	}


	#notfound {
		padding:100px 0 100px 0;
	}
	#notfound h1 {
		margin-bottom:20px;
	}
	#notfound h1 span {
		font-size:48px;
		padding:0 15px;
	}


	/* -------------------------------------
	footer
	------------------------------------- */
	footer .text {
		width:100%;
		margin-bottom:30px;
	}
	footer .text .name {
		font-size:22px;
	}
	footer nav {
		flex:auto;
		max-width:100%;
	}

	footer #cp {
		margin-top:44px;
	}


	#totop {
		width:47px;
		height:47px;
		bottom:15px;
		right:15px;
	}
}
@media screen and (max-width:640px) {



	/* -------------------------------------
	header
	------------------------------------- */
	header .head {
		padding:0;
	}
	header .head .page {
		padding:0;
	}
	header .head #chara {
		width:105px;
		display:block;
		position:absolute;
		bottom:-1px;
		left:0;
		z-index:2;
	}
	header .head #logo {
		width:100%;
		padding:5px 0;
		margin-left:0;
		border-bottom:2px solid #F7C800;
	}
	header .head #logo a {
		width:calc(100% - 120px);
		max-width:300px;
		margin-left:115px;
	}
	header .head .sptel {
		width:calc(100% - 165px);
		max-width:250px;
		display:block;
		padding:5px 0 7px 0;
		margin-left:105px;
		position:relative;
		top:0;
		right:0;
		z-index:3;
		transform:translateY(0);
	}
	header .head .sptel img {
		width:100%;
	}
	header #gnavi {
		max-height:calc(100vh - 167px);
	}
	header a#menu_btn {
		top:auto;
		bottom:-3%;
		right:10px;
	}


	/* -------------------------------------
	common
	------------------------------------- */
	.sptel {
		cursor:pointer;
		pointer-events:auto;
	}

	.blk {
		padding:42px 0;
	}

	.link {
		font-size:18px;
	}
	.link .external {
		padding-right:22px;
		background:url(../imgs/common/icon_external_wh.svg) no-repeat top 4px right;
		background-size:13px auto;
	}
	.link:hover .external {
		background:url(../imgs/common/icon_external_rd.svg) no-repeat top 4px right;
		background-size:13px auto;
	}


	.pagettl {
		padding:30px 20px;
	}
	.pagettl span.eng {
		font-size:37px;
	}
	.pagettl span.ja {
		font-size:15px;
	}
	.pagettl span.jaonly {
		font-size:28px;
	}
	.pagettl span.jaonly .sp {
		display:block;
	}

	.pankuzu {
		padding:8px 0;
	}
	.pankuzu ul li {
		font-size:11px;
	}


	.content {
		padding:42px 0 62px 0;
	}


	.pickup_list {
		padding:0 40px;
		margin-bottom:30px;
	}
	.pickup_list li {
		width:calc((100% - 18px) / 2);
		margin:0;
	}
	.pickup_list li:nth-child(2n),
	.pickup_list li:nth-child(3n) {
		margin-right:10px;
	}
	.pickup_list button {
		font-size:0;
		width:37px;
		height:37px;
		position:absolute;
		top:50%;
		z-index:1;
		transform:translateY(-50%);
	}
	.pickup_list button.slick-prev {
		background:url(../imgs/common/arrow_pickup_prev.png) no-repeat center center;
		background-size:100% auto;
		left:0;
	}
	.pickup_list button.slick-next {
		background:url(../imgs/common/arrow_pickup_next.png) no-repeat center center;
		background-size:100% auto;
		right:0;
	}


	.wp-pagenavi .page {
		padding:5px;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size:13px;
		min-width:32px;
		padding:5px 7px;
		margin:0 4px;
	}
	.wp-pagenavi .current,
	.wp-pagenavi .page {
		margin:0 4px;
	}

	.nextprev {
		margin-top:42px;
	}
	.nextprev .prev a,
	.nextprev .next a {
		font-size:13px;
		width:32px;
		height:32px;
		padding:6px 7px;
	}


	.nopost {
		padding:64px 0;
	}


	.detail_search dd ul .chackbox {
		font-size:13px;
	}
	.detail_search select {
		font-size:13px;
	}
	.detail_search .select_clm2 span {
		font-size:13px;
	}

	#search_detail {
		display:block;
	}


	.detail_search #formbtn button {
		display:block;
		margin:0 auto;
	}
	.detail_search #formbtn .submit {
		margin:0 auto 15px auto;
	}


	#notfound {
		padding:85px 0 85px 0;
	}
	#notfound h1 span {
		font-size:45px;
	}


	/* -------------------------------------
	footer
	------------------------------------- */
	footer #cp {
		margin-top:42px;
	}


	#totop {
		width:45px;
		height:45px;
	}
}
@media screen and (max-width:500px) {


	/* -------------------------------------
	header
	------------------------------------- */

	header #gnavi {
		max-height:calc(100vh - 162px);
	}
	header #gnavi #sp_mainnavi li a {
		font-size:14px;
		padding:10px 18px;
	}
	header a#menu_btn {
		bottom:-4%;
	}



	/* -------------------------------------
	common
	------------------------------------- */
	.blk {
		padding:40px 0;
	}

	.link {
		font-size:17px;
	}
	.link .external {
		padding-right:20px;
		background:url(../imgs/common/icon_external_wh.svg) no-repeat top 3px right;
		background-size:13px auto;
	}
	.link:hover .external {
		background:url(../imgs/common/icon_external_rd.svg) no-repeat top 3px right;
		background-size:13px auto;
	}


	.pagettl {
		padding:20px 20px;
	}
	.pagettl span.eng {
		font-size:34px;
	}
	.pagettl span.ja {
		font-size:14px;
	}
	.pagettl span.jaonly {
		font-size:25px;
	}


	.pankuzu ul li {
		font-size:10px;
	}


	.content {
		padding:40px 0 60px 0;
	}

	.pickup_list li {
		width:calc((100% - 15px) / 2);
	}
	.pickup_list li h3 {
		font-size:16px;
		margin-bottom:10px;
	}
	.pickup_list li .spec dl {
		width:100%;
	}
	.pickup_list li .spec dl dt {
		width:auto;;
	}
	.pickup_list li .spec dl dd {
		flex:1;
		width:auto;
		padding-left:10px;
	}
	.pickup_list li .spec dl.price {
		margin-bottom:5px;
	}
	.pickup_list li .spec dl.price dd .num1,
	.pickup_list li .spec dl.allprice dd .num1 {
		font-size:21px;
	}


	.wp-pagenavi a,
	.wp-pagenavi span {
		margin:0 3px;
	}
	.wp-pagenavi .current,
	.wp-pagenavi .page {
		margin:0 3px;
	}

	.nextprev {
		margin-top:40px;
	}
	.nextprev .listlink .link {
		font-size:15px;
		padding:12px 15px 14px 15px;
	}


	.nopost {
		padding:60px 0;
	}


	.wys h2,
	.wys h3 {
		font-size:18px;
	}


	.detail_search dl dt {
		width:100%;
		padding-top:0;
		padding-left:0;
		margin-bottom:5px;
	}
	.detail_search .left dl dt {
		padding-top:0;
	}
	.detail_search dl.area dt,
	.detail_search dl.shops dt {
		padding-top:0;
	}
	.detail_search dl dd {
		flex:auto;
		width:100%;
	}

	.detail_search #keyword input {
		font-size:16px;
	}

	.detail_search #formbtn .submit {
		font-size:18px;
	}


	#notfound {
		padding:65px 0 65px 0;
	}
	#notfound h1 span {
		font-size:40px;
	}


	/* -------------------------------------
	footer
	------------------------------------- */
	footer .text .name {
		font-size:21px;
	}
	footer #cp {
		margin-top:40px;
	}
	footer #cp small {
		font-size:11px;
	}
}
@media screen and (max-width:375px) {
	header .head #chara {
		width:100px;
	}
	header .head #logo a {
		width:calc(100% - 115px);
		margin-left:110px;
	}
	header .head .sptel {
		width:calc(100% - 160px);
		margin-left:100px;
	}
	header a#menu_btn {
		bottom:-6%;
	}
}
@media screen and (max-width:320px) {
	body {
		/*padding-top:169px;*/
	}


	/* -------------------------------------
	header
	------------------------------------- */
	header #gnavi {
		max-height:calc(100vh - 155px);
	}
	header #gnavi #sp_mainnavi li a {
		padding:10px 15px;
	}
	header .head #chara {
		width:85px;
	}
	header .head #logo a {
		width:calc(100% - 100px);
		margin-left:95px;
	}
	header .head .sptel {
		width:calc(100% - 145px);
		margin-left:85px;
	}
	header #gnavi {
		max-height:calc(100vh - 167px);
	}
	header a#menu_btn {
		bottom:-12%;
	}



	/* -------------------------------------
	common
	------------------------------------- */


	/* -------------------------------------
	footer
	------------------------------------- */
}
@media screen and (min-width:641px) {
	body {
		padding-top:71px!important;
	}
	.detail_search .search_detail {
		display:block!important;
	}
	.detail_search .flex.search_detail {
		display:flex!important;
	}
}
@media screen and (min-width:881px) {
	body {
		padding-top:0px!important;
	}
	header #gnavi {
		display:flex!important;
	}
}
