@charset "utf-8";

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

	PC向けindex.css
	
-------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
.main {
	margin: 0 0 70px;
}

/********** .img-main **********/
.main .img-main {
	margin: 0 0 48px;
}
.main .img-main img {
	display: block;
}

/********** .txt-main **********/
.main .txt-main {
	text-align: center;
}
.main .txt-main .heading {
	margin: 0 0 13px;
}
.main .txt-main .heading .heading-ja {
	font-weight: 600;
	font-size: 40px;
	color: #5a310c;
}
.main .txt-main .heading .heading-en {
	font-size: 18px;
	color: #d1ae80;
}
.main .txt-main .txt-box {
	margin: 0 0 34px;
	font-size: 16px;
}
.main .txt-main .txt-box .txt-box-ja {
	margin: 0 0 13px;
}

/********** .tel-fax-phone **********/
.main .tel-fax-phone {
	display: flex;
	justify-content: space-between;
	
	width: 660px;
	margin: 0 auto 90px;
	text-align: center;
}
.main .tel-fax-phone .tel-fax {
	display: flex;
	flex-direction: column;
	align-self: start;
	
	width: 320px;
	padding: 0 0 16px;
	border-bottom: solid 1px #333;
}
.main .tel-fax-phone .sheading {
	margin: 0 0 12px;
	font-size: 16px;
	border-bottom: solid 1px #333;
}
.main .tel-fax-phone .tel-number {
	align-self: center;
	
	padding: 0 0 5px;
}
.main .tel-fax-phone .tel-number a {
	display: block;
}
.main .tel-fax-phone .tel-number-box {
	padding: 0 0 0 30px;
	
	min-height: 24px;
	line-height: 1.3;
	font-weight: 600;
	font-size: 24px;
	background: url("../../images/common/icon-tel.svg") no-repeat 0 5px;
}
.main .tel-fax-phone .tel-hours p {
	letter-spacing: -0.05em;
	font-size: 15px;
}
.main .tel-fax-phone .fax-number {
	align-self: center;
}
.main .tel-fax-phone .fax-number-box {
	align-self: center;
	
	min-height: 24px;
	padding: 0 0 0 30px;
	line-height: 1.3;
	font-weight: 600;
	font-size: 24px;
	background: url("../../images/common/icon-fax.svg") no-repeat 0 5px;
}
.main .tel-fax-phone .phone {
	align-self: start;
	padding: 0 0 16px;
	border-bottom: solid 1px #333;
}
.main .tel-fax-phone .phone .phone-number {
	padding: 0 0 0;
	font-weight: 600;
	font-size: 24px;
}
.main .tel-fax-phone .txt-phone p {
	line-height: 1.3;
	font-size: 15px;
}

/* 電話 */
.main .tel-fax-phone .phone {
	width: 320px;
}

/********** .txt-form **********/
.main .txt-form {
	text-align: center;
}
.main .txt-form .heading {
	margin: 0 0 14px;
}
.main .txt-form .heading .heading-ja {
	font-weight: 600;
	font-size: 40px;
	color: #5a310c;
}
.main .txt-form .heading .heading-en {
	font-size: 18px;
	color: #d1ae80;
}
.main .txt-form .txt-box {
	margin: 0 0 30px;
	font-size: 16px;
}
.main .txt-form .txt-box .txt-box-ja {
	padding: 0 0 5px;
}
.main .txt-form .txt-box .mark-1 {
	margin: 0 0 0 1em;
	color: #c60a13;
}









