@charset "utf-8";
#reserve #page,
#reserve #contents,
#reserve #header {
	min-width: 800px;
}

@media only screen and (max-width: 928px) {
  #reserve #page,
  #reserve #contents,
  #reserve #header {
	min-width: 0;
  }
}
#reserve #contents {
	min-height: 800px;
}

@media only screen and (max-width: 928px) {
  #reserve #contents {
	min-height: 550px;
  }
}
/*----------------------------------------------------
	.con_intro
----------------------------------------------------*/
.con_intro {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 50px;
	text-align: center;
}
.con_intro h2 {
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.2ex;
}
.con_intro .headline {
	font-size: 3.3rem;
	font-weight: bold;
	padding-top: 30px;
	letter-spacing: 0.1ex;
}
.con_intro .txt {
	padding-top: 30px;
	line-height: 2;
	letter-spacing: 0.1ex;
}
.con_intro .con_tel {
	padding-top: 35px;
}
.con_intro .con_tel .st {
	font-weight: bold;
	letter-spacing: 0.1ex;
}
.con_intro .con_tel .tel {
	padding-top: 12px;
	width: 316px;
	margin: 0 auto;
}
.con_intro .con_tel .tel img {
	display: block;
}
.con_intro .con_tel .open {
	padding-top: 12px;
	width: 316px;
	margin: 0 auto;
}
.con_intro .con_tel .open img {
	display: block;
}

@media only screen and (max-width: 928px) {
  .con_intro {
	width: 100%;
	padding: 20px 0 35px;
  }
  .con_intro h2 {
	font-size: 1.6rem;
  }
  .con_intro .headline {
	font-size: 2.6rem;
	padding-top: 8px;
  }
  .con_intro .txt {
	text-align: justify;
	padding: 8px 20px 0;
	line-height: 2;
	letter-spacing: normal;
	font-size: 1.3rem;
  }
  .con_intro .txt br {
	display: none;
  }
  .con_intro .con_tel {
	padding-top: 20px;
  }
  .con_intro .con_tel .st {
	letter-spacing: 0.1ex;
  }
  .con_intro .con_tel .tel {
	width: 90%;
  }
  .con_intro .con_tel .open {
	width: 70%;
  }
}
/*----------------------------------------------------
	.con_form
----------------------------------------------------*/
#sendform.confirm dl.comment {
	border-bottom: 1px solid #ccc;
}
#sendform.confirm dl.access .con_access {
	display: none;
}
#sendform.confirm dl.num span {
	vertical-align: middle;
}
#sendform.confirm dl.num .cap {
	width: auto;
	margin-right: 1ex;
}
#sendform.confirm dl.num .adult, #sendform.confirm dl.num .child {
	display: inline-block;
	margin-right: 1em;
	padding: 0;
}
#sendform.confirm dl.num .con_select {
	width: auto;
}

