@charset "utf-8";

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

	スマートフォン向けindex-device.css
	
-------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
.main{
	margin: 0 0 14vw;
}
.main .img-main{
	margin: 0 0 6vw;
}
.main .img-main img {
	display: block;
}

/********** .txt-main **********/
.main .txt-main {
}
.main .txt-main .heading {
	margin: 0 0 2.5vw;
	text-align: center;
}
.main .txt-main .heading .heading-ja {
	font-weight: 600;
	font-size: 6.4vw;
	color: #5a310c;
}
.main .txt-main .heading .heading-en {
	font-size: 4vw;
	color: #d1ae80;
}
.main .txt-main .txt-box {
	margin: 0 0 34px;
	font-size: 4vw;
}
.main .txt-main .txt-box .txt-box-ja {
	margin: 0 0 2vw;
}

/********** .tel-fax-phone **********/
.main .tel-fax-phone {
	display: flex;
	justify-content: space-between;
	
	width: 100%;
	margin: 0 0 16vw;
	text-align: center;
}
.main .tel-fax-phone .tel-fax {
	display: flex;
	flex-direction: column;
	align-self: start;
	
	width: 49%;
	padding: 0 0 2vw;
}
.main .tel-fax-phone .sheading {
	margin: 0 0 2.3vw;
	font-size: 3.2vw;
}
.main .tel-fax-phone .tel-number {
	align-self: center;
	
	padding: 0 0 2vw;
}
.main .tel-fax-phone .tel-number a {
	display: block;
	padding: 2vw 4vw;
	color: #fff;
	background: #c8a576;
}
.main .tel-fax-phone .tel-number-box {
	padding: 0 0 1vw 6vw;
	
	line-height: 1.3;
	font-weight: 600;
	font-size: 4.8vw;
	background: url("../../images/common/icon-tel-white.svg") no-repeat 0 5px;
}
.main .tel-fax-phone .tel-hours {
	letter-spacing: -0.05em;
	font-size: 3vw;
}
.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 {
	width: 49%;
	align-self: start;
}
.main .tel-fax-phone .phone a {
	display: block;
	padding: 2vw 1vw 4vw;
	color: #fff;
	background: #c8a576;
}
.main .tel-fax-phone .phone .phone-number {
	padding: 0 0 0;
	font-weight: 600;
	font-size: 4.8vw;
}
.main .tel-fax-phone .txt-phone p {
	line-height: 1.2;
	font-size: 3vw;
}

/********** .txt-form **********/
.main .txt-form {
}
.main .txt-form .heading {
	margin: 0 0 4vw;
	text-align: center;
}
.main .txt-form .heading .heading-ja {
	font-weight: 600;
	font-size: 6.4vw;
	color: #5a310c;
}
.main .txt-form .heading .heading-en {
	font-size: 4vw;
	color: #d1ae80;
}
.main .txt-form .txt-box {
	margin: 0 0 4vw;
	font-size: 4vw;
}
.main .txt-form .txt-box .txt-box-ja {
	padding: 0 0 2vw;
}
.main .txt-form .txt-box .mark-1 {
	margin: 0 0 0 0;
	color: #c60a13;
}






