select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
/*   width: 200px; */
	border: solid 1px #333;
	background-color:#ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

textarea, input, button {
	position: relative;
	border: none;
	outline: 0;
	font-size: 1em;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 7px 10px;
	z-index: 10;
}
input[type="email"],
input[type="text"],
input[type="password"] {
	background-color: #f5f5f5;
	padding: 12px;
	border: solid 1px #333;
	background-color:#ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
input[type="date"] {
	background-color: #f5f5f5;
	padding: 6px 12px;
	border: solid 1px #333;
	background-color:#ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.tex_area {
	background-color: #fff;
	width: 97%;
	height: 200px;
	border: solid 1px #333;
}
.select {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	border: solid 1px #333;
	outline: 0;
	font-size: 1em;
	position: relative;
	background-color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	min-width: 200px;
	overflow: hidden;
}
.select:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e61c";
	position:absolute; z-index:1;
	right: 0px;
	top: 0px;
	font-size: 200%;
}

.select-wrap{
	position:relative;
	overflow:hidden;
	display:inline-block;
	padding: 7px 10px;
	border: solid 1px #333;
	background-color:#ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	min-width: 180px;
	vertical-align: middle;
}
._archiv .select-wrap{
	min-width: 90%;
}
._archiv {
	margin: 20px auto;
}
.select-wrap.size_s {
	min-width: 60px;
	margin: 0 5px;
}
.select-wrap.size_ss {
	min-width: 30px;
	margin: 0 5px;
}

.select-wrap select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	width:100%;
	margin:0;
	background:transparent;
	border:0;
	outline:none;
}