.con_form {
	width: 760px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 80px;
	border-bottom: 2px solid #000;
}
.con_form .loading {
	width: 40px;
	height: 40px;
	background: url(../images/common/loader.gif) center center no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -20px;
}
.con_form .box_form {
	border-top: 2px solid #000;
	padding: 8px 0 12px;
	width: 100%;
}
.con_form .box_form .st_question {
	border-top: 2px solid #000;
	padding: 15px 0 10px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1ex;
}
.con_form .box_form dl {
	width: 100%;
	display: table;
	table-layout: fixed;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
.con_form .box_form dl:first-child {
	border-top: none;
}
.con_form .box_form dl.event dt, .con_form .box_form dl.event dd {
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 6px;
}
.con_form .box_form dl.mail .guidetxt {
	display: block;
	padding-top: 6px;
	font-size: 1.2rem;
	font-weight: bold;
}
.con_form .box_form dl.num dd > span {
	padding-top: 5px;
}
.con_form .box_form dl.num dd > span:first-child {
	padding-top: 0;
}
.con_form .box_form dl.num dd > span span {
	display: inline-block;
}
.con_form .box_form dl.num dd > span span.cap {
	width: 3.5em;
}
.con_form .box_form dl.access .con_access {
	padding: 6px 0;
}
.con_form .box_form dl.access .con_access li {
	display: inline-block;
	margin-right: 1em;
}
.con_form .box_form dl.access .con_access.err:after {
	content: "必須項目です";
	display: inline-block;
	color: #a10000;
	margin-left: 1em;
	vertical-align: middle;
}
.con_form .box_form dl.comment {
	padding-bottom: 12px;
}
.con_form .box_form dl.comment .guidetxt {
	display: block;
	padding-top: 6px;
	font-size: 1.2rem;
}
.con_form .box_form dl.question {
	border-top: none;
	/* border-bottom: 1px solid #ccc; */
  margin-bottom: 50px;
}
.con_form .box_form dl.question span select {
	width: 70%;
}
.con_form .box_form dl.question .guidetxt {
	padding: 6px 0 10px;
}
.con_form .box_form dl.req dt:after {
	content: "必須";
	display: inline-block;
	font-size: 1.1rem;
	padding: 2px 4px;
	background: #a10000;
	color: #fff;
	letter-spacing: 0.5ex;
	text-indent: 0.5ex;
	margin-left: 10px;
	margin-top: -2px;
	vertical-align: middle;
}
.con_form .box_form dl dt {
	display: table-cell;
	width: 16em;
	font-size: 1.4rem;
	vertical-align: top;
	padding: 6px 0 0 0.8em;
}
.con_form .box_form dl dd {
	vertical-align: top;
	display: table-cell;
	padding-right: 1em;
}
.con_form .box_form dl dd span {
	display: block;
}
.con_form .box_form dl dd span input[type=text] {
	width: 70%;
}
.con_form .box_form dl dd .err {
	color: #a10000;
}
.con_form .box_form dl dd .note {
	padding-top: 6px;
	font-size: 1.2rem;
	color: #666;
}
.con_form .box_form dl dd .txt_confirm {
	padding: 4px 0;
	display: block;
	min-height: 28px;
}
.con_form .con_submit {
	padding-top: 30px;
	text-align: center;
	width: 450px;
	overflow: hidden;
	margin: 0 auto;
}
.con_form #fail {
	display: none;
}
.con_form #fail .st {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.con_form #fail .txt {
	padding-top: 25px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.8;
}

@media only screen and (max-width: 928px) {
  .con_form {
	width: 100%;
	padding: 0 20px 50px;
  }
  .con_form .box_form {
	padding: 8px 0 12px;
  }
  .con_form .box_form .st_question {
	padding: 15px 0 10px;
	font-size: 1.8rem;
	letter-spacing: normal;
  }
  .con_form .box_form dl {
	width: 100%;
	display: block;
	padding: 10px 0;
  }
  .con_form .box_form dl.mail .guidetxt {
	padding-top: 4px;
	font-size: 1.1rem;
  }
  .con_form .box_form dl.mail .guidetxt br {
	display: none;
  }
  .con_form .box_form dl.num dd > span {
	letter-spacing: -0.4em;
  }
  .con_form .box_form dl.num dd > span span {
	letter-spacing: normal;
	font-size: 1.3rem;
  }
  .con_form .box_form dl.num dd > span span.con_select {
	width: -webkit-calc(100% - 3.5em);
	width: calc(100% - 3.5em);
  }
  .con_form .box_form dl.access .con_access {
	padding: 6px 0;
  }
  .con_form .box_form dl.access .con_access li {
	font-size: 1.3rem;
  }
  .con_form .box_form dl.access .con_access.err:after {
	font-size: 1.3rem;
  }
  .con_form .box_form dl.comment {
	padding-bottom: 12px;
  }
  .con_form .box_form dl.comment .guidetxt {
	padding-top: 4px;
	font-size: 1.1rem;
  }
  .con_form .box_form dl.question span select {
	width: 100%;
  }
  .con_form .box_form dl.question .guidetxt {
	padding: 0 0 4px;
	font-size: 1.3rem;
  }
  .con_form .box_form dl.req dt:after {
	font-size: 1.0rem;
	padding: 1px 4px;
  }
  .con_form .box_form dl dt {
	display: block;
	width: 100%;
	font-size: 1.3rem;
	padding: 0 0 4px 0;
  }
  .con_form .box_form dl dd {
	vertical-align: top;
	display: block;
	padding-right: 0;
  }
  .con_form .box_form dl dd span input[type=text] {
	width: 100%;
  }
  .con_form .box_form dl dd .note {
	padding-top: 6px;
	font-size: 1.1rem;
  }
  .con_form .con_submit {
	padding-top: 20px;
	width: 100%;
  }
  .con_form #fail .st {
	font-size: 1.6rem;
  }
  .con_form #fail .txt {
	padding-top: 20px;
	font-size: 1.3rem;
	text-align: justify;
  }
  .con_form #fail .txt br {
	display: none;
  }
}
/* -----------------------------------------------------------
	form
----------------------------------------------------------- */
input[type=text], select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	display: block;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 1.4rem;
	color: #000;
	padding: 0 1ex;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none;
	background: #fff;
	width: 100%;
}

