@charset "utf-8";

.csnkformUnderline {
  text-decoration: underline
}



.dSp,
.dSpInline {
  display: none;
}


.dOneLine {
  display: inline-block;
}

/*##### Google reCaptcha #####*/
.grecaptcha-badge {
  z-index: 2;
  bottom: 100px !important;
}

/*##### boxCsnkForm #####*/
.boxCsnkFormWrap {
  box-sizing: border-box;
}


.boxCsnkFormWrap * {
  box-sizing: border-box;
}

.boxCsnkForm {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}


.boxCsnkForm .ttlCsnkForm01 {
  margin-top: 1.0em;
  margin-bottom: 0.5em;
  padding: 0.2em 0.5em;
  background-color: #eee;
  font-size: 1.5rem;
  font-weight: 700;
}


.boxCsnkFormTop,
.boxCsnkFormBottom {
  margin-bottom: 3.8em;
}

.boxCsnkFormBottom {
  margin-top: 7.0em;
}

.boxCsnkFormTop .ulCsnkFormTop > li,
.boxCsnkFormBottom .ulCsnkFormBottom > li {
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.2em;
  font-weight: 700;
}



.boxCsnkFormTop .dlCaution01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  font-weight: 700;
}

.boxCsnkFormTop .dlCaution01 > dt {
  margin-right: 0.5em;
}


.csnkForm :placeholder-shown {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #bbb;
}
.csnkForm ::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #bbb;
}
.csnkForm :-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #bbb;
}
.csnkForm ::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #bbb;
}
.csnkForm :-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #bbb;
}

.csnkForm input {
  vertical-align: middle;
}

.csnkForm input[type="text"],
.csnkForm input[type="email"],
.csnkForm input[type="number"],
.csnkForm input[type="date"],
.csnkForm select,
.csnkForm textarea {
  width: 100%;
  padding: 0.5em 1.0em;
  border: 0;
  background-color: #f2f2f2;
  color: #111;
	min-height:36px;
	border-radius: 3px;
}

