@charset "utf-8";

.contact_top_text{
	margin-bottom: 4rem;
	text-align: center;
	line-height: 1.8;
}

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

	.contact_top_text{
		font-size: 1.4rem;
		text-align: left;
	}

}

/*-----------------------------------------*/

/* リスト */

.contact_list{
	margin-bottom: 4rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.contact_list li{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 0.1rem solid #ddd;
	padding-top: 2rem;
	padding-bottom: 2rem;
	justify-content: space-between;
}

.contact_list li .th{
	width: 100%;
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.contact_list li .th h4{
	line-height: 1.5;
	margin-bottom: 0;
	font-size: 2rem;
	margin-bottom: 1rem;
}

.contact_list li .th small{
	color: #fe949e;
	border: 0.1rem solid #fe949e;
	border-radius: 5rem;
	width: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact_list li .td{
	width: 100%;
	line-height: 1.5;
}

.contact_list li .td .box{
	margin-bottom: 2rem;
}

.contact_list li .td .box.bottom{
	margin-bottom: 0;
}

.contact_list li .td h5{
	font-size: 1.6rem;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	border-bottom: 0.1rem dotted #ccc;
}

.contact_list li .td h6{
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}

.contact_list li .td hr{
	margin-bottom: 3rem;
}

.contact_list li .td .flex_line{
	display: flex;
	align-items: center;
}

.contact_list li .td .flex_line.wrap{
	flex-wrap: wrap;
}

.contact_list li .td .flex_line.wrap span{
	margin-top: 0;
	margin-bottom: 1rem;
}


@media screen and ( max-width: 768px ){
	.contact_list {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

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

	.contact_list li{
		flex-wrap: wrap;
		padding-top: 3rem;
	}

	.contact_list li:first-child{
		padding-top: 0rem;
	}
	
	.contact_list li .th{
		width: 100%;
		margin-bottom: 1rem;
	}
	
	.contact_list li .td{
		width: 100%;
	}
	
	.contact_list li .td .flex_line{
		flex-wrap: wrap;
	}

	.contact_list li .td .flex_line.wrap span {
		width: 100%;
	}

}


/* ウォーターマーク */

::placeholder {
	color: #ccc !important
}

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

}


/* エラー表記 */

span.error{
	white-space: nowrap;
	color: #d01515;
	font-size: 1.4rem;
	margin-left: 1rem;
}

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

	span.error{
		margin-top: 0.5rem;
		margin-left: 0rem;
		margin-bottom: 1rem;
	}

}


/* 注釈 */

.contact_list li .td .caution{
	font-size: 1.4rem;
	margin-top: 1rem;
	color: #2953a5;
}

/* プライバシーポリシーコメント */

.contact_list li .td .privacy{
	font-size: 1.4rem;
	margin-bottom: 2rem;
}

.contact_list li .td .privacy a{
	text-decoration: underline;
}

/* submitボタン */

.contact_bt_form{
	display: flex;
	justify-content: center;
	margin-bottom: 6rem;
}

.contact_bt_form .btn{
	font-size: inherit;
	padding: 1rem 2rem;
	margin-left: 1rem;
	margin-right: 1rem;
	background: #c99cb9;
	border-color: #c99cb9;

	width: 100%;
	border-radius: 5rem;
}

.contact_bt_form .btn.back{
	background: #444;
	border-color: #444;
	color: #fff;
}

.contact_bt_form .btn:hover{
	opacity: .6;
}

.contact_bt_form .btn:not(:disabled):not(.disabled):active{
	background: #e7c2da;
	border-color: #e7c2da;
}

.contact_bt_form .btn:focus{
	box-shadow: 0 0 0 0.2rem #e7c2da;
}

.contact_bt_form .btn:not(:disabled):not(.disabled):active:focus{
	box-shadow: 0 0 0 0.2rem #e7c2da;
}

/*-----------------------------------------*/

/* input */

input[type="text"],
textarea {
	-webkit-transition: background-position .15s cubic-bezier(.8, 0, 1, 1),
	-webkit-transform .25s cubic-bezier(.8, 0, 1, 1);
	font-size: 1.6rem;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	transition: .5s !important;
}
input[type="text"]{
	height: 4rem;
	margin-right: 0;
}


input[type="text"]:active,
textarea:active {
	-webkit-transform: scale(1.05);
	-webkit-transition: -webkit-transform .1s cubic-bezier(0, 0, .2, 1);
}

input[type="text"]#tel{ width: 100%; }
input[type="text"]#mail{ width: 100%; }
input[type="text"]#post{ width: 100%; }

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

	input[type="text"]{
		margin-right: 0rem;
		margin-bottom: 1rem;
	}

	input[type="text"]#tel{ width: 100%; }
	input[type="text"]#mail{ width: 100%; }
	input[type="text"]#post{ width: 100%; }

}

/* textarea */

textarea.form-control {
	font-size: 1.6rem;
}


/* label */

.contact_list li .td label{
	margin-right: 2rem;
	margin-bottom: 1rem;
}

.contact_list input[type="radio"]:checked  + span{
	color: #c99cb9;
}


/* ラジオボタン */

.contact_list input[type="radio"] {
	position: relative;
	margin: 0 0.5rem 0 0;
	cursor: pointer;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 0.3rem;
	border: none;
	vertical-align: middle;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.contact_list input[type="radio"]:checked:before {
	transform: scale(1, 1);
}

.contact_list input[type="radio"]:before {
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 2px;
	width: 1.7rem;
	height: 1.7rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	border-radius: 50%;
	background: #c99cb9;
}

.contact_list input[type="radio"]:after {
	position: absolute;
	top: -2px;
	left: -2px;
	width: 2.5rem;
	height: 2.5rem;
	content: '';
	border: 0.2rem solid #ced4da;
	border-radius: 50%;
	background: #ffffff;
}

.contact_list input[type="radio"]:checked:after {
	border: 0.2rem solid #c99cb9;
}


/* チェックボックス */

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}

.contact_list input[type="checkbox"]:checked  + span{
	color: #c99cb9;
}


.contact_list input[type="checkbox"] {
	position: relative;
	margin: 0 0.5rem 0 0;
	cursor: pointer;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 0.3rem;
	border: none;
	vertical-align: middle;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.contact_list input[type="checkbox"]:checked:before {
	transform: scale(1, 1);
}

.contact_list input[type="checkbox"]:before {
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 2px;
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 0.2rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	background: #c99cb9;
}

.contact_list input[type="checkbox"]:after {
	position: absolute;
	top: -2px;
	left: -2px;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.2rem;
	content: '';
	border: 0.2rem solid #ced4da;
	background: #ffffff;
}

.contact_list input[type="checkbox"]:checked:after {
	border: 0.2rem solid #c99cb9;
}

/*-------------*/


.modal-header{
	padding: 2rem 2rem;
}


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



}

/*-----------------------------------------------------------------------------*/
/* 商品購入 調整用 */

.purchase_list{
	display: flex;
	justify-content: center;
}

.purchase_list li{
	border: 0.1rem solid #d5c790;
	max-width: 20rem;
	width: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	background: #fff4c8;
}

.purchase_list li .number{
	font-size: 2rem;
	margin-right: 1rem;
}

.purchase_list li .material-symbols-outlined{
	font-size: 3rem;
	color: #d5c790;
	position: absolute;
	right: 0;
}

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

	.purchase_list li {
		flex-wrap: wrap;
	}

	.purchase_list li .number {
		margin-right: 0;
		width: 100%;
		text-align: center;
	}

	.purchase_list li .material-symbols-outlined {
		right: -2rem;
	}

}