input[type=text], select {
	height: 2.4em;
}

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

select {
	width: 300px;
	height: 2.4em;
	appearance: none;
	text-indent: .01px;
	/*Firefox用*/
	text-overflow: "";
	/*Firefox用*/
	padding: 0 5ex 0 1ex;
	background: url(../contact/images/btn_select.png) right center no-repeat white;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

select:disabled {
	background: #ddd;
}

input[type=text]:disabled {
	border: none;
	padding-left: 0;
	background: transparent;
}

input[type="button"],
input[type="submit"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	text-align: center;
	margin: 0 auto;
	width: 212px;
	background: #000;
	color: #fff;
	font-size: 1.8rem;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	letter-spacing: 0.1ex;
	text-indent: 0.1ex;
	cursor: pointer;
	display: block;
	padding: 1.8ex 0 2ex;
	line-height: 1;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: opacity 200ms linear 0;
	-o-transition: opacity 200ms linear 0;
	-ms-transition: opacity 200ms linear 0;
	transition-property: opacity;
	transition-duration: 200ms;
	transition-timing-function: linear;
	transition-delay: 0;
}
input[type="button"]:hover,
input[type="submit"]:hover {
	opacity: 0.7;
}
input[type="button"]#submit,
input[type="submit"]#submit {
	float: right;
}
input[type="button"]#back,
input[type="submit"]#back {
	float: left;
	background: #666;
}

input[type=radio],
input[type=checkbox] {
	opacity: 0;
	display: block;
	position: absolute;
}

input[type=radio] + label,
input[type=checkbox] + label {
	display: inline-block;
	position: relative;
	padding: 0 0 0 28px;
	vertical-align: middle;
	cursor: pointer;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
	box-sizing: border-box;
}
input[type=radio]:checked + label:after,
input[type=checkbox]:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
}

input[type=radio] + label:before {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
input[type=radio]:checked + label:after {
	width: 8px;
	height: 8px;
	left: 6px;
	margin-top: -4px;
	background: #a10000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

input[type=checkbox] + label:before {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
input[type=checkbox]:checked + label:after {
	width: 10px;
	height: 5px;
	border-bottom: 2px solid #a10000;
	border-left: 2px solid #a10000;
	left: 4px;
	margin-top: -5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (max-width: 928px) {
  input[type=text], select, textarea {
	font-size: 1.3rem;
	padding: 0.4ex 1ex;
  }

  input[type=text]:disabled {
	padding-right: 0;
	width: auto;
	-webkit-text-fill-color: #000;
	opacity: 1;
  }

  select {
	width: 100%;
  }

  input[type="button"],
  input[type="submit"] {
	width: 180px;
	margin: 0 auto;
	padding: 1.8rem 0;
  }
  input[type="button"]:hover,
  input[type="submit"]:hover {
	opacity: 1;
  }
  input[type="button"]#submit,
  input[type="submit"]#submit {
	float: none;
  }
  input[type="button"]#back,
  input[type="submit"]#back {
	float: none;
	margin-top: 10px;
  }
}
/* -----------------------------------------------------------
	.con_btnclose
----------------------------------------------------------- */
.con_btnclose {
	padding: 80px 0 50px;
	text-align: center;
}
.con_btnclose a {
	display: inline-block;
	padding: 10px 50px;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.3ex;
	text-indent: 0.3ex;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.form_attention {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #f5f5f5;
  margin: 20px auto 0;
}
.form_attention h4 {
  font-size: 15px;
  margin: 0 0 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
.form_attention p {
  letter-spacing: .5px;
}
.form_attention p a {
  color: #c30d23;
  text-decoration: underline !important;
}
@media only screen and (max-width: 928px) {
  .form_attention p {
    font-size: 13px;
  }
}
dl.douichekkubtn.req {
    text-align: left;
    background: #dadada;
    padding-left: 2.5%;
}
p.douierr_text {
    color: #a10a01;
    display: none;
}
#confirm {
  transition:all 0.3s linear;
}
#confirm[disabled] {
  background:#dadada;
  cursor: default;
}
#confirm[disabled]:hover {
  opacity: 1;
}

.com_btn_home {
  margin-bottom:120px;
}
.com_btn_home a {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 3px solid #000;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1ex;
  padding: 10px 0;
  width: 240px;
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
  transition-delay: 0ms;
}
.com_btn_home a:hover {
    color: #fff;
    background: #000;
}
@media only screen and (max-width: 767px) {
  .com_btn_home {
    margin-bottom:60px;
  }
}