@charset "UTF-8";
@media all and (min-width:801px){
	.pc{display: block;}
	.sp{display: none;}
	/*-------------------- ヘッダー --------------------*/

/* title
---------------------------------------------------------------------------*/
.page_title {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto 40px;
}

.page_title h1 {
	line-height: 1;
}

.page_title h1 em {
	display: block;
	margin: 0 0 20px -2px;
	font-size: 40px;
	letter-spacing: 0.02em;
}

.page_title h1 em.let {
	letter-spacing: 0;
}

.page_title h1 strong {
	display: block;
	margin-left: 2px;
	font-size: 16px;
	letter-spacing: 0.15em;
}

.page_title h1 strong.let {
	letter-spacing: 0.1em;
}

.page_title .inner {
	margin: 40px 0 0 2px;
}

.page_title .inner p {
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 2;
}

.page_title .inner p:last-of-type {
	margin-bottom: 0;
}

/* .en-title
------------------------------------*/
.en-title {
	display: block;
	margin-bottom: 28px;
	color: #CA9C72;
	font-size: 17px;
	letter-spacing: 0.15em;
}

/* contact
---------------------------------------------------------------------------*/
#contactContents .page_title {
	margin-bottom: 60px;
	padding-left: 120px;
}

/* .contact-wrap
---------------------------------------------------------------------------*/
.contact-wrap {
	overflow: hidden;
	width: 740px;
	margin: 0 auto;
}

/* .contact_area
---------------------------------------------------------------------------*/
.contact_area {
	float: left;
	width: 740px;
	line-height: 1.8;
}

.contact_area .inner {
	overflow: hidden;
	border-top: 1px solid #DFDFDF;
}

.contact_area .inner:first-of-type {
	border-top: none;
}

.contact_area .hide {
	display: none;
}

.contact_area .output{
	display: none;
}

.contact_area h2 {
	clear: both;
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 195px;
	padding: 25px 0 0 15px;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.08em;
}

.contact_area h2.must:before {
	display: block;
	content: '';
	position: absolute;
	top: 24px;
	left: 4px;
	background: url(../img/share/ico-asterisk.svg) no-repeat;
	background-size: 6px 7px;
	width: 6px;
	height: 7px;
}

.contact_area h2 span {
	display: block;
	margin-top: -2px;
	font-size: 11px;
	letter-spacing: 0.1em;
}

.contact_area h2 + div {
	float: left;
	box-sizing: border-box;
	width: 500px;
	padding: 20px 50px 10px 0;
	letter-spacing: 0.12em;
}

.contact_area input,
.contact_area textarea {
	box-sizing: border-box;
	background: #F0F0F0;
	border: none;
	width: 545px;
	height: 48px;
	margin-bottom: 10px;
	padding: 5px 20px;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.contact_area textarea {
	height: 200px;
	padding: 15px 20px;
}

.contact_area .form_control {
	display: block !important;
}
.contact_area .form_control_submit {
	display: block !important;
	margin-bottom: 20px !important;
}
.contact_area .form_control_back {
	display: block !important;
	background-color: #ccc !important;
}

/* Google Chrome, Safari, Android, iOS */
::-webkit-input-placeholder {
	line-height: 1.7;
	color: #9B9B9B;
}

/* IE 10+ */
:-ms-input-placeholder {
	color: #9B9B9B;
}

/* .btn_submit
------------------------------------*/
.contact_area .btn_submit {
	width: 545px;
	margin: 10px 0 0 195px;
	padding: 0;
}

.contact_area .btn_submit input {
	box-sizing: border-box;
	background: #41b25d;
	border: none;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 13px 0 12px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	transition: .15s linear;
		border-radius: 50px;

}

.contact_area .btn_submit input:hover {
	opacity: 0.5;
}

/* error
------------------------------------*/
.contact_area .txt-error,
.wpcf7-not-valid-tip {
	display: inline-block;
	border-bottom: 1px solid #000000;
	margin: 0 0 12px 2px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.08em;
}

.screen_response {
	display: none;
}

.txt-response,
.wpcf7-response-output {
	display: inline-block;
	border-bottom: 1px solid #000000;
	margin: 30px 0 0 195px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.08em;
}


/* .contact-side
---------------------------------------------------------------------------*/
.contact-side {
	float: right;
	width: 280px;
	margin-top: 18px;
}

.contact-side h2 {
	margin-bottom: 18px;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.15em;
}

.contact-side h3 {
	margin: 60px 0 12px;
	font-size: 28px;
	letter-spacing: 0.02em;
}

.contact-side p {
	margin-bottom: 15px;
	font-size: 13px;
	text-align: justify;
	line-height: 2;
	letter-spacing: 0.05em;
}
/* contact
------------------------------------*/
.contact_area .td-select {
	position: relative;
}

.contact_area select {
	display: block;
	position: relative;
	border: none;
	width: 500px;
	height: 48px;
	cursor: pointer;
	z-index: 1;
}

.contact_area .customSelect {
	position: relative;
	display: block !important;
	box-sizing: border-box;
	background: #F0F0F0;
	width: 420px;
	height: 48px;
	margin-bottom: 10px;
	padding: 18px 20px 0;
	font-size: 14px;
	/* line-height: 1; */
}

.contact_area .customSelect:before {
	display: block;
	content: '';
	position: absolute;
	top: 20px;
	right: 25px;
	background: url(img/share/ico-arrow-btm.svg) no-repeat;
	background-size: 10px 9px;
	width: 10px;
	height: 9px;
}

.contact_area .customSelect .customSelectInner {
	color: #9B9B9B;
	width: 100% !important;
}

.contact_area .customSelect.customSelectChanged .customSelectInner {
	color: #000000;
}

}
@media all and (max-width:800px){
	.pc{display: none;}
	.sp{display:block;}
/* title
---------------------------------------------------------------------------*/
.page_title {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto 20px;
}

.page_title h1 {
	line-height: 1;
}

.page_title h1 em {
	display: block;
	margin: 0 0 20px -2px;
	font-size: 40px;
	letter-spacing: 0.02em;
}

.page_title h1 em.let {
	letter-spacing: 0;
}

.page_title h1 strong {
	display: block;
	margin-left: 2px;
	font-size: 16px;
	letter-spacing: 0.15em;
}

.page_title h1 strong.let {
	letter-spacing: 0.1em;
}

.page_title .inner {
	margin: 0px 0 0 2px;
}

.page_title .inner p {
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 2;
}

.page_title .inner p:last-of-type {
	margin-bottom: 0;
}

/* .en-title
------------------------------------*/
.en-title {
	display: block;
	margin-bottom: 28px;
	color: #CA9C72;
	font-size: 17px;
	letter-spacing: 0.15em;
}

/* contact
---------------------------------------------------------------------------*/
#contactContents .page_title {
	margin-bottom: 60px;
	padding-left: 120px;
}

