@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : yutai.css
 author     : Ability Consultant
 style info : yutai
=================================================================== */
#contents .container {
  max-width: 1000px;
  margin: auto;
  *zoom: 1;
}
#contents .container:before, #contents .container:after {
  content: " ";
  display: table;
}
#contents .container:after {
  clear: both;
}
@media only screen and (max-width: 999px) {
  #contents .container {
    width: 96%;
  }
}

.con_coution, .con_btn, .con_result .box_res {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_coution, .con_btn, .con_result .box_res {
    width: 96%;
  }
}
@media print {
  .con_coution, .con_btn, .con_result .box_res {
    width: 96%;
  }
}

#contents .container:after, .con_main:after {
  content: "";
  display: table;
  clear: both;
}

/* %計算*/
/*con_name_small | @include con_name_small();*/
/*ホテル名など 小さい*/
/*con_fukidashi | @include con_fukidashi();*/
/*吹き出しの枠*/
/*bxslider_css | @include bxslider_css();*/
/*スライダーイメージ用*/
/*キャンペーンページ用 幅1000px再指定用*/
/*@include camlayout(0);*/
/*#homepage*/
/*専用設定*/
/*フォントサイズ設定*/
/*icon style*/
#contents {
  width: 100%;
  max-width: 100%;
  background: #fff;
  color: #000;
  position: relative;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #contents {
    padding-bottom: 2em;
  }
}

.con_main {
  background: #eef4f8;
}