/*---*/

.contact_list .custom-select{
	height: 4rem;
}

.contact_list .quantity_title{
	margin-right: 1rem;
}

.contact_list .custom-select.item{
	width: 26rem;
}

.contact_list .custom-select.pieces{
	width: 10rem;
}

/*---*/

.contact_list .quantity_box{
	display: flex;
	align-items: center;
	margin-right: 2rem;
}

.contact_list .quantity_box:last-child{
	margin-right: 0rem;
}

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

	.contact_list .quantity_box{
		width: 100%;
		margin-right: 0rem;
		margin-bottom: 1rem;
	}

	.contact_list .quantity_box:last-child{
		margin-bottom: 0rem;
	}

}

/*---*/

.mailform_area h3.form_title{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-family: '游明朝','Yu Mincho',YuMincho, 'Noto Serif JP', serif;
	font-size: 2.4rem;
}

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

	.mailform_area h3.form_title{
		width: 90%;
	}

}




/*-----------------------------------------------------------------------------*/
/*IEハック*/
/*
_:-ms-lang(x)::-ms-backdrop, .xxxxxxxxxxxx{ padding: 1rem 1rem 0.5rem ; }
*/

/*-----------------------------------------------------------------------------*/
/*firefoxハック*/
/*
@-moz-document url-prefix() {
	.xxxxxxxxxxxx{
		width: 48%;
	}
}
*/

/*-----------------------------------------------------------------------------*/
/*Safariハック*/
/*
_::-webkit-full-page-media, _:future, :root .xxxxxxxxxxxx {

}
*/