/* .contact-wrap
---------------------------------------------------------------------------*/
.contact-wrap {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}

/* .contact_area
---------------------------------------------------------------------------*/
.contact_area {
	float: none;
	width: 100%;
	line-height: 1.8;
}

.contact_area .inner {
	overflow: hidden;
	border-top: none;
}

.contact_area .inner:first-of-type {
	border-top: none;
}

.contact_area .hide {
	display: none;
}

.contact_area h2 {
	clear: both;
	position: relative;
	float: none;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 0 0 0;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.08em;
}

.contact_area h2.must:before {
	display: block;
	content: '';
	position: absolute;
	top: 24px;
	left: 4px;
	background: url(../img/share/ico-asterisk.svg) no-repeat;
	background-size: 6px 7px;
	width: 6px;
	height: 7px;
}

.contact_area h2 span {
	display: block;
	margin-top: -2px;
	font-size: 11px;
	letter-spacing: 0.1em;
}

.contact_area h2 + div {
	float: left;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 50px 10px 0;
	letter-spacing: 0.12em;
}

.contact_area input,
.contact_area textarea {
	box-sizing: border-box;
	background: #F0F0F0;
	border: none;
	width: 545px;
	height: 48px;
	margin-bottom: 0;
	padding: 5px 20px;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.contact_area textarea {
	height: 200px;
	padding: 15px 20px;
}

.contact_area .form_control {
	display: block !important;
}

/* Google Chrome, Safari, Android, iOS */
::-webkit-input-placeholder {
	line-height: 1.7;
	color: #9B9B9B;
}

/* IE 10+ */
:-ms-input-placeholder {
	color: #9B9B9B;
}

/* .btn_submit
------------------------------------*/
.contact_area .btn_submit {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
}

.contact_area .btn_submit input {
	box-sizing: border-box;
	background: #41b25d;
	border: none;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 13px 0 12px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	transition: .15s linear;
		border-radius: 50px;

}

.contact_area .btn_submit input:hover {
	opacity: 0.5;
}

/* error
------------------------------------*/
.contact_area .txt-error,
.wpcf7-not-valid-tip {
	display: inline-block;
	border-bottom: 1px solid #000000;
	margin: 0 0 12px 2px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.08em;
}

.screen_response {
	display: none;
}

.txt-response,
.wpcf7-response-output {
	display: inline-block;
	border-bottom: 1px solid #000000;
	margin: 30px 0 0 195px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.08em;
}


/* .contact-side
---------------------------------------------------------------------------*/
.contact-side {
	float: right;
	width: 280px;
	margin-top: 18px;
}

.contact-side h2 {
	margin-bottom: 18px;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.15em;
}

.contact-side h3 {
	margin: 60px 0 12px;
	font-size: 28px;
	letter-spacing: 0.02em;
}

.contact-side p {
	margin-bottom: 15px;
	font-size: 13px;
	text-align: justify;
	line-height: 2;
	letter-spacing: 0.05em;
}
/* contact
------------------------------------*/
.contact_area .td-select {
	position: relative;
}

.contact_area select {
	display: block;
	position: relative;
	border: none;
	width: 500px;
	height: 48px;
	cursor: pointer;
	z-index: 1;
}

.contact_area .customSelect {
	position: relative;
	display: block !important;
	box-sizing: border-box;
	background: #F0F0F0;
	width: 420px;
	height: 48px;
	margin-bottom: 10px;
	padding: 18px 20px 0;
	font-size: 14px;
	/* line-height: 1; */
}

.contact_area .customSelect:before {
	display: block;
	content: '';
	position: absolute;
	top: 20px;
	right: 25px;
	background: url(img/share/ico-arrow-btm.svg) no-repeat;
	background-size: 10px 9px;
	width: 10px;
	height: 9px;
}

.contact_area .customSelect .customSelectInner {
	color: #9B9B9B;
	width: 100% !important;
}

.contact_area .customSelect.customSelectChanged .customSelectInner {
	color: #000000;
}

}