.con_detail {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail {
    padding: 2em 0;
  }
}
.con_detail table {
  width: 800px;
  margin: 0 auto;
  font-size: 143%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail table {
    width: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail table {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail table {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail table {
    font-size: 129%;
  }
}
.con_detail table tr {
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}
.con_detail table tr:last-child {
  border-bottom: 1px solid #d2d2d2;
}
@media only screen and (max-width: 767px) {
  .con_detail table tr {
    border-left: 1px solid #d2d2d2;
  }
}
.con_detail table tr th {
  background: #ba100c;
  color: #fff;
  text-align: center;
  width: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail table tr th {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail table tr th {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail table tr th {
    display: block;
    padding: .5em 0;
  }
}
.con_detail table tr td {
  padding: 15px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_detail table tr td {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail table tr td {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_detail table tr td {
    display: block;
    width: 100%;
  }
}
.con_detail table tr a {
  color: #000;
  border-bottom: 1px solid;
}
.con_detail table tr a::after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: .5em;
}

.con_intro {
  background: #f7f1d8;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding: 7% 5%;
  }
}
.con_intro .st {
  text-align: center;
  font-size: 129%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .st {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .st {
    font-size: 115%;
  }
}
.con_intro .st span {
  font-weight: bold;
  font-size: 129%;
  display: block;
  padding-top: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .st span {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .st span {
    font-size: 115%;
  }
}
.con_intro .img {
  text-align: center;
}
.con_intro .btn {
  width: 254px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .con_intro .btn {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .btn {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .btn {
    margin: 2em auto 0;
  }
}
.con_intro .btn a, .con_intro .btn span {
  text-decoration: none;
  font-size: 129%;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  padding: 1em 2em;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .btn a, .con_intro .btn span {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .btn a, .con_intro .btn span {
    font-size: 115%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .btn a, .con_intro .btn span {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .btn a, .con_intro .btn span {
    padding: 1em;
  }
}
.con_intro .btn a.login, .con_intro .btn a.lottery, .con_intro .btn span.login, .con_intro .btn span.lottery {
  background: #ba100c;
  cursor: pointer;
}
.con_intro .btn a.finish, .con_intro .btn span.finish {
  background: #a6a6a6;
}

.con_banner {
  padding: 60px 0 85px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner {
    padding: 50px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner {
    padding: 7% 5%;
  }
}
.con_banner .txt {
  font-size: 129%;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner .txt {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner .txt {
    font-size: 115%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner .txt {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner .txt {
    padding-bottom: 1em;
  }
}

.con_coution {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_coution {
    margin-bottom: 1.5em;
  }
}
.con_coution .st {
  background: #e98c12;
  font-size: 158%;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_coution .st {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_coution .st {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_coution .st {
    padding: 0.5em 0;
  }
}
.con_coution .box_txt {
  padding: 15px 20px;
  border: 1px solid #d2d2d2;
}
@media only screen and (max-width: 767px) {
  .con_coution .box_txt {
    padding: 5% 2.5%;
  }
}
.con_coution .box_txt .sub_st {
  padding: 10px;
  font-size: 115%;
  font-weight: bold;
  background: #ddd;
}
@media only screen and (max-width: 767px) {
  .con_coution .box_txt .sub_st {
    padding: 0.8em;
  }
}
.con_coution .box_txt .inner {
  padding: 10px 10px 20px 10px;
}
@media only screen and (max-width: 767px) {
  .con_coution .box_txt .inner {
    padding: 0.8em 0.5em;
  }
}
.con_coution .box_txt .inner .txt {
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_coution .box_txt .inner .txt {
    padding-bottom: 0.8em;
  }
}
.con_coution .box_txt .inner table {
  width: 100%;
}
.con_coution .box_txt .inner table tr th {
  vertical-align: top;
  width: 20%;
  padding: 10px;
  background: #f4f4f4;
  border: 1px solid #bbb;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_coution .box_txt .inner table tr th {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .con_coution .box_txt .inner table tr th {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_coution .box_txt .inner table tr th {
    padding: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_coution .box_txt .inner table tr th {
    border-right: none;
  }
}
@media print {
  .con_coution .box_txt .inner table tr th {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_coution .box_txt .inner table tr th {
    display: block;
    border-bottom: none;
  }
}
.con_coution .box_txt .inner table tr td {
  width: 80%;
  padding: 10px;
  border: 1px solid #bbb;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_coution .box_txt .inner table tr td {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_coution .box_txt .inner table tr td {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_coution .box_txt .inner table tr td {
    padding: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_coution .box_txt .inner table tr td {
    border-left: none;
  }
}
@media print {
  .con_coution .box_txt .inner table tr td {
    border-left: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_coution .box_txt .inner table tr td {
    display: block;
    border-top: none;
  }
}
.con_coution .box_txt .inner a {
  text-decoration: underline;
}
.con_coution .box_txt .inner a:hover {
  text-decoration: none;
}

.con_btn {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .con_btn {
    margin-bottom: 2em;
  }
}
.con_btn .btn {
  width: 60%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_btn .btn {
    width: 100%;
  }
}
.con_btn .btn a {
  background: #ba100c;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  display: block;
  border-radius: 15px;
  font-size: 129%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_btn .btn a {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_btn .btn a {
    font-size: 115%;
  }
}
.con_btn .btn a span {
  font-size: 143%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_btn .btn a span {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_btn .btn a span {
    font-size: 129%;
  }
}
.con_btn .btn a:after {
  content: '\f105';
  font-family: fontawesome;
  font-size: 215%;
  color: #fff;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_btn .btn a:after {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_btn .btn a:after {
    font-size: 179%;
  }
}
@media only screen and (max-width: 767px) {
  .con_btn .btn a:after {
    right: 3%;
  }
}
.con_btn .btn a:hover {
  color: #fff;
}

.con_loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(47, 47, 47, 0.8);
}
.con_loading .img {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .con_loading .img {
    width: 90%;
  }
}

.con_result {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_result {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_result {
    padding-top: 2em;
  }
}
.con_result .box_res {
  background: url("../event/otoshidama/images/bg_result.jpg") repeat;
  position: relative;
  text-align: center;
  padding: 25px 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_result .box_res {
    padding: 20px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_result .box_res {
    padding: 5% 2.5%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_result .box_res:before {
    content: url("../event/otoshidama/images/img_res01.png");
    position: absolute;
    left: 20px;
    bottom: 0;
  }
  .con_result .box_res:after {
    content: url("../event/otoshidama/images/img_res02.png");
    position: absolute;
    right: 40px;
    bottom: 15px;
  }
}
@media print {
  .con_result .box_res:before {
    content: url("../event/otoshidama/images/img_res01.png");
    position: absolute;
    left: 20px;
    bottom: 0;
  }
  .con_result .box_res:after {
    content: url("../event/otoshidama/images/img_res02.png");
    position: absolute;
    right: 40px;
    bottom: 15px;
  }
}
.con_result .box_res .box_price {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_result .box_res .box_price {
    padding-bottom: 1em;
  }
}
.con_result .box_res .box_price i, .con_result .box_res .box_price p {
  display: inline-block;
  vertical-align: bottom;
}
.con_result .box_res .box_price p.price {
  font-size: 265%;
  color: #ba100c;
  font-weight: bold;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_result .box_res .box_price p.price {
    font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  .con_result .box_res .box_price p.price {
    font-size: 179%;
  }
}
.con_result .box_res .box_cord {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_result .box_res .box_cord {
    padding-bottom: 1em;
  }
}
.con_result .box_res .box_cord p {
  font-size: 129%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_result .box_res .box_cord p {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_result .box_res .box_cord p {
    font-size: 115%;
  }
}
.con_result .box_res .box_cord textarea {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  height: 38px;
  width: 8em;
  padding: 0;
  border: 1px solid #a6a6a6;
  outline: none;
  padding: 5px 10px;
  font-size: 129%;
  border-radius: unset;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_result .box_res .box_cord textarea {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_result .box_res .box_cord textarea {
    font-size: 115%;
  }
}
.con_result .box_res .txt {
  font-weight: bold;
  font-size: 129%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_result .box_res .txt {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_result .box_res .txt {
    font-size: 115%;
  }
}
.con_result .box_res .btn {
  width: 254px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .con_result .box_res .btn {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_result .box_res .btn {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_result .box_res .btn {
    margin: 2em auto 0;
  }
}
.con_result .box_res .btn a {
  text-decoration: none;
  font-size: 129%;
  background: #ba100c;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  padding: 1em 2em;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_result .box_res .btn a {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_result .box_res .btn a {
    font-size: 115%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_result .box_res .btn a {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_result .box_res .btn a {
    padding: 1em;
  }
}
.con_result .box_link {
  padding-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_result .box_link {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_result .box_link {
    padding-top: 1em;
  }
}
.con_result .box_link p a {
  text-decoration: underline;
  font-size: 129%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_result .box_link p a {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_result .box_link p a {
    font-size: 115%;
  }
}
.con_result .box_link p a:hover {
  text-decoration: none;
}
