@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}
.con_reservations_intro, .con_reservations {
	max-width: 1280px;
	margin: auto;
}
@media only screen and (min-width: 1025px) {
  .con_reservations_intro, .con_reservations {
		padding-left: 20px;
		padding-right: 20px;
  }
}
@media print {
  .con_reservations_intro, .con_reservations {
		padding-left: 20px;
		padding-right: 20px;
  }
}
.ie8 .con_reservations_intro, .ie8 .con_reservations {
	padding-left: 20px;
	padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_reservations_intro, .con_reservations {
		width: 92%;
  }
}

.con_reservations:after {
	content: "";
	display: table;
	clear: both;
}

/*Animate */
/* -----------------------------------------------------------
	.con_pgtitle ページタイトル
----------------------------------------------------------- */
.con_pgtitle.sub {
	background-image: url(../banquet/packages/reservations/images/img_titlesub.jpg);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pgtitle.sub {
		background-position: -300px 45px !important;
  }
}
.con_pgtitle h1 {
	text-shadow: 0 0 24px #8b6a48;
}

/* -----------------------------------------------------------
    .con_reservations_intro
----------------------------------------------------------- */
.con_reservations_intro {
	margin-bottom: 80px;
	margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservations_intro {
		margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservations_intro {
		margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservations_intro {
		margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservations_intro {
		margin-top: 20px;
  }
}
.con_reservations_intro .title {
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservations_intro .title {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservations_intro .title {
		margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_reservations_intro .box_intro {
		width: 85%;
		margin: 0 auto;
  }
}
@media print {
  .con_reservations_intro .box_intro {
		width: 85%;
		margin: 0 auto;
  }
}
.ie8 .con_reservations_intro .box_intro {
	width: 85%;
	margin: 0 auto;
}
.con_reservations_intro .box_intro .st_basic {
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservations_intro .box_intro .st_basic {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservations_intro .box_intro .st_basic {
		margin-bottom: 15px;
  }
}
.con_reservations_intro .box_intro .txt_intro {
	text-align: center;
	margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservations_intro .box_intro .txt_intro {
		margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservations_intro .box_intro .txt_intro {
		margin-bottom: 30px;
  }
}
.con_reservations_intro .box_intro .txt_intro a {
	color: #940045;
	text-decoration: underline;
}
.con_reservations_intro .box_intro .txt_intro .required {
	background: #eee;
	color: #940045;
	display: inline-block;
	padding: 0 .5em;
	margin-right: 3px;
	font-size: 88%;
}
.con_reservations_intro .box_intro .btn {
	width: 300px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_reservations_intro .box_intro .btn {
		width: 100%;
  }
}
.con_reservations_intro .box_step {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservations_intro .box_step {
		width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservations_intro .box_step {
		width: 95%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservations_intro .box_step {
		margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservations_intro .box_step {
		margin-bottom: 40px;
  }
}
.con_reservations_intro .box_step li {
	padding: 0 1em;
	text-align: center;
	background: #fff;
	color: #000;
}
@media only screen and (max-width: 767px) {
  .con_reservations_intro .box_step li {
		font-size: 88%;
  }
}
.con_reservations_intro .box_step li:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 40%;
	left: 0;
	z-index: -1;
}
.con_reservations_intro .box_step li i {
	color: #940045;
	display: block;
	font-size: 250%;
	line-height: 1.1;
	opacity: 0.3;
}
@media only screen and (max-width: 767px) {
  .con_reservations_intro .box_step li i {
		font-size: 188%;
  }
}
.con_reservations_intro .box_step li.now {
	color: #000;
}
.con_reservations_intro .box_step li.now i {
	opacity: 1;
}

/* -----------------------------------------------------------
    con_reservations
----------------------------------------------------------- */
.con_reservations {
	margin-bottom: 3em;
}
.con_reservations .tbl_primary {
	width: 100%;
	margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservations .tbl_primary {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservations .tbl_primary {
		margin-bottom: 15px;
  }
}
.con_reservations .tbl_primary tr {
	border: 1px solid #ddd;
	width: 100%;
}
.con_reservations .tbl_primary th, .con_reservations .tbl_primary td {
	padding: 0.6em 1.5em;
	border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .con_reservations .tbl_primary th, .con_reservations .tbl_primary td {
		padding: 0.6em 1em;
		width: 100%;
		display: block;
  }
}
.con_reservations .tbl_primary th input, .con_reservations .tbl_primary th select, .con_reservations .tbl_primary td input, .con_reservations .tbl_primary td select {
	border: 1px solid #acacac;
	padding: 0.3em 1em;
}
@media only screen and (max-width: 767px) {
  .con_reservations .tbl_primary th input, .con_reservations .tbl_primary th select, .con_reservations .tbl_primary td input, .con_reservations .tbl_primary td select {
		width: 100%;
		padding: 0.3em 0.8em;
  }
}
.con_reservations .tbl_primary th {
	width: 25%;
	overflow: hidden;
	text-align: left;
	background: #f2ede9;
	font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservations .tbl_primary th {
		width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservations .tbl_primary th {
		width: 100%;
  }
}
.con_reservations .tbl_primary th .required {
	float: right;
	color: #cc0000;
	padding-left: 0.5em;
	font-size: .8em;
	line-height: 2.5;
	background: #fff;
	color: #940045;
	display: inline-block;
	padding: 0 .5em;
	margin-right: 3px;
	font-size: 88%;
}
.con_reservations .tbl_primary .company input {
	width: 80%;
}
@media only screen and (max-width: 767px) {
  .con_reservations .tbl_primary .company input {
		width: 100%;
  }
}
.con_reservations .tbl_primary .name input {
	width: 40%;
	margin-right: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservations .tbl_primary .name input {
		width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservations .tbl_primary .name input {
		width: 100%;
		margin: 0.3em 0;
  }
}
.con_reservations .tbl_primary .input_age input {
	width: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservations .tbl_primary .input_age input {
		width: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservations .tbl_primary .input_age input {
		width: 30%;
  }
}
.con_reservations .tbl_primary .email input {
	width: 80%;
	border: 1px solid #acacac;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservations .tbl_primary .email input {
		width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservations .tbl_primary .email input {
		width: 100%;
  }
}
.con_reservations .tbl_primary .tel input {
	width: 60%;
	border: 1px solid #acacac;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservations .tbl_primary .tel input {
		width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservations .tbl_primary .tel input {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservations .tbl_primary .use .datepicker {
		width: 68%;
  }
}
.con_reservations .tbl_primary .use .chkymd {
	width: 30%;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
  .con_reservations .tbl_primary .use .chkymd {
		width: 27%;
  }
}
.con_reservations .tbl_primary .day input {
	width: 30%;
	border: 0;
	background: url(../images/common/ic_calender.png) right center no-repeat;
	border: 1px solid #acacac;
}
@media only screen and (max-width: 1024px) {
  .con_reservations .tbl_primary .day input {
		width: 160px;
		font-size: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservations .tbl_primary .day input {
		width: 100% !important;
  }
}
.con_reservations .tbl_primary .select select {
	width: 45%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservations .tbl_primary .select select {
		width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservations .tbl_primary .select select {
		width: 100%;
  }
}
.con_reservations .tbl_primary .text textarea {
	width: 95%;
	height: 150px;
	border: 1px solid #acacac;
}
@media only screen and (max-width: 767px) {
  .con_reservations .tbl_primary .text textarea {
		width: 100%;
  }
}
.con_reservations .txt_next {
	text-align: center;
	margin-bottom: 15px;
	font-size: 88%;
}
@media only screen and (max-width: 767px) {
  .con_reservations .txt_next {
		text-align: left;
  }
}
.con_reservations .box_accedence {
	text-align: center;
	background: #f2ede9;
	padding: 1em 0;
	margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservations .box_accedence {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservations .box_accedence {
		margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_reservations .box_accedence {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
  }
}
@media print {
  .con_reservations .box_accedence {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
  }
}
.ie8 .con_reservations .box_accedence {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .con_reservations .box_accedence {
		font-size: 88%;
  }
}
.con_reservations .box_accedence a {
	color: #940045;
}
.con_reservations .btn_submit {
	position: relative;
	text-align: center;
	display: block;
	margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .con_reservations .btn_submit {
		width: 30%;
  }
  .con_reservations .btn_submit:hover input[type="submit"] {
		color: #940045 !important;
		background: none;
  }
  .con_reservations .btn_submit:hover:after {
		color: #940045;
  }
}
@media print {
  .con_reservations .btn_submit {
		width: 30%;
  }
  .con_reservations .btn_submit:hover input[type="submit"] {
		color: #940045 !important;
		background: none;
  }
  .con_reservations .btn_submit:hover:after {
		color: #940045;
  }
}
.ie8 .con_reservations .btn_submit {
	width: 30%;
}
.ie8 .con_reservations .btn_submit:hover input[type="submit"] {
	color: #940045 !important;
	background: none;
}
.ie8 .con_reservations .btn_submit:hover:after {
	color: #940045;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservations .btn_submit {
		width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservations .btn_submit {
		width: 100%;
  }
}
.con_reservations .btn_submit input[type="submit"] {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	border: 2px solid #940045;
	padding: 1em;
	background: #940045;
	color: #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	display: block;
	width: 100%;
}
.con_reservations .btn_submit input[type="submit"]:hover {
	text-decoration: none !important;
	color: #940045 !important;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .con_reservations .btn_submit input[type="submit"]:hover {
		color: #FFF !important;
  }
}
.con_reservations .btn_submit input[type="submit"][disabled] {
	background: #dddddd;
	border: 2px solid #dddddd;
	color: #5f5a60;
}
.con_reservations .btn_submit input[type="submit"][disabled]:hover {
	color: #5f5a60 !important;
	cursor: not-allowed;
}
.con_reservations .btn_submit:after {
	position: absolute;
	right: 1em;
	content: "→";
	color: #fff;
	z-index: 2;
	top: 30%;
}
.con_reservations .box_btn01 {
	margin: 2em 0;
	text-align: center;
	margin: 0 auto;
}
.con_reservations .box_btn01 .btn {
	width: 320px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_reservations .box_btn01 .btn {
		width: 100%;
  }
}
.con_reservations .box_btn01 .btn a {
	padding: 1em;
}
.con_reservations .box_btn02 {
	margin: 2em 0;
	display: flex;
	justify-content: center;
}
@media only screen and (max-width: 767px) {
  .con_reservations .box_btn02 {
		display: block;
  }
}
.con_reservations .box_btn02 .btn {
	margin: 0;
	margin-left: 1%;
	display: inline-block;
}
.con_reservations .box_btn02 .btn:first-child {
	margin-left: 0;
}
.con_reservations .box_btn02 .btn a, .con_reservations .box_btn02 .btn input {
	width: 320px;
	display: inline-block;
	text-align: center;
	padding: 1em;
}
@media only screen and (max-width: 767px) {
  .con_reservations .box_btn02 .btn a, .con_reservations .box_btn02 .btn input {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservations .box_btn02 .btn {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
  }
}
.con_reservations .box_btn02 .btn.btn_next input {
	border: 2px solid #000;
}

/* -----------------------------------------------------------
	.box_intro　送信完了
----------------------------------------------------------- */
.box_thanks {
	margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_thanks {
		margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .box_thanks {
		margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .box_thanks {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
  }
}
@media print {
  .box_thanks {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
  }
}
.ie8 .box_thanks {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.box_thanks h2 {
	text-align: center;
	margin-bottom: 15px;
}
.box_thanks .txt {
	text-align: center;
	margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_thanks .txt {
		margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .box_thanks .txt {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .box_thanks .txt {
		text-align: left;
  }
}
.box_thanks .btn {
	width: 300px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .box_thanks .btn {
		width: 100%;
  }
}

/* appearance設定
----------------------------------------------------------- */
button, input[type="text"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"] {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 5px;
	-webkit-appearance: normal;
	-moz-appearance: normal;
	appearance: normal;
}

button {
	border: none;
	cursor: pointer;
	background: none;
	padding: 0;
	margin: 0;
}

textarea,
input[type="text"] {
	padding: 5px;
	border: 1px solid #ccc;
}

select {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	border: 1px solid #ccc;
	padding-right: 25px !important;
	background: #fff url(../images/common/ic_arrow_down.png) right center no-repeat;
	background-size: 8%;
}

select::-ms-expand {
	display: none;
}

select {
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}

textarea {
	-webkit-appearance: none;
	border: 1px solid #ccc;
	background: #fff;
}
