@charset "utf-8";

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

mailスタイル

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

@media print, screen and (min-width: 768px) {

/* ▼お問い合わせPC */
#mail {
	background: url("../img/common/line.png") top center repeat-x;
}

#mail .inner {
	padding: 70px 0 100px 0;
}

#mail h1 {
	text-align: center;
	color: #e28099;
	font-size: 38px; font-size: 3.8rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 10px;
	margin-bottom: 50px;
}

#mail h1 span {
	display: block;
	font-size: 19px; font-size: 1.9rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: 5px;
	color: #796a56;
	padding-top: 5px;
}

.contact_img {
	width: 148px;
	margin: 0 auto 50px auto;
}

.contact_img img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.mail_txt {
	font-size: 21px; font-size: 2.1rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	line-height: 1.8;
	color: #000;
	margin: 0 60px 40px 60px;
}

.mail_txt em {
	color: #e28099;
	font-size: 21px; font-size: 2.1rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

#formbox {
	background: url("../img/common/line.png") top center no-repeat;
	padding: 35px 40px;
	margin: 0 60px;
	box-sizing: border-box;
}

.form {
	width: 900px;
	margin: 0 auto 20px auto;
}

.form th, .form td {
	display: block;
	color: #4d4234;
	font-size: 21px; font-size: 2.1rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	text-align: left;
	vertical-align: top;
}

.form th {
	padding-top: 20px;
	position: relative;
	padding: 10px 0 8px 0;
}

.hissu {
	color: #e28099;
	margin-left: 10px;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
}

.form td {padding-bottom: 20px;}

.form td .radiotxt {
	padding: 10px 0 10px 0;
	color: #000;
	font-size: 21px; font-size: 2.1rem;
	font-feature-settings: "palt" 1;
}

.radiotxt label {margin-right: 40px;}

.form input[type='text'] {
	font-size: 21px; font-size: 2.1rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	box-sizing: border-box;
	width: 100%;
	padding: 0.2em;
	letter-spacing: 1px;
	border: 1px solid #7f7f87;
	border-radius: 3px;
}

.form textarea {
	font-size: 21px; font-size: 2.1rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	box-sizing: border-box;
	width: 100%;
	height: 120px;
	padding: 0.2em;
	letter-spacing: 1px;
	border: 1px solid #7f7f87;
	border-radius: 3px;
}

::placeholder {
	color: #bbb;
}

.hogo_title {
	color: #e28099;
	font-size: 21px; font-size: 2.1rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}

.hogo_txt {
	color: #000;
	font-size: 21px; font-size: 2.1rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	line-height: 1.8;
}

input[type="submit"] {
	display: block;
	width: 360px;
	height: 80px;
	border-radius: 10px;
	border: none;
	text-align: center;
	margin: 40px auto 0 auto;
	box-sizing: border-box;
	color: #fff;
	background: #e3809a;
	cursor: pointer;
	font-size: 26px; font-size: 2.6rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
}

}

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

/* ▼お問い合わせSP */
#mail {
	background: url("../img/common/line.png") top center repeat-x;
	background-size: 200%;
}

#mail .inner {
	padding: 8vw 0 7vw 0;
	margin-bottom: 5vw;
}

#mail h1 {
	text-align: center;
	color: #e28099;
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 2vw;
	margin-bottom: 7vw;
}

#mail h1 span {
	display: block;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: 2vw;
	color: #796a56;
	padding-top: 1.5vw;
}

.contact_img {
	width: 30%;
	margin: 0 auto 6vw auto;
}

.contact_img img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.mail_txt {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	line-height: 1.8;
	color: #000;
	margin-bottom: 8vw;
}

.mail_txt em {
	color: #e28099;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

#formbox {
	background: url("../img/common/line.png") top center no-repeat;
	background-size: 200%;
	padding: 5vw 0;
	box-sizing: border-box;
}

.form {
	width: 100%;
	margin-bottom: 2vw;
}

.form th, .form td {
	display: block;
	color: #4d4234;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	text-align: left;
	vertical-align: top;
}

.form th {
	position: relative;
	padding-top: 2vw;
}

.hissu {
	color: #e28099;
	margin-left: 4%;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
}

.form td {padding: 2vw 0 6vw;}

.form td .radiotxt {
	padding: 3vw 0 2vw 0;
	color: #000;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
}

.form input[type='text'] {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	box-sizing: border-box;
	width: 100%;
	padding: 0.2em;
	letter-spacing: 1px;
	border: 1px solid #7f7f87;
	border-radius: 1vw;
}

.form textarea {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	box-sizing: border-box;
	width: 100%;
	height: 25vw;
	padding: 0.2em;
	letter-spacing: 1px;
	border: 1px solid #7f7f87;
	border-radius: 1vw;
}

::placeholder {
	color: #bbb;
}

.hogo_title {
	color: #e28099;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	margin-bottom: 3vw;
}

.hogo_txt {
	color: #000;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	line-height: 1.8;
}

input[type="submit"] {
	display: block;
	width: 90%;
	height: 15vw;
	border-radius: 3vw;
	border: none;
	text-align: center;
	margin: 6vw auto 0 auto;
	box-sizing: border-box;
	color: #fff;
	background: #e3809a;
	cursor: pointer;
	font-size: 26px; font-size: 2.6rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
}

}
