@charset "UTF-8";
/* CSS Document */

#page_contact{
	padding: 3em 0 0
}

#page_contact header {
	padding: 1em 2em;
	margin-bottom: 3em
}

#page_contact header h1{
	font-size: 1.8em
}

#page_contact header h1 span{
	display: block;
	font-size: .8em;
	padding-top: .5em;
}

body#soudan #page_contact header{border-left: solid 3px #bf4505; }
body#resereve #page_contact header{border-left: solid 3px #0080a8; }
body#request #page_contact header{border-left: solid 3px #9cb3ba; }
body#contact #page_contact header{border-left: solid 3px #dde2e3; }

#form_wrap{
background: #fff;
  padding: 0em 0em 3em;
}

#form-area-v2 {
  padding-top: 0;
}

.closed{
	font-size: 1.5em;
	color: #f44a00;
	line-height: 1.8em;
	font-weight: bold;
	padding: 5em 2em;
	border: dashed 2px #e2dede
}


#form_header{
	text-align: center;
	margin-bottom: 1em
}

ul#contact_flow{
	display: flex;
	flex-wrap:wrap;
	margin-bottom: 3em
	}


ul#contact_flow li{
	width: calc( ( 100% - 20px ) / 3 );
	margin-right: 10px;
}

ul#contact_flow li:last-child {margin-right: 0;}	

ul#contact_flow li span{
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	display: block
}

ul#contact_flow li{}



body#soudan ul#contact_flow li:nth-child(1),
body#resereve ul#contact_flow li:nth-child(1),
body#request ul#contact_flow li:nth-child(1),
body#contact ul#contact_flow li:nth-child(1),
body#confirm ul#contact_flow li:nth-child(2),
body#complete ul#contact_flow li:nth-child(3){
  background: #576062;
  position: relative;
  color: #fff
}

body#contact #page_contact header {
  border-left: solid 3px #dde2e3;
}
#page_contact header {
  padding: 1em 2em;
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  .wrap, .wrappc {
    width: 90%;
    max-width: 1000px;
  }
}

#page_contact header h1 {
  font-size: 1.8em;
}
#page_contact header h1 span {
  display: block;
  font-size: .8em;
  padding-top: .5em;
}




/* ************************************************ 
*	フォーム本体
* ************************************************ */

#co_contact h2{
	position: relative;
	font-size: 1.7em;
	margin-bottom:1.5em;
	letter-spacing: .1em;
	color: #209f75
}

dl.mailform{margin-bottom: 1em}

dl.mailform dt,
dl.mailform dd {
	font-weight: normal;
	font-size: 1.1em;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}


dl.mailform dt {
	font-weight:bold;
	font-size:1.2em;
	display: flex;
	align-items: center
}


dl.mailform dd .addr{display: block;
	margin-top: 5px;
}


dl.mailform dt p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #C96;
}
@media screen and (max-width: 667px) {
	dl.mailform {margin-bottom: 2em}

	dl.mailform dt{background-color: #fff;
		padding: 5px 1em;
		-webkit-box-shadow:1px 1px #ccc;
		-moz-box-shadow:1px 1px #ccc;
		box-shadow: 1px 1px #ccc;
		position: relative;
		border-radius: 5px;
		margin-bottom: 4px;
	}
	
}	

@media print, screen and (min-width: 668px) {
	dl.mailform{
		display: flex;
		justify-content: center;
		flex-wrap:wrap;
		align-items: center;
		background: #fff;
		padding: 1em .5em;
		margin-bottom: 1px}
	
	dl.mailform dt{font-size: 1.2em;text-align: right}
	dl.mailform dd{background-color: #fff;}
	dl.mailform dt{width: 20%;margin-right: 5%;text-align: right}
	dl.mailform dd{width: 70%;text-align: left}
}	

.submit{margin: 0 auto 2em;
	text-align: center
}


#contact_thanks{}
#thanks_title{
	text-align: center;
	background: rgba(234, 240, 240, 0.9);
	padding: 2em;
	margin-bottom: 1.5em;
}

#contact_thanks h3{margin-bottom: .6em;}

#contact_thanks p.tel_unm{padding-top: 1em;}



#re_mail{
	font-size: 1.6em;font-weight: bold;
	color: #ff4500}

#re_mail:before{
	content: "アドレス確認";
	font-size: .4em;
	padding-right: 1.5em;
	color: #666
}


#privacy_txt{}

iframe{border: solid 1px #ccc !important;
	width: 100%;
	height: 300px;
	margin: .5em 0 0 !important;
}


/****************************************

          Form

*****************************************/

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="search"],
select,
textarea {
	margin: .5em 0;
	padding: .6em .8em;
	outline: none;
	border: 2px solid #b1b1b1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	color: #666;
}


@media screen and (max-width: 667px) {}	

@media print, screen and (min-width: 668px) {
	input[type="text"],
	input[type="tel"],
	input[type="password"],
	input[type="email"],
	input[type="search"],
	select,
	textarea {
	margin: .5em 0;
	padding: .5em 1em;
	outline: none;
	border: 2px solid #b1b1b1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	color: #666;
	font-size: 1.1em
	}
}	
	
#comment input[type="text"],
#comment textarea {display: block;}

.cp_ipselect {
	overflow: hidden;
	text-align: center;}

.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {display: none;}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 2px solid #b1b1b1;
	border-radius: 2px;
	background: #ffffff;
}

.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

	
textarea {overflow: auto;}


input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	background-color: #FEFFE8;
	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	margin: 1em auto 0;
	display: block;
	max-width: 400px;
	padding: .5em 4em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing:.2em;
	line-height: normal;
	cursor: pointer;
	background-color: #000;
	-webkit-appearance: none;
	border: none
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background-color: #666;
	color: #fff;
  	text-shadow: 0 -1px rgba(0, 0, 0, .4);
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	position: relative;
	top:1px;
}

@media only screen and (max-width: 670px) {
	#contact_form input[type="txet"],textarea{padding: .4em .5em;}
	#contact_form input.rwdi,textarea.rwdi{width:100% !important;padding: .8em;}
	.cp_ipselect{width: 100%;}
	#page_contact .mwform-checkbox-field{display: block;margin: 0}
}
@media screen and (min-width: 671px) {
	#contact_form input,textarea{}
	#contact_form input.rwdi,textarea.rwdi{width:100% !important;padding: 1em;}
}


.select-css {
	display: block;
	font-size: 1.1em;
	line-height: 1.3;
	margin: .5em 0;
	padding: .6em 2em .5em .8em;
	max-width: 100%; 
	box-sizing: border-box;
	border: 2px solid #b1b1b1;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .3em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222; 
	outline: none;
}
.select-css option {
	font-weight:normal;
}


