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

 file name  : contact.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
@-moz-keyframes srcoll {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes srcoll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes srcoll {
  0% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes appeal_scroll {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes appeal_scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes appeal_scroll {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/* -----------------------------------------------------------
	main_img
----------------------------------------------------------- */
.main_img h2 {
  left: 0;
  text-align: center;
  width: 110%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main_img h2 {
    top: 60%;
  }
}
@media only screen and (min-width: 1025px) {
  .main_img h2 {
    top: 60%;
  }
}
@media print {
  .main_img h2 {
    top: 60%;
  }
}
.ie8 .main_img h2 {
  top: 60%;
}
.main_img h2 .eng {
  font-size: 139%;
}
@media only screen and (min-width: 768px) {
  .main_img h2 .eng {
    font-size: 200%;
  }
}
@media print {
  .main_img h2 .eng {
    font-size: 200%;
  }
}
.ie8 .main_img h2 .eng {
  font-size: 200%;
}
.main_img h2 .jp {
  font-size: 185%;
}
@media only screen and (min-width: 768px) {
  .main_img h2 .jp {
    font-size: 250%;
  }
}
@media print {
  .main_img h2 .jp {
    font-size: 250%;
  }
}
.ie8 .main_img h2 .jp {
  font-size: 250%;
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  overflow: hidden;
  *zoom: 1;
  background: #f3f3f3;
  padding: 25px 30px;
  margin: 2em auto 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    padding: 25px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding: 5% 3%;
  }
}
.con_intro .box_left {
  width: 70.19231%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_left {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_left {
    width: 100%;
    margin-bottom: 3%;
  }
}
.con_intro .box_left ul {
  overflow: hidden;
  *zoom: 1;
}
.con_intro .box_left ul li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: .7em;
  letter-spacing: .1em;
}
.con_intro .box_left ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  position: absolute;
  left: 0;
  top: .3em;
}
.con_intro .box_right {
  width: 27.88462%;
  float: right;
  border-left: 1px solid #dfdfdf;
  padding-left: 2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_right {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_right {
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #dfdfdf;
    padding-top: 1.5em;
    text-align: center;
  }
}
.con_intro .box_right .tel_txt {
  font-size: 216%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #505050;
}
.con_intro .box_right .tel_txt a {
  text-decoration: none;
  color: #505050;
}
.con_intro .box_right .btn_news {
  margin-top: .5em;
}
.con_intro .box_right .btn_news a {
  width: 220px;
  padding: .7em 1em;
  background: #FFF;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_right .btn_news a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.con_intro .box_right .btn_news a:hover {
  background: #52aecc;
}

/* -----------------------------------------------------------
	step_contact
----------------------------------------------------------- */
.step_contact {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .step_contact {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .step_contact {
    margin-bottom: 2em;
  }
}
.step_contact li {
  width: 30.54545%;
  float: left;
  margin-right: 4.18182%;
  background: #bfd3d8;
  color: #FFF;
  padding: 1em 0;
  text-align: center;
  font-size: 116%;
  font-weight: 100;
  position: relative;
}
.step_contact li:before, .step_contact li:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.step_contact li > * {
  vertical-align: middle;
  display: inline;
}
.step_contact li:after {
  content: "";
  margin-left: .5em;
  position: absolute;
  right: -30px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 9;
  color: #505050;
  font-size: 231%;
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .step_contact li:after {
    right: -20px;
  }
}
.step_contact li:last-child {
  margin-right: 0;
}
.step_contact li.active {
  background: #52aecc;
}
@media only screen and (max-width: 767px) {
  .step_contact li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
    padding: .8em 0;
  }
  .step_contact li:before, .step_contact li:after {
    font-family: FontAwesome;
    vertical-align: middle;
  }
  .step_contact li > * {
    vertical-align: middle;
    display: inline;
  }
  .step_contact li:after {
    content: "";
    margin-left: .5em;
    position: absolute;
    left: 50%;
    bottom: -.5em;
    top: inherit;
    right: inherit;
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 9;
    color: #505050;
    font-size: 154%;
    margin-left: 0;
    line-height: 0;
  }
}

/* -----------------------------------------------------------
	box_form
----------------------------------------------------------- */
.box_form {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_form {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .box_form {
    margin-bottom: 3em;
  }
}
.box_form .tbl_contact {
  width: 100%;
  border: 1px solid #cdcdcd;
}
.box_form .tbl_contact th, .box_form .tbl_contact td {
  padding: .8em 1em;
  border-bottom: 1px solid #cdcdcd;
  font-size: 116%;
}
@media only screen and (max-width: 767px) {
  .box_form .tbl_contact th, .box_form .tbl_contact td {
    font-size: 100%;
  }
}
.box_form .tbl_contact th {
  background: #ebebeb;
  min-width: 258px;
  text-align: center;
  border-right: 1px solid #cdcdcd;
  font-weight: normal;
}
.box_form .tbl_contact th .txt_clr {
  float: right;
  color: #962929;
}
@media only screen and (max-width: 767px) {
  .box_form .tbl_contact th {
    width: 100%;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .box_form .tbl_contact td {
    width: 100%;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.box_form .tbl_contact td p {
  margin-bottom: .5em;
}
.box_form .tbl_contact td p.txt_clr {
  color: #962929;
  letter-spacing: .2em;
}
.box_form .tbl_contact td .lbl_radio {
  display: inline-block;
  margin-right: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_form .tbl_contact td .lbl_radio {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_form .tbl_contact td .lbl_radio {
    margin-right: 0;
  }
}
.box_form .tbl_contact td .lbl_radio select {
  padding: 0.6em 1em;
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_form .tbl_contact td .lbl_radio select {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .box_form .tbl_contact td .lbl_radio select {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .box_form .tbl_contact td .lbl_radio select {
    width: 100%;
  }
}
.box_form .tbl_contact td.order_xmas dl {
  overflow: hidden;
  width: 65%;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_form .tbl_contact td.order_xmas dl {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .box_form .tbl_contact td.order_xmas dl {
    width: 100%;
  }
}
.box_form .tbl_contact td.order_xmas dl dt {
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 767px) {
  .box_form .tbl_contact td.order_xmas dl dt {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .box_form .tbl_contact td.order_xmas dl dt {
    float: none;
  }
}
.box_form .tbl_contact td.order_xmas dl dd {
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 767px) {
  .box_form .tbl_contact td.order_xmas dl dd {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .box_form .tbl_contact td.order_xmas dl dd {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .box_form .tbl_contact td.order_xmas dl dd {
    text-align: right;
  }
}
.box_form .tbl_contact.order_osechi {
  margin-bottom: 3em;
}
.box_form .input_form {
  background: #f4f4ed;
  border: 1px solid #cdcdcd;
  min-width: 470px;
  padding: .6em 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_form .input_form.wfull {
  width: 100%;
}
.box_form .input_form.wtel {
  width: 170px;
  min-width: inherit;
}
.box_form .input_form.wsmall {
  width: 70px;
  min-width: inherit;
}
@media only screen and (max-width: 767px) {
  .box_form .input_form.wsmall {
    width: 50% !important;
  }
}
.box_form .input_form.textarea {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_form .input_form {
    min-width: inherit;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_form .input_form {
    width: 100% !important;
    min-width: inherit;
  }
}
.box_form .btn_contact {
  margin-top: 1.5em;
  text-align: center;
}
.box_form .btn_contact .btn_pre {
  padding: .7em 0;
  width: 225px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  display: inline-block;
  text-decoration: none !important;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 108%;
  margin-right: .5em;
  text-align: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box_form .btn_contact .btn_pre:before, .box_form .btn_contact .btn_pre:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.box_form .btn_contact .btn_pre > * {
  vertical-align: middle;
  display: inline;
}
.box_form .btn_contact .btn_pre:after {
  content: "";
  margin-left: .5em;
  margin-left: .5em;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: baseline;
}
.box_form .btn_contact .btn_pre:hover {
  background: #52aecc;
  color: #FFF !important;
  border-color: #52aecc;
}
.box_form .btn_contact .btn_pre:hover:after {
  margin-left: 1.2em;
}
@media only screen and (max-width: 767px) {
  .box_form .btn_contact .btn_pre {
    display: inline-block;
    width: 48%;
  }
}
.box_form .btn_contact .btn_next {
  padding: .7em 0;
  width: 225px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #52aecc;
  display: inline-block;
  text-decoration: none !important;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 108%;
  background: #52aecc;
  color: #FFF;
  margin: auto;
  text-align: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box_form .btn_contact .btn_next:before, .box_form .btn_contact .btn_next:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.box_form .btn_contact .btn_next > * {
  vertical-align: middle;
  display: inline;
}
.box_form .btn_contact .btn_next:after {
  content: "";
  margin-left: .5em;
  margin-left: .5em;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: baseline;
}
.box_form .btn_contact .btn_next:hover {
  background: #FFF;
  color: #3a3a3a !important;
  border: 1px solid #c8c8c8;
}
.box_form .btn_contact .btn_next:hover:after {
  margin-left: 1.2em;
}
@media only screen and (max-width: 767px) {
  .box_form .btn_contact .btn_next {
    display: inline-block;
    width: 48%;
  }
}

/* -----------------------------------------------------------
	con_tel_contact
----------------------------------------------------------- */
.con_tel_contact {
  background: #f3f3f3;
  overflow: hidden;
  *zoom: 1;
  padding: 30px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_tel_contact {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_tel_contact {
    padding: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_tel_contact {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_tel_contact {
    margin-bottom: 3em;
  }
}
.con_tel_contact h4 {
  margin-bottom: 1em;
  font-size: 139%;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_tel_contact h4 {
    text-align: center;
  }
}
.con_tel_contact h4 small {
  font-size: 75%;
}
.con_tel_contact .tbl_tel_contact {
  width: 100%;
}
.con_tel_contact .tbl_tel_contact td, .con_tel_contact .tbl_tel_contact th {
  padding: .5em 1em .5em 0;
  font-weight: normal;
  border-bottom: 1px solid #dedede;
  font-size: 116%;
}
@media only screen and (max-width: 767px) {
  .con_tel_contact .tbl_tel_contact td, .con_tel_contact .tbl_tel_contact th {
    display: block;
    border-bottom: none;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.con_tel_contact .tbl_tel_contact th {
  width: 370px;
}
@media only screen and (max-width: 767px) {
  .con_tel_contact .tbl_tel_contact th {
    width: 100%;
    background: #fff;
    padding: 0.5em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_tel_contact .tbl_tel_contact td {
    padding: 1em 1em 2em;
    font-size: 93%;
  }
  .con_tel_contact .tbl_tel_contact td ul li {
    line-height: 2;
  }
}

/* -----------------------------------------------------------
	form_thanks
----------------------------------------------------------- */
.form_thanks {
  border: 1px solid #cdcdcd;
  padding: 2em;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form_thanks {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .form_thanks {
    margin-bottom: 3em;
  }
}
.form_thanks h2 {
  color: #52aecc;
  font-size: 185%;
  text-align: center;
  margin-bottom: 1em;
}
.form_thanks .txt_alert {
  text-align: center;
  font-size: 116%;
  line-height: 1.8;
}
.form_thanks .btn_rooms {
  margin-top: 1.5em;
}