.csnkForm input.addMw1[type="text"],
.csnkForm input.addMw01[type="text"],
.csnkForm input.addMw01[type="text"] {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.csnkForm input.addMl01[type="text"],
.csnkForm input.addMl01[type="text"],
.csnkForm input.addMl01[type="text"] {
  margin-left: 0.5em;
}

.csnkForm input.addMr01[type="text"],
.csnkForm input.addMr01[type="text"],
.csnkForm input.addMr01[type="text"] {
  margin-right: 0.5em;
}

.csnkForm input.w100px[type="text"] {
  max-width: 100px;
}
.csnkForm input.w150px[type="text"] {
  max-width: 150px;
}
.csnkForm input.w200px[type="text"] {
  max-width: 200px;
}




.csnkForm input[type="date"] {
  max-width: 150px;
  padding: 0.393em 1.0em;
  border-radius: 0;
  outline: 0;
  font-family: inherit;
  font-size: inherit;
}





.csnkForm input[name="email"] + input[name="email2"] {
  margin-top: 0.5em;
}

.csnkForm input[name="reservation_num"] {
  width: 10em;
}

.csnkForm input[type="checkbox"] {
  margin-right: 0.5em;
}

.csnkForm input[name="zipcode"] {
  width: 15em;
}

.csnkForm input[name="address"] {
  max-width: 100%;
}

.csnkForm input[name="age"] {
  width: 5em;
}

.csnkForm input[name="del_attach0"],
.csnkForm input[name="del_attach1"] {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 0.5em;
  border: 0;
  background-color: transparent;
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 1.5rem;
  cursor: pointer;
}

.csnkForm textarea {
  width: 100%;
  height: 13em;
  font-family: inherit;
  color: #111;
}
.csnkForm textarea[name="height"] {
  height: 10em;
}
.csnkForm textarea[name="my_license"]{
	 height: 6em;
}

.csnkForm .boxRadioWrap {
      padding: 13px;
}

.csnkForm .ulRadio {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.csnkForm .ulRadio.typeRow {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.csnkForm .ulRadio > li {
  margin-right: 1.5em;
  margin-bottom: 0.3em;
}


.csnkForm .boxFileWrap {
  /*padding-top: 0.8em;*/
}

.csnkForm .dlForm > dd .icnAttachPdf,
.csnkForm .dlForm > dd .icnAttachExcel,
.csnkForm .dlForm > dd .icnAttachWord {
  width: 80px;
}

.csnkForm .dlForm > dd p:not([class]) {
  display: none;
}

.csnkForm .boxCheckboxWrap {
  padding-top: 0.9em;
}

.csnkForm .ulCheckbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.csnkForm .ulCheckbox.typeRow {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.csnkForm .ulCheckbox > li {
  margin: 0.5em 1.5em 0.5em 0
}


.csnkForm .boxError {
  padding-top: 0.5em;
  text-align: left;
}
.boxFormPrivacy .boxError{
	text-align: center;
}
.csnkForm .txtError {
  color: #e15b7c;
	font-weight: bold;
}

.csnkForm .txtError.typeAddressOne {
  position: relative;
  top: -1.0em;
}

.csnkForm .dlForm {

	    display: table;
    width: 100%;
}
.csnkForm .dlForm.addBorder {
  border-bottom: 1px #eee solid;
}
.csnkForm .dlForm.removeBorder {
  border-bottom: 0;
}





.csnkForm .dlForm > dt {
  position: relative;
  width: 25%;
  padding-left: 0;
    display: table-cell;
    padding: 13px;
    background: #fcd2dd;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
    font-weight: normal;
}


.csnkForm.langEn .dlForm > dt {
  padding-left: 1.5em;
}


.csnkForm .dlForm > dt .markRequired,
.csnkForm .dlForm > dt .markNotRequired{
        box-sizing: border-box;
    font-weight: normal;
    font-size: 12px;
    border-radius: 5px;
    letter-spacing: 0.1em;
    display: block;
    width: 4em;
    text-align: center;
}


.csnkForm .dlForm > dt .markRequired{
     background: #e15b7c;
  color: #fff;
}

.boxFormPrivacy .mandatory{
	     background: #e15b7c;
  color: #fff;
	        box-sizing: border-box;
    font-weight: normal;
    font-size: 12px;
    border-radius: 5px;
    letter-spacing: 0.1em;
    width: 4em;
    text-align: center;
	    display: inline-block;
	margin-left: 0.5em;
}

.csnkForm.langEn .dlForm > dt .markRequired {
  background-color: transparent;
  color: #e5151f;
}

.csnkForm .dlForm > dt .markNotRequired {
  /*border: 1px #ccc solid;*/
  background-color: #ddd;
}

.csnkForm .dlForm > dt .markRequired .str2,
.csnkForm .dlForm > dt .markNotRequired .str2 {
  letter-spacing: 0.2em;
}

.csnkForm .dlForm > dd {
    box-sizing: border-box;
    display: table-cell;
    width: 75%;
    padding: 13px;
    border-bottom: 1px solid #fcd2dd;
    vertical-align: middle;
}


.csnkForm .dlForm > dd .boxInputWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}


.csnkForm .dlForm > dd .boxInputWrap .txtZipcodeMark {
  margin-right: 0.5em;
}


.csnkForm .dlForm > dd .boxInputWrap .boxInput {
  display: inline-block;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}

.csnkForm .dlForm.dlZipcode > dd .boxInputWrap .boxInput {
  width: auto;
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput .txtInputAfter {
  margin-left: 0.5em;
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeFlexRow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}


.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday .txtBeforeBirthYear {
  margin-right: 0.5em;
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday .txtBirthYear,
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday .txtBirthMonth,
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday .txtBirthDay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday .txtYear,
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday .txtMonth,
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday .txtDay {
  margin: 0 0.5em;
}

.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday input,
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday input,
.csnkForm .dlForm > dd .boxInputWrap .boxInput.typeBirthday input {
  width: 7em;
}


.csnkForm .dlForm > dd .txtCaution {
  display: inline-block;
  margin-left: 1.5em;
  letter-spacing: 0.03em;
  font-size: 0.9rem;
}


.csnkForm .dlForm > dd label > input[type="radio"],
.csnkForm .dlForm > dd label > input[type="checkbox"] {
  margin-right: 0.3em;
}

.csnkForm .dlForm > dd label > span {
  vertical-align: middle;
  line-height: 1.0;
}

/*郵便番号*/
.boxCsnkFormAddress{
	
}
.boxCsnkFormAddress .boxInputWrap{
	margin-bottom: 10px;
	
}
.boxCsnkFormAddress .boxInputWrap:last-of-type{
	margin-bottom: 0;
}
.boxCsnkFormAddress .boxInputWrap .boxInput{
	display: contents!important;
}

.csnkForm.modeConfirm .dlForm > dd .txtFormInput {
  line-height: 1.4;
}


.boxFormPrivacy {
  margin-top: 16px;
  padding: 1.5em 0;
  text-align: center;
  letter-spacing: 0.1em;
	background-color: #f2f2f2;
	border-radius: 3px;
}



.boxFormSubmit {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 3.5em;
  padding: 2.0em 0 0 0;
  text-align: center;
}

.boxFormSubmit .btnSubmit {
	background: #E788A1;
    color: #fff;
    border-radius: 10px;
    padding: 9px;
    box-sizing: border-box;
    text-align: center;
    width: 140px;
    position: relative;
    font-size: 14px;
    border: none;
    transition: 0.3s;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  letter-spacing: 0.15em;
  font-weight: 700;
  cursor: pointer;
	
}

.boxFormSubmit .btnSubmit:hover {
    opacity: 0.7;
}
.pageLangEn .boxFormSubmit .btnSubmit {
  letter-spacing: normal;
  font-size: 1.3rem;
}




.csnkForm .boxFormSubmit .btnSubmitSend {
  width: 300px;
  margin: 0 0.5em;
}
.pageLangEn .csnkForm .boxFormSubmit .btnSubmitSend {
  width: 370px;
}


.csnkForm .boxFormSubmit .btnSubmitBack {
  width: 300px;
  margin: 0 0.5em;
  background-color: #b7b7b7;
}




.boxCsnkFormThanks .ttlCsnkFormThanks {
  margin-bottom: 20px;
  text-align: center;
    font-size: 20px;
  font-weight: 700;
}


.boxCsnkFormThanksIn {
  text-align: center;
  line-height: 2.0;
}


.boxCsnkFormThanksIn > p + p {
  margin-top: 1.4em;
}



