@charset "utf-8";


/* お問い合わせ */
body#inter_shopping_form input:not([type="radio"]), 
body#inter_shopping_form button, 
body#inter_shopping_form textarea, 
body#inter_shopping_form select, 
body#contact input, 
body#contact button, 
body#contact textarea, 
body#contact select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.color1 {
	color: #e4007f;
}
.separator {
	border-bottom: 1px dotted #707070;
	padding: 0px 0px 0px;
	margin-bottom: 15px;
}
.separator.orange {
	border-bottom: 1px dotted #f7812b;
}
.separator p {
	border-bottom: 3px solid #444140;
	width: 230px;
	margin-bottom: -2px;
	padding-bottom: 8px;
	height: 0px;
}
body#inter_shopping_form form ul, 
body#contact form ul {
	display: flex;
	margin: 25px 2em;
}
body#inter_shopping_form form ul li:nth-child(1), 
body#contact form ul li:nth-child(1){
	width: 240px;
}
body#inter_shopping_form form ul li:nth-child(2), 
body#contact form ul li:nth-child(2) {
	width: calc(100% - 240px);
}
body#inter_shopping_form form .indent, 
body#contact form .indent {
	font-size: 13px;
}

/* form */
input.tex1, input.tel1, textarea.tarea1, select.sele1 {
	background: #fff;
	color: #705e58;
	border: 1px solid #705e58;
	font-size: 14px;
	box-sizing: border-box;
}
input.tex1 {
	padding: 0.6em;
	width: 100%;
}
input.tel1 {
	padding: 0.6em;
	width: 100%;
}
textarea.tarea1 {
	padding: 0.6em;
	height: 7em;
	width: 100%;
}
select.sele1 {
	padding: 0.6em;
	background: #fff url(../img/dw.png) no-repeat right 10px center;
	background-size: 13px 12px;
	width: 100%;
}
input.kakunin, input[type="submit"].kakunin {
	background: #444140;
	border: 0;
	border-radius: 2px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	padding: 1em 4em;
	text-shadow: none;
	transition: background 0.2s;
	text-align: center;
}
.gray{
	color: #000;
}
/*お問い合わせ-入力*/
.mw_wp_form_input, .mw_wp_form_preview, .mw_wp_form_complete {
	padding: 50px 50px 0px;
	/*border: 1px solid #b5b5b6;*/
}
/*お問い合わせ-完了*/
.mw_wp_form_complete {
	font-size: 18px; text-align: center; 
}

input[type="submit"].kakunin {
	/*padding-left: 2em;*/
}
input.kakunin.bk {
	margin-right: 2em;
}
br.sp {display: none;}
.des{
	padding: 0px 50px 0px;
	text-align: center;
	/*font-weight: 200*/
}

/* 特定商取引法に基づく表記 */
table.formTable {
	width: 100%;
	/*max-width: 700px;*/
	margin: 0 auto;
	border-collapse :collapse;
}
table.formTable td,
table.formTable th {
	border:1px solid #d4d4d4;
	padding:10px;
	font-size: 13px;
}
table.formTable th{
	font-weight: normal;
	background: #efefef;
	text-align: left;
	vertical-align: middle;
}
table.formTable.ty1 th{width: 250px;}