.entypo-down-open-mini:before{
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e61c";
	position:absolute; z-index:1;
	right: 3px;
	top: 3px;
	font-size: 200%;
}
.input-group-addon {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.glyphicon-calendar:after {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e634";
	font-size: 190%;
}
.glyphicon-time:after {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e61c";
	font-size: 190%;
}
.form-group {
	position: relative;
}

.btn_contact {
	padding: 14px 24px 14px 24px;
	background-color: #333;
	border: 2px solid #ccc;
	color: #fff;
	font-weight: 300;
	font-size: 100%;
	text-decoration: none;
	display: inline-block;
	margin-top: 20px;
	letter-spacing: 0.1em;
	cursor: pointer;
}
.btn_contact:hover {
	opacity: 0.6;
}

.iopt_label {
	padding: 10px;
}
input[type='checkbox'] {
	width: 20px;
}
.inline {
	display: inline-block;
	position: relative;
}
.tex_ss {
	width: 150px !important;
	margin: 0 0px;
}
.tex_sss {
	width: 150px !important;
	margin: 0 0px;
	padding: 7px 12px !important;
}
.tex_ssss {
	width: 50px !important;
	margin: 0 4px 0 10px;
	padding: 7px 12px !important;
}

.tex_s {
	width: 220px;
	margin: 0 10px;
}
.tex_m {
	width: 60%;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}

.iopt_label {
    text-align: center;
    margin: 20px auto;
    display: block;
    background-color: #f5f5f5;
    padding: 10px;
    width: 30%;
}
._iopt_label {
    text-align: center;
    margin: 20px 0;
    display: block;
    background-color: #f5f5f5;
    padding: 10px;
    width: 30%;
}

.wpcf7-form-control-wrap {
    position: relative;
    vertical-align: middle;
}

div.wpcf7-validation-errors {
    border: 4px solid #f7e700;
    padding: 25px;
    background: #fff;
}
div.wpcf7-mail-sent-ok {
    border: 4px solid #398f14;
    padding: 25px;
    background: #fff;
    display: none !important;
}

.wpcf7c-conf {
	background-color: #fff !important;
}
input:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.color01 {
    color: #c1272d;
}
.flow_right {
    float: right;
}

._contact {
	background: #f5f5f5;
	padding: 12px;
	margin-top: 24px;
}
.contact_form {
	background: #fff;
	padding: 12px;
}

.table02 {
	width: 100%;
	margin: 10px auto;
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
}
.table02 th {
	display: block;
	font-weight: 500;
}
.table02 th {
	padding: 10px 0 5px;
	vertical-align: middle;
	display: block;
}
.table02 td {
	padding: 5px 0 20px;
	vertical-align: middle;
	display: block;
}
.table02 .txt_top {
	vertical-align: top;
}

.zip_li li {
	margin: 5px auto;
}
.name_li li {
	margin: 5px auto 10px;
}
.name_li {
	margin: 10px auto 10px;
	border-top: 1px solid #c1c1c1;
	padding-top: 10px;
}
.name_li:first-child {
	border: none;
	margin: 0px auto 14px;
	padding-top: 0px;
}

.btn_detail {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	padding: 12px 34px 12px 34px;
	background-color: #ff801e;
	color: #fff;
	font-weight: 300;
	font-size: 100%;
	text-decoration: none;
	display: inline-block;
	margin: 10px 2px 0px;
	position: relative;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 1.5em;
	cursor: pointer;
}

.btn_detail:hover {
	background-color: rgba(255,129,31,0.70);
}

._btn_detail {
    margin: 20px auto 0;
    text-align: center;
}
.birthday_txt {
    display: block;
}
.wedding-select {
    display: none;
}
.tex_ssss {
    width: 88px !important;
    margin: 0 4px 0 0px;
    padding: 7px 12px !important;
}
.tex_m {
    width: 100%;
}
.tex_s {
    width: calc(100% - 2em - 10px);
    margin: 0 0 0 10px;
}
.select-wrap {
    min-width: 100%;
}
.iopt_label {
    text-align: center;
    margin: 20px auto 0;
    display: block;
    background-color: #f5f5f5;
    padding: 10px;
    width: 70%;
}
.tex_area {
    background-color: #fff;
    width: 100%;
    padding: 12px;
    height: 200px;
    border: solid 1px #333;
}
.btn_detail {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    padding: 12px 64px 12px 64px;
    background-color: #ff801e !important;
    color: #fff;
    font-weight: 300;
    font-size: 100%;
    text-decoration: none;
    display: inline-block;
    margin: 10px 2px 0px;
    position: relative;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 1.5em;
    cursor: pointer;
}
.select-wrap.size_ss {
    min-width: 60px;
    margin: 5px 5px;
}
._navWrapper_16dr2_1 {
	display: none;
}

.thanks_contents {
	width: 90%;
	margin: 40px auto;
	font-size: 16px;
	line-height: 1.8em;
}
.thanks_contents h2 {
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 14px;
	font-weight: 600;
	color: #551404;
}
.checkbox .wpcf7-list-item {
	position: relative;
	display: inline-block;
	margin-right: 2em;
	margin-left: 0;
}
.checkbox .wpcf7-list-item .label_list:nth-of-type(1) label input[type="checkbox"] + span::before {
	border-color: #00acc1;
}
.checkbox .wpcf7-list-item .label_list:nth-of-type(1) label input[type="checkbox"]:checked + span::before {
	background-color: #00acc1;
}
.checkbox .wpcf7-list-item .label_list:nth-of-type(2) label input[type="checkbox"] + span::before {
	border-color: #ec407a;
}
.checkbox .wpcf7-list-item .label_list:nth-of-type(2) label input[type="checkbox"]:checked + span::before {
	background-color: #ec407a;
}
.checkbox .wpcf7-list-item label span {
	display: inline-block;
	margin-left: 2em;
}
.checkbox .wpcf7-list-item label input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.checkbox .wpcf7-list-item label input[type="checkbox"] + span::before, .checkbox .wpcf7-list-item label input[type="checkbox"] + span::after {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
.checkbox .wpcf7-list-item label input[type="checkbox"] + span::before {
	z-index: 0;
	background-color: transparent;
	width: 20px;
	height: 20px;
	border: 2px #909090 solid;
	border-radius: 2px;
	top: 3px;
}
.checkbox .wpcf7-list-item label input[type="checkbox"] + span::after {
	z-index: 1;
	margin: 5px 8px;
	width: 6px;
	height: 9px;
	top: 1px;
}
.checkbox .wpcf7-list-item label input[type="checkbox"]:checked + span::before {
	background-color: #909090;
}
.checkbox .wpcf7-list-item label input[type="checkbox"]:checked + span::after {
	border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}
.txt_link {
	text-decoration: underline;
}
.contact_form .table02 p {
	margin: 0;
}