﻿
form {
	letter-spacing: 0.15em;
	-webkit-appearance: none;
	position: relative;
	z-index: 9;
	text-align: left;
}

form span{
	display: block;
	margin-bottom: 30px;
}

form dd {
	margin: 10px 0;
}

select{
	font-size: 1em;
	border:1px;
	background-color: #fff;
	color: #262626!important;
	height: 40px;
	padding: 0 3%;
	border: 1px solid rgba(0, 0, 0, 0.32);
	box-shadow: none;
	outline: none;
	border-radius: 0px;
}

option{
	margin: 0;
}

input::placeholder, textarea::placeholder{
	color: #bbb;
}

input[type=text] {
	width: 75%;
	padding: 2%;
	color: #262626;
	background: #fff;
	border-radius: 0px;
	-webkit-appearance: none;
	border: 0;
	box-shadow: none;
	outline: none;
	box-sizing: border-box;
	font-size: 1em!important;
}

textarea {
	width: 75%;
	border: 1px solid #ddd;
	padding: 2%;
	color: #262626!important;
	border-radius: 0px;
	-webkit-appearance: none;
	border: 0;
	box-sizing: border-box;
	box-shadow: none;
	outline: none;
	font-size: 1em!important;
}

input#submit_button {
	position: relative;
	width: 100%!important;
	max-width: 300px;
	padding: 30px 10px 30px 10px; 
	display: block;
	margin: auto;
	margin-top: 30px;
	/*margin-top: -30px;*/
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 0.15em;
	background-color: #fff;
	box-shadow: none;
	border: none!important; 
	background: -moz-linear-gradient(top, #e856ad, #c43fa8);
	background: -webkit-linear-gradient(top, #e856ad, #c43fa8);
	background: linear-gradient(to bottom, #e856ad, #c43fa8);
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

input#submit_button:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
	transition: 0.2s linear;
}

textarea:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
	transition: 0.2s linear;
}


.fm_box {
	width:100%;
	margin: auto;
	text-align: left;
	display: flex;
	margin-bottom: 20px;
}

.fm_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 1px #e856ad;
	padding: 3% 0;
}


.fm_tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width:22%;
	line-height: 1em;
	font-weight: 500;
	font-size: 1em;
	padding-bottom: 8px;
}

.fm_tit dd {
	display: inline;
	font-size: 0.75em;
	background-color: #e856ad;
	color: #fff;
	padding: 1.2px 6px 1.4px 8px;
	letter-spacing: 0.2em;
	margin-left: 8px;
}


.fm_txt {
	color: #262626;
	margin-bottom: 0px;
	width : -webkit-calc(100% - 110px);
	width : calc(100% - 110px);
}

.flex {
	display: block;
}

.fm_border {
	width: 100%;
	display: block;
	border: solid 1px #ccc;
	padding: 4% 3% 3% 3%;
	line-height: 2em;
	margin-bottom: 20px;
	background: rgba(0,0,0,0.3);
}

.fm_border p{
	margin: 0 0 5px 0;
}

.fm_border span{
	display: inline;
	margin: 0 5px 0 3px;
}

@media (max-width:600px){
	
	.fm_block {
		display: block;
		padding: 4% 0;
	}
	
	.fm_tit {
		width: 100%;
		justify-content: flex-start;
	}
	
	.fm_tit p {
		margin-right: 0.5em;
	}
	
	input[type=text],textarea {
		width: 100%;
		padding: 3%;
	}
	
	input#submit_button {
		max-width: 250px;
		padding: 25px 10px; 
	}
	
}

@media (max-width:480px){
	
	.fm_box {
		display: block;
	}
		
	.fm_txt {
		width:100%
	}
	
}

.input-name{
	display: flex;
	justify-content: space-between;
}

.input-name input{
	width: 48.5%;
}

.input-tel{
	display: flex;
	justify-content:flex-start;
}

.input-tel span{
	font-size: 1.7em;
	margin: 0 0.2em 0 0.3em;
}

.input-tel input{
	width: 80px;
}
	

.check-list p{
	display: block;
	background-color: #fff;
	margin-bottom: 1px;
	color: #262626;
	padding: 17px;
	transition: 0.4s;
}

.check-list p:hover{
	opacity: 0.8;
}

input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #00bedd;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}*

.terms-box{
	width: 100%;
	height: 200px;
	padding: 10px 15px;
	font-size: 0.9em;
	overflow-y: scroll;
	background: rgba(0,0,0,0.3);
	border: solid 1px #fff;
}

.terms-box p {
	margin-bottom: 7px;
}

.terms-box span{
	font-weight: 600;
	display: block;
	text-indent: -0.5em;
	margin-bottom: 7px;
}

.terms-box a{
	font-weight: 600;
}


.thx-room {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.thx-block {
	width: 100%;
	max-width: 600px;
	margin: 0 5%;
}

.thx-block p {
	color: #7a0149;
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 1em;
	border-bottom: solid 1px #e856ad;
	display: inline-block;
	padding: 0.3em 0;
}

.thx-block p span,
.thx-block dd span {
	display: inline-block;
}

.thx-block dd {
	line-height: 1.8em;
}


.thx-block dl {
	width: 100%;
	max-width: 100px;
	margin: auto;
	margin-top: 15px;
}

.thx-bg {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.2);
}

.bt-thx-back {
	position: relative;
	width: auto;
	display: inline-block;
	padding: 10px 15px;
	min-width: 100px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.15em;
	background-color: #fff;
	box-shadow: none;
	border: none!important; 
	background: -moz-linear-gradient(top, #e856ad, #c43fa8);
	background: -webkit-linear-gradient(top, #e856ad, #c43fa8);
	background: linear-gradient(to bottom, #e856ad, #c43fa8);
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}