/* search / taxonomy-xx */
ul.artist_list {
	display: flex;
	flex-wrap: wrap;
}
ul.artist_list li {
	width: calc(20% - 16px);
	margin-top: 20px;
	margin-left: 20px;
}
ul.artist_list li:nth-child(5n+1) {
	margin-left: 0px;
}
ul.artist_list li img {
	width: 100%; height: auto;
}
ul.artist_list li p{
	letter-spacing: 2px;
	font-size: 14px;
}
ul.artist_list li .t2{
	margin-top: 10px;
}
ul.artist_list li a div.ph {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
ul.artist_list li .aBox {
	position: relative;
}
ul.artist_list li .aBox p{
	position: absolute;
	display: inline-block;
	bottom: 0;
	color: #fff;
	padding: 3px 8px;
}
ul.artist_list li .aBox p.sold{
	left: 0;
	background: #685e93;
}
ul.artist_list li .aBox p.new{
	right: 0;
	background: #8d4086;
}

.separator2 {
	border-bottom: 1px dotted #707070;
	padding: 10px 0px 10px;
	margin: 10px 0 20px;
}
.separator2.top {
	margin: 0px 0 10px;
	padding: 0px 0px 10px;
}
/* sct */
ul.list1 {
	list-style-type: disc;/*decimal*/
	list-style-position: outside;
	padding-left: 12px;
	margin-left: 0.5em;
}
/*ul.list1 li:not(:nth-child(1)) {*/
ul.list1 li {
	padding-top: 10px;
}
ul.list1 li.noPad {
	padding-top: 0px;
}
ul.list1.decimal {
	list-style-type: decimal;
}
.youtube {text-align: center;padding-top: 50px;}


@media screen and (max-width: 950px){
	br.sp {display: block;}
	span.pc {display: none;}
	body#inter_shopping_form form ul, 
	body#contact form ul {margin: 20px 10px;}
	body#inter_shopping_form form ul li:nth-child(1), 
	body#contact form ul li:nth-child(1){width: 30%;}
	body#inter_shopping_form form ul li:nth-child(2), 
	body#contact form ul li:nth-child(2){width: 70%;}
	.separator p {width:  30%;}
}
@media screen and (max-width: 900px){
	.mw_wp_form_input, .mw_wp_form_preview, .mw_wp_form_complete {padding: 40px 20px 40px;}
	.des{padding: 0px 20px 0px;}
	.youtube {
		position: relative;
		padding-bottom: 56.33%;
		height: 0;
		overflow: hidden;
		padding-top: 30px;
	}
	.youtube iframe {
		position: absolute;
		top: 0; left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}
@media screen and (max-width: 800px){
	
}
@media screen and (max-width: 768px){
	.mw_wp_form_input, .mw_wp_form_preview, .mw_wp_form_complete {padding: 30px 10px 30px;}
	.des{padding: 0px 10px 0px;}
	#contactus{margin-top: 30px;}
	table.formTable.ty1 th{width: 8em;}

	ul.artist_list li {
		margin-top: 15px;margin-left: 15px;
		width: calc(20% - 12px);
	}
	ul.artist_list li .t2{font-size: 15px;}
	ul.artist_list li .t3{font-size: 13px;}
}
@media screen and (max-width: 700px){
	body#inter_shopping_form form ul, 
	body#contact form ul {
		display: block; margin: 15px 5px;
	}
	body#inter_shopping_form form ul li:nth-child(1), 
	body#contact form ul li:nth-child(1){width: auto;}
	body#inter_shopping_form form ul li:nth-child(2), 
	body#contact form ul li:nth-child(2){width: 100%;}
}

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

@media screen and (max-width: 640px){
	.google-maps {
	position: relative;
	padding-bottom: 72.09%;
	height: 0;
	overflow: hidden;
	}
	.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}
	body#inter_shopping_form form ul, 
	body#contact form ul {margin: 15px 0;}
	input.kakunin, input.kakunin[type="submit"] {
		padding: 1em 0em; font-size: 16px;
	}
	/*お問い合わせ-入力*/
	.mw_wp_form_input, .mw_wp_form_preview, .mw_wp_form_complete {padding: 30px 0px 30px;}
	.des{padding: 0px 0px 0px;}
	.mw_wp_form_input input.kakunin[type="submit"] {
		width: 70%;
	}
	/*お問い合わせ-確認*/
	.mw_wp_form_confirm.mw_wp_form_preview input.kakunin[type="submit"] {
		width: 40%;
	}
	
	section.waku {padding: 10px;}
	section .flex {display: block;}
	section .flex .txt {width: 100%;}
	section .flex .ph {max-width: 280px; margin-left: 0px; margin: 0 auto;}
	
	.f18b{line-height: 1.2; }
	ul.artist_list li {width: calc(50% - 5px); margin-left: 10px;}
	ul.artist_list li:nth-child(5n+1) {margin-left: 10px;}
	ul.artist_list li:nth-child(2n+1) {margin-left: 0px;}
	ul.artist_list li .t2 {margin-top: 5px;}
}
@media screen and (max-width: 400px){
	
}