@charset "UTF-8";
* {
	font-family: sans-serif;
}
.align_c{
	text-align: center!important;
}
body {
	text-align: center;
	margin: 0;
	background-color: #f5f1e2;
}
div#wrapper {
	width: 1000px;
	text-align: left;
	margin: 0px auto;
	border-radius: 5px;
}
div#wrapper .gaiyou {
	max-width: 900px;
	margin: 0 auto;
}
div#wrapper div#header, div#wrapper div#footer {
	border: solid 2px #333;
	background-color: #333;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
}
div#wrapper div#header {
	margin: 5px;
	padding: 10px 30px;
	border-radius: 5px;
}
div#wrapper div#header h1 {
	color: #FFF;
	text-shadow: 0px 0px 10px #000;
	font-size: 3rem;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-family: sans-serif;
}
div#wrapper div#header p {
	padding: 0px;
	line-height: 1em;
	color: #FFF;
	text-shadow: 0px 0px 5px #000;
}
div#wrapper div#container {
	padding: 0px;
}
div#wrapper div#footer {
	color: #FFF;
	clear: both;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
}
ul.example_pages {
	border: solid 1px #CCC;
	padding: 15px 30px;
}
ul.example_pages li {
	padding: 5px 0px;
}
div#example_selector {
	padding: 10px 0px;
	text-align: left;
}
div#example_selector span {
	display: block;
	font-size: 14px;
	padding: 5px 0px;
}
div#example_selector select {
	font-size: 18px;
	border-radius: 3px;
	border: solid 1px #CCC;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px #CCC inset;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	outline: none;
}
div.tips {
	margin: 10px auto;
	padding: 5px 20px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 0px 2px 10px #CCC;
	background: #FEE;
}
div.tips p {
	font-size: 14px;
	line-height: 2em;
}
div.tips strong {
	color: #800040;
}
div.tips span {
	display: block;
	padding: 5px 10px;
	color: #008080;
}
div.tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
div.tips ol li {
	padding: 10px;
	margin: 15px;
	font-size: 12px;
	line-height: 1.7em;
	border: solid 1px #CCC;
	border-radius: 5px;
	background: #FFF;
}
div.tips ol li span {
	padding: 0px 10px;
}
div.tips ol li img {
	display: block;
	width: 280px;
	border: none;
	margin: 5px auto;
}
.con {
	width: 900px;
	text-align: center;
}
/*.con02 {
	margin-top: -100px;
	margin-bottom: 30px;
}*/
.con03 {
	margin-bottom: 30px;
}
.con-form {
	background: rgba(255,255,255,0.9);
}
.con-form-title {
	font-size: 28px;
	font-family: "Meiryo";
	color: rgb(75, 22, 19);
	font-weight: bold;
	text-align: center;
}
.fo {
	text-align: center;
	background: #f08200;
	padding: 10px 0 5px;
}
.mfp_element_submit {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.mfp_warning {
	padding: 2px 20px;
	margin: 0;
}
.mfp_warning.red {
	font-size: 12px;
	color: darkred;
}
.mfp_warning.brown {
	font-size: 12px;
}
.con-form-s1 {
	display: inline-block;
	font-size: 12px;
}
.con-form-s2 {
	display: inline-block;
	font-size: 12px;
	color: forestgreen;
	padding: 0 5px;
}
.con-form-s3 {
	display: inline-block;
	color: mediumvioletred;
	font-size: 12px;
}
.thankyou {
	box-sizing: border-box;
	padding: 60px;
	line-height: 1.5;
	font-size: 18px
}
.th-span-b {
	font-size: 26px;
	font-weight: bold;
	color: crimson;
}
.th-a {
	display: inline-block;
	padding: 7px 16px;
	background-color: #ff7300;
	text-decoration: none;
	color: #fff;
	border-radius: 6px;
	margin-top: 30px;
}
.th-a:hover {
	background-color: rgba(255,115,0,0.4);
}
.tel-ber {
	display: none;
}
.pc-hidden {
	display: none;
}
.pagetitle {
	width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.pagetitle > img {
	width: 100%;
}
.detailtitle {
	width: 90%;
	margin: 50px auto;
}
.detaildata > h3 {
	font-size: 40px;
	text-align: center;
	color: #5F3727;
}
/*.dt-img > img {
	width: 100%;
}*/
.detaildata > table {
	padding: 0 10px;
	width: 100%;
	margin-bottom: 50px;
}
.detaildata > table tr {
	background: url(../images/border.png) left top / 1px repeat-x;
}
.detaildata > table th {
	color: #5F3727;
}
.detaildata > table td {
	padding: 10px 0;
	color: #5F3727;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #DCDCDC;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #DCDCDC;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #DCDCDC;
}
:-moz-placeholder { /* Firefox 18- */
  color: #DCDCDC;
}
.txt_area{
	text-align: left;
	max-width: 769px;
    margin: 0 auto;
}

@media screen and (max-width: 920px) {
body {
	padding: 0px;
	margin: 0px;
}
div#wrapper {
	border-radius: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	box-shadow: none;
	border: none;
}
div#wrapper div#header {
	border-radius: 0px;
	padding: 10px;
}
div#wrapper div#header h1 {
	font-size: 24px;
}
form#mailformpro dl dt {
	float: none;
	width: auto;
	font-size: 14px;
	padding: 10px 10px 5px;
	text-align: left;
	margin-top: 10px;
	font-weight: bold;
}
form#mailformpro dl dd {
	clear: both;
	border-top: none;
	padding: 5px 15px;
	font-size: 12px;
	line-height: 1.5em;
}
div.mfp_buttons button {
	font-size: 14px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 100px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
	display: block;
}
.con {
	width: 100%;
	padding: 2%;
	box-sizing: border-box;
	text-align: center;
}
.con img {
	width: 100%;
}
/*.con02 {
	margin-top: 0px;
	margin-bottom: 30px;
}*/
.con03 {
	margin-bottom: 30px;
}
.con-form {
	background: rgba(255,255,255,0.9);
	width: 90%!important;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.49);
}
.con-form-title {
	font-size: 28px;
	font-family: "Meiryo";
	color: rgb(75, 22, 19);
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
	margin-bottom: 10px;
}
.fo {
	text-align: center;
	background: #f08200;
	padding: 10px 0 5px;
}
.fo img {
	width: 90%;
}
.inq {
	width: 90%;
	margin: 0 auto;
}
.inq p {
	font-size: 12px;
}
.mfp_element_text, .mfp_element_email, input[type="number"] {
	font-size: 16px!important;
}
.mfp_element_number {
	width: 25px!important
}
#inputMen {
	width: 25px!important;
}
.mfp_element_submit {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.thankyou {
	box-sizing: border-box!important;
	padding: 60px 10%!important;
	line-height: 1.5;
	font-size: 18px
}
.th-span-b {
	font-size: 26px;
	font-weight: bold;
	color: crimson;
}
.th-a {
	display: inline-block;
	padding: 7px 16px;
	background-color: #ff7300;
	text-decoration: none;
	color: #fff;
	border-radius: 6px;
	margin-top: 30px;
}
.th-a:hover {
	background-color: rgba(255,115,0,0.4);
}
.tel-ber {
	background-color: rgb(255, 162, 0);
	box-shadow: 0px 4px 0px 0px rgba(207, 131, 0, 1);
	width: 90%;
	border-radius: 4px;
	color: #fff;
	padding: 10px 0 8px;
	font-size: 13px;
	display: block;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
}
.sp-hidden {
	display: none;
}
.pc-hidden {
	display: block;
}
.pagetitle {
	width: 95%;
	margin: 12px auto 0px;
}
.detaildata > h3 {
	font-size: 30px;
	text-align: center;
	color: #5F3727;
}
.detaildata > table {
	padding: 0 10px;
	width: 100%;
	margin-bottom: 50px;
}
.detaildata > table th {
	color: #5F3727;
}
.detaildata > table td {
	font-size: 14px;
	padding: 10px 0;
	color: #5F3727;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #DCDCDC;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #DCDCDC;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #DCDCDC;
}
:-moz-placeholder { /* Firefox 18- */
  color: #DCDCDC;
}
.dt-img > img {
	width: 94%;
}
.detailtitle {
	margin: 25px auto;
}
	.txt_area{
	text-align: left!important;
}
}

.main img {
	max-width: 980px;
}

@media screen and (max-width: 920px) {
	.pagetitle {
		width: 95%;
		margin: auto 20px;
	}

	.main {
		padding: 5vw 0;
	}

	.main img {
		max-width: 98%;
	}
}

form#mailformpro {
	margin-top: 35px;
}