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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_bn, .con_bnn, .wrp_roo_res .con_roo .box_roo, .con_location .wrp_location, .bnr {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_bn, .con_bnn, .wrp_roo_res .con_roo .box_roo, .con_location .wrp_location, .bnr {
    width: 95%;
  }
}

.con_banner .box_banner, .con_concept .box_concept, .con_concept .box_info, .con_news .box_news, .con_best_deal .box_best_deal, .wrp_roo_res .con_roo .box_slide .item h4, .wrp_roo_res .con_res .box_info {
  max-width: 1240px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_banner .box_banner, .con_concept .box_concept, .con_concept .box_info, .con_news .box_news, .con_best_deal .box_best_deal, .wrp_roo_res .con_roo .box_slide .item h4, .wrp_roo_res .con_res .box_info {
    width: 95%;
  }
}

.con_bn:after, .con_bnn:after, .con_concept .box_concept:after, .con_concept .box_info:after, .con_concept .box_info .photo:after, .con_concept .box_info .info .box_in:after, .wrp_roo_res .con_roo .box_roo:after, .wrp_roo_res .con_res .box_res .photos .photo:after, .wrp_roo_res .con_res .box_info .box_in:after {
  content: "";
  display: table;
  clear: both;
}

/*Animate */
/*Vertical text */
/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
.con_main_top {
  height: 800px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_main_top {
    height: 255px !important;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .con_main_top {
    height: 330px !important;
  }
}
.con_main_top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
  z-index: 201;
}
.con_main_top .box_slide {
  z-index: 200;
}
.con_main_top .box_slide.vhide {
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .con_main_top .box_slide.vhide {
    visibility: visible;
  }
}
.con_main_top .box_slide.active .slick-dots, .con_main_top .box_slide.active .slick-arrow {
  display: block !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main_top .box_slide .slick-arrow.slick-prev {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main_top .box_slide .slick-arrow.slick-next {
    right: 0;
  }
}
.con_main_top .box_catch {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  z-index: 300;
}
@media only screen and (max-width: 767px) {
  .con_main_top .box_catch {
    width: 100%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}
.con_main_top .box_catch h2 {
  display: inline-block;
  font-weight: normal;
}
.con_main_top .box_catch h2 em {
  position: relative;
  left: 1em;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-size: 216%;
  letter-spacing: 20px;
  line-height: 2;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main_top .box_catch h2 em {
    font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_top .box_catch h2 em {
    font-size: 116%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main_top .box_catch h2 em {
    letter-spacing: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_top .box_catch h2 em {
    letter-spacing: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_top .box_catch h2 em {
    left: 0;
    line-height: 1.8;
  }
}
.con_main_top .box_catch h2 em.active {
  left: 0;
}
.con_main_top .box_catch h2 span {
  position: relative;
  left: 1em;
  font-family: "Bellefair", serif;
  font-size: 231%;
  letter-spacing: 5px;
  line-height: 1;
  margin: 1em 0 0;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main_top .box_catch h2 span {
    font-size: 185%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_top .box_catch h2 span {
    font-size: 170%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main_top .box_catch h2 span {
    letter-spacing: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_top .box_catch h2 span {
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_top .box_catch h2 span {
    left: 0;
  }
}
.con_main_top .box_catch h2 span.active {
  left: 0;
}
.con_main_top .box_catch h2 a {
  display: none;
  margin-top: 20px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  left: 1em;
}
@media only screen and (max-width: 767px) {
  .con_main_top .box_catch h2 a {
    display: inline-block;
  }
}
.con_main_top .box_catch h2 a i {
  font-size: 15px;
  margin-left: .5em;
}
.con_main_top .loaded {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  background: rgba(255, 255, 255, 0.7);
  color: #725f4c;
  text-align: center;
  z-index: 300;
  line-height: 50px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .con_main_top .loaded {
    display: none;
  }
}
.con_main_top .box_bnr_stay {
  position: absolute;
  bottom: 3%;
  right: 3%;
  z-index: 300;
}
@media only screen and (max-width: 767px) {
  .con_main_top .box_bnr_stay {
    bottom: 10%;
  }
}
.con_main_top .box_bnr_stay .img {
  max-width: 150px;
}
@media only screen and (max-width: 767px) {
  .con_main_top .box_bnr_stay .img {
    max-width: 130px;
  }
}

.con_bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .con_bn {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: block;
    margin: 1.5em auto;
  }
}
.con_bn .box_bn {
  width: 49%;
  margin: 0.5em auto;
}
@media only screen and (max-width: 767px) {
  .con_bn .box_bn {
    width: 100%;
    margin: 1em auto;
  }
}

.con_bnn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .con_bnn {
    margin: 1em auto -0.8em;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: block;
  }
}
.con_bnn .box_bnn {
  width: 49%;
  margin: auto;
}
.con_bnn .box_bnn:nth-of-type(3) {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .con_bnn .box_bnn {
    margin-bottom: 3%;
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_banner
----------------------------------------------------------- */
.con_banner {
  background: transparent url(../images/home/bg_roo.jpg);
  padding: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner {
    padding: 20px 0;
  }
}
.con_banner .box_banner {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.con_banner .box_banner p:first-of-type {
  margin-bottom: 1rem;
}
.con_banner .box_banner p {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .con_banner .box_banner p {
    width: 100%;
  }
}
.con_banner .box_banner p a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  .con_banner .box_banner p a:hover {
    opacity: 0.7;
  }
}
@media print {
  .con_banner .box_banner p a:hover {
    opacity: 0.7;
  }
}
.ie8 .con_banner .box_banner p a:hover {
  opacity: 0.7;
}

/* -----------------------------------------------------------
	.con_concept
----------------------------------------------------------- */
.con_concept {
  background: transparent url(../images/home/bg_new.png) no-repeat top center;
  padding: 50px 0 65px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept {
    padding: 40px 0 75px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept {
    padding: 40px 0 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept {
    margin-bottom: 15px;
  }
}
.con_concept .box_concept {
  color: #fff;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_concept {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept {
    margin-bottom: 25px;
  }
}
.con_concept .box_concept h3 {
  font-weight: normal;
  position: relative;
  float: left;
  width: 33.87097%;
}
@media only screen and (max-width: 1024px) {
  .con_concept .box_concept h3 {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept h3 {
    width: 100%;
  }
}
.con_concept .box_concept h3:before, .con_concept .box_concept h3:after {
  content: '';
  position: absolute;
  width: 55px;
  height: 1px;
  background: #fff;
  top: 0;
  left: 0;
}
.con_concept .box_concept h3:after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.con_concept .box_concept h3 span {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-size: 216%;
  padding: 60px 30px;
  display: block;
  letter-spacing: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_concept h3 span {
    font-size: 185%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept h3 span {
    font-size: 170%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_concept h3 span {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept h3 span {
    padding: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_concept .box_concept h3 span {
    letter-spacing: 5px;
  }
}
.con_concept .box_concept h3 span:before, .con_concept .box_concept h3 span:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 55px;
  background: #fff;
  top: 0;
  left: 0;
}
.con_concept .box_concept h3 span:after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.con_concept .box_concept .info {
  float: left;
  width: 60.08065%;
  margin-left: 6.04839%;
  max-width: 600px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_concept .info {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .info {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_concept .box_concept .info {
    margin-left: 5%;
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .info {
    width: 100%;
    margin-left: 0;
  }
}
.con_concept .box_concept .info .txt {
  font-size: 124%;
  line-height: 2.4;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_concept .info .txt {
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .info .txt {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_concept .info .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .info .txt {
    margin-bottom: 15px;
  }
}
.con_concept .box_concept .info .btn_gray {
  text-align: right;
}
.con_concept .box_concept .info .btn_gray a {
  max-width: 260px;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .info .btn_gray a {
    max-width: 100%;
  }
}
.con_concept .box_info .photo {
  float: left;
  width: 33.87097%;
}
@media only screen and (max-width: 1024px) {
  .con_concept .box_info .photo {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_info .photo {
    width: 100%;
    margin-top: 20px;
  }
}
.con_concept .box_info .photo img {
  width: 746px;
  float: right;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_info .photo img {
    max-width: 100%;
  }
}
.con_concept .box_info .info {
  float: right;
  width: 60.08065%;
}
@media only screen and (max-width: 1024px) {
  .con_concept .box_info .info {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_info .info {
    width: 100%;
  }
}
.con_concept .box_info .info .box_in {
  width: 100%;
  max-width: 560px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_info .info .box_in {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_info .info .box_in {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_info .info .box_in {
    background: url(../images/home/bg_roo.jpg);
  }
}
.con_concept .box_info .info .box_in .pic {
  float: left;
  width: 26%;
}
.con_concept .box_info .info .box_in .box_txt {
  float: right;
  width: 70%;
  color: #505050;
}
.con_concept .box_info .info .box_in .box_txt h4 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-weight: normal;
  font-size: 154%;
  padding: .5em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_info .info .box_in .box_txt h4 {
    font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_info .info .box_in .box_txt h4 {
    font-size: 124%;
  }
}
.con_concept .box_info .info .box_in .box_txt .txt {
  font-size: 108%;
  line-height: 1.8;
  margin: 0 0 20px;
}
.con_concept .box_info .info .box_in .box_txt .btn {
  text-align: right;
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print {
  .con_news .box_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ie8 .con_news .box_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_news .box_news .st_news {
  width: 20%;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_news .st_news {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .st_news {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.con_news .box_news .st_news em {
  font-size: 200%;
  font-family: "Bellefair", serif;
  color: #725f4c;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_news .st_news em {
    font-size: 185%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .st_news em {
    font-size: 170%;
  }
}
.con_news .box_news .st_news span {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  color: #505050;
  font-size: 124%;
  display: block;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_news .st_news span {
    font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .st_news span {
    font-size: 108%;
  }
}
.con_news .box_news .box_list {
  width: 77%;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_news .box_list {
    width: 72%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_list {
    width: 100%;
    margin-bottom: 15px;
  }
}
.con_news .box_news .box_list li {
  width: 100%;
  margin: 0 0 15px;
}
.con_news .box_news .box_list li a {
  width: 100%;
  text-decoration: none !important;
  display: block;
}
.mouse .con_news .box_news .box_list li a:hover, .touch .con_news .box_news .box_list li a.touchstart {
  text-decoration: underline !important;
}
.touch .con_news .box_news .box_list li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_news .box_news .box_list li a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_news .box_list li a:hover .info {
    background: #EAE9E6;
  }
}
@media print {
  .con_news .box_news .box_list li a:hover .info {
    background: #EAE9E6;
  }
}
.ie8 .con_news .box_news .box_list li a:hover .info {
  background: #EAE9E6;
}
.con_news .box_news .box_list li a .info {
  vertical-align: middle;
  color: #505050;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #ccc;
  padding: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .con_news .box_news .box_list li a .info > p {
    margin-bottom: 5px;
  }
}
.con_news .box_news .box_list li a .info > p em, .con_news .box_news .box_list li a .info > p span {
  display: inline-block;
}
.con_news .box_news .box_list li a .info > p span {
  font-family: "Bellefair", serif;
  font-size: 124%;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_news .box_list li a .info > p span {
    font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_list li a .info > p span {
    font-size: 108%;
  }
}
.con_news .box_news .box_list li a .info > p em {
  font-size: 93%;
  padding: .1em 1em;
  border: 1px solid #ccc;
  margin-left: .5em;
}
.con_news .box_news .box_list li a .info h4 {
  font-weight: normal;
  font-size: 124%;
  text-align: left;
  margin-top: .4em;
}
.con_news .box_news .box_list li a .info h4 .ic_pick-up {
  font-size: 77%;
  padding: .2em 1.4em;
  margin-right: 1em;
  background-color: #E18F8F;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
.con_news .box_news .box_list li:last-child {
  margin-bottom: 0;
}
.con_news .box_news .txt_link {
  width: 100%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .txt_link {
    text-align: center;
  }
}

/* -----------------------------------------------------------
	.con_best_deal
----------------------------------------------------------- */
.con_best_deal {
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_best_deal {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_best_deal {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_best_deal {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1025px) {
  .con_best_deal .box_best_deal {
    position: relative;
  }
}
@media print {
  .con_best_deal .box_best_deal {
    position: relative;
  }
}
.ie8 .con_best_deal .box_best_deal {
  position: relative;
}
.con_best_deal .box_best_deal .pin {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_best_deal .box_best_deal .pin {
    position: absolute;
    right: 0;
    top: -10px;
  }
}
@media print {
  .con_best_deal .box_best_deal .pin {
    position: absolute;
    right: 0;
    top: -10px;
  }
}
.ie8 .con_best_deal .box_best_deal .pin {
  position: absolute;
  right: 0;
  top: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_best_deal .box_best_deal .pin {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_best_deal .box_best_deal .pin {
    margin-bottom: 15px;
  }
}
.con_best_deal .box_best_deal .pin span {
  display: inline-block;
  padding: 0 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_best_deal .box_best_deal .pin span {
    padding: 0 2.5em;
  }
}
.con_best_deal .box_best_deal .pin span:before {
  content: "";
  background: url(../images/home/deco_floral_l.png) 0 center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 42px;
}
@media only screen and (max-width: 767px) {
  .con_best_deal .box_best_deal .pin span:before {
    width: 2em;
  }
}
.con_best_deal .box_best_deal .pin span:after {
  content: "";
  background: url(../images/home/deco_floral_r.png) 0 center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42px;
}
@media only screen and (max-width: 767px) {
  .con_best_deal .box_best_deal .pin span:after {
    width: 2em;
  }
}
.con_best_deal .box_best_deal .pin span em {
  display: inline-block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  color: #b2965d;
}
.con_best_deal .box_best_deal .pin span em.en {
  color: #fff;
  font-size: 93%;
  line-height: 1;
  font-family: "Bellefair", serif;
  background: transparent url(../images/home/bg_br.jpg) 0 bottom no-repeat;
  padding: .2em 2em;
}
.con_best_deal .box_best_deal .pin span em.jp1 {
  font-size: 185%;
  letter-spacing: 0.3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_best_deal .box_best_deal .pin span em.jp1 {
    font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .con_best_deal .box_best_deal .pin span em.jp1 {
    font-size: 154%;
  }
}
.con_best_deal .box_best_deal .pin span em.jp2 {
  font-size: 93%;
}
.con_best_deal .box_best_deal .st_md {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_best_deal .box_best_deal .st_md {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_best_deal .box_best_deal .st_md {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_best_deal .box_best_deal .st_md {
    text-align: left;
  }
  .con_best_deal .box_best_deal .st_md span {
    letter-spacing: 0.2em;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    margin: 15px 20px 0 0;
  }
  .con_best_deal .box_best_deal .st_md em:before, .con_best_deal .box_best_deal .st_md em:after {
    display: none;
  }
}
@media print {
  .con_best_deal .box_best_deal .st_md {
    text-align: left;
  }
  .con_best_deal .box_best_deal .st_md span {
    letter-spacing: 0.2em;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    margin: 15px 20px 0 0;
  }
  .con_best_deal .box_best_deal .st_md em:before, .con_best_deal .box_best_deal .st_md em:after {
    display: none;
  }
}
.ie8 .con_best_deal .box_best_deal .st_md {
  text-align: left;
}
.ie8 .con_best_deal .box_best_deal .st_md span {
  letter-spacing: 0.2em;
  padding-right: 20px;
  border-right: 1px solid #ccc;
  margin: 15px 20px 0 0;
}
.ie8 .con_best_deal .box_best_deal .st_md em:before, .ie8 .con_best_deal .box_best_deal .st_md em:after {
  display: none;
}
.con_best_deal .box_best_deal .list {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_best_deal .box_best_deal .list {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_best_deal .box_best_deal .list {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_best_deal .box_best_deal .list {
    width: 85%;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_best_deal .box_best_deal .list .slick-list {
    padding: 0 !important;
    overflow: visible;
  }
}
.con_best_deal .box_best_deal .list .slick-slide {
  margin: 0 2px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .con_best_deal .box_best_deal .list .slick-slide {
    margin: 0 5px;
  }
}
.con_best_deal .box_best_deal .list .slick-slide a {
  display: block;
  text-decoration: none;
  -webkit-box-shadow: 1px 3px 5px #b4b2b3;
          box-shadow: 1px 3px 5px #b4b2b3;
  height: 100%;
}
.con_best_deal .box_best_deal .list .slick-slide a .photo img {
  max-width: none;
  width: 100%;
}
.con_best_deal .box_best_deal .list .slick-slide a .box_txt {
  padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_best_deal .box_best_deal .list .slick-slide a .box_txt {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_best_deal .box_best_deal .list .slick-slide a .box_txt {
    padding: 10px;
  }
}
.con_best_deal .box_best_deal .list .slick-slide a .box_txt h4 {
  font-weight: normal;
  text-align: left;
  font-size: 139%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_best_deal .box_best_deal .list .slick-slide a .box_txt h4 {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_best_deal .box_best_deal .list .slick-slide a .box_txt h4 {
    font-size: 108%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_best_deal .box_best_deal .list .slick-slide a .box_txt h4 {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_best_deal .box_best_deal .list .slick-slide a .box_txt h4 {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_best_deal .box_best_deal .list .slick-slide a .box_txt h4 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_best_deal .box_best_deal .list .slick-slide a .box_txt h4 {
    margin-bottom: 10px;
  }
}
.con_best_deal .box_best_deal .list .slick-slide a .box_txt .price {
  text-align: center;
  font-size: 108%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  color: 3000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_best_deal .box_best_deal .list .slick-slide a .box_txt .price {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_best_deal .box_best_deal .list .slick-slide a .box_txt .price {
    font-size: 93%;
  }
}
.con_best_deal .box_best_deal .list .slick-slide a .box_txt .price em {
  font-size: 200%;
  font-family: "Bellefair", serif;
}
.con_best_deal .box_best_deal .list .slick-slide a .box_txt .price span {
  font-size: 86%;
  color: #505050;
}
.con_best_deal .box_best_deal .list .slick-arrow {
  top: 45%;
}
@media only screen and (max-width: 767px) {
  .con_best_deal .box_best_deal .list .slick-arrow {
    display: block !important;
    width: 26px;
    height: 51px;
    background-size: cover;
  }
}
.con_best_deal .box_best_deal .btn_green_light {
  text-align: center;
}
.con_best_deal .box_best_deal .btn_green_light a {
  max-width: 250px;
}

/* -----------------------------------------------------------
	.wrp_roo_res
----------------------------------------------------------- */
.wrp_roo_res {
  background: transparent url(../images/home/bg_roo.jpg);
  position: relative;
  padding-bottom: 90px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res {
    margin-bottom: 30px;
  }
}
.wrp_roo_res:before {
  content: '';
  position: absolute;
  background: transparent url(../images/home/bg_roo2.jpg) no-repeat right top;
  background-size: auto 100%;
  right: 0;
  top: 0;
  height: 100%;
  width: 33.48958%;
}
.wrp_roo_res .con_roo {
  position: relative;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res .con_roo {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_roo {
    margin-bottom: 30px;
  }
}
.wrp_roo_res .con_roo .box_slide {
  height: 700px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res .con_roo .box_slide {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_roo .box_slide {
    height: 300px;
  }
}
.wrp_roo_res .con_roo .box_slide .item .bg_photo img {
  display: none;
}
.wrp_roo_res .con_roo .box_slide .item h4 {
  font-weight: normal;
  text-align: right;
  position: relative;
  margin-top: -120px;
  text-align: right;
  color: #fff;
}
.wrp_roo_res .con_roo .box_slide .item h4 em {
  display: inline-block;
}
.wrp_roo_res .con_roo .box_slide .item h4 em.jp {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-size: 231%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res .con_roo .box_slide .item h4 em.jp {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_roo .box_slide .item h4 em.jp {
    font-size: 170%;
  }
}
.wrp_roo_res .con_roo .box_slide .item h4 em.en {
  font-family: "Bellefair", serif;
  font-size: 124%;
  letter-spacing: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res .con_roo .box_slide .item h4 em.en {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_roo .box_slide .item h4 em.en {
    font-size: 100%;
  }
}
.wrp_roo_res .con_roo .box_slide .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: right;
  line-height: 0;
  z-index: 100;
}
.wrp_roo_res .con_roo .box_slide .slick-dots li {
  display: inline-block;
  line-height: 0;
  margin: 0 5px;
}
.wrp_roo_res .con_roo .box_slide .slick-dots li button {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  font-size: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: #fff;
}
.wrp_roo_res .con_roo .box_slide .slick-dots li.slick-active button {
  background: #8d2232;
}
.wrp_roo_res .con_roo .box_roo {
  position: relative;
  margin-top: -160px;
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_roo .box_roo {
    margin-top: -40px;
  }
}
.wrp_roo_res .con_roo .box_roo .box_thum {
  float: right;
  width: 34.67742%;
  margin-top: 115px;
}
.wrp_roo_res .con_roo .box_roo .box_thum .slick-list {
  padding-top: 24px;
}
.wrp_roo_res .con_roo .box_roo .box_thum .slick-slide {
  margin: 0 1px 2px;
  position: relative;
  cursor: pointer;
  width: 30.33333% !important;
}
.wrp_roo_res .con_roo .box_roo .box_thum .slick-slide:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 24px;
  top: -24px;
  left: 50%;
  margin-left: -8px;
  background: transparent url(../images/home/ic_arr.png);
  opacity: 0;
}
.wrp_roo_res .con_roo .box_roo .box_thum .slick-slide:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #8d2232;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}
.wrp_roo_res .con_roo .box_roo .box_thum .slick-slide.slick-current:before, .wrp_roo_res .con_roo .box_roo .box_thum .slick-slide.slick-current:after {
  opacity: 1;
}
.wrp_roo_res .con_roo .box_roo .box_txt {
  width: 60.8871%;
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_roo .box_roo .box_txt {
    width: 100%;
  }
}
.wrp_roo_res .con_roo .box_roo .box_txt h3 {
  font-weight: normal;
  font-size: 885%;
  line-height: .5;
  color: #f2f2f1;
  font-family: "Bellefair", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res .con_roo .box_roo .box_txt h3 {
    font-size: 616%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_roo .box_roo .box_txt h3 {
    font-size: 308%;
  }
}
.wrp_roo_res .con_roo .box_roo .box_txt .box_in {
  background: transparent url(../images/home/bg_roo.jpg);
  padding: 70px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res .con_roo .box_roo .box_txt .box_in {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_roo .box_roo .box_txt .box_in {
    padding: 20px;
  }
}
.wrp_roo_res .con_roo .box_roo .box_txt .box_in h4 {
  font-size: 200%;
  color: #000;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-weight: normal;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res .con_roo .box_roo .box_txt .box_in h4 {
    font-size: 185%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_roo .box_roo .box_txt .box_in h4 {
    font-size: 170%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res .con_roo .box_roo .box_txt .box_in h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_roo .box_roo .box_txt .box_in h4 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_roo .box_roo .box_txt .box_in h4 {
    text-align: center;
  }
}
.wrp_roo_res .con_roo .box_roo .box_txt .box_in h4 em {
  color: #8d2232;
}
.wrp_roo_res .con_roo .box_roo .box_txt .box_in .txt {
  font-size: 108%;
  line-height: 1.8;
  color: #505050;
  margin: 0 0 25px;
}
.wrp_roo_res .con_roo .box_roo .box_txt .box_in .btn_gray {
  text-align: right;
}
.wrp_roo_res .con_roo .box_roo .box_txt .box_in .btn_gray a {
  max-width: 220px;
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_roo .box_roo .box_txt .box_in .btn_gray a {
    max-width: 100%;
  }
}
.wrp_roo_res .con_res {
  position: relative;
}
.wrp_roo_res .con_res .box_res {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res .con_res .box_res {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_res .box_res {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_roo_res .con_res .box_res {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media print {
  .wrp_roo_res .con_res .box_res {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.ie8 .wrp_roo_res .con_res .box_res {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .wrp_roo_res .con_res .box_res {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print {
  .wrp_roo_res .con_res .box_res {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ie8 .wrp_roo_res .con_res .box_res {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrp_roo_res .con_res .box_res .photos {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .wrp_roo_res .con_res .box_res .photos {
    width: 65.625%;
  }
}
@media print {
  .wrp_roo_res .con_res .box_res .photos {
    width: 65.625%;
  }
}
.ie8 .wrp_roo_res .con_res .box_res .photos {
  width: 65.625%;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .wrp_roo_res .con_res .box_res .photos {
    width: auto;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media print {
  .wrp_roo_res .con_res .box_res .photos {
    width: auto;
    text-align: center;
    margin-bottom: 30px;
  }
}
.ie8 .wrp_roo_res .con_res .box_res .photos {
  width: auto;
  text-align: center;
  margin-bottom: 30px;
}
.wrp_roo_res .con_res .box_res .photos:after {
  content: '';
  width: 35px;
  height: 255px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: transparent url(../images/home/bg_roo.jpg);
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .wrp_roo_res .con_res .box_res .photos:after {
    display: none;
  }
}
@media print {
  .wrp_roo_res .con_res .box_res .photos:after {
    display: none;
  }
}
.ie8 .wrp_roo_res .con_res .box_res .photos:after {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .wrp_roo_res .con_res .box_res .photos:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res .con_res .box_res .photos {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_res .box_res .photos {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_res .box_res .photos .photo img {
    max-width: 100%;
    width: 100%;
  }
}
.wrp_roo_res .con_res .box_res .photos h3 {
  position: absolute;
  right: 40px;
  bottom: 0;
  font-weight: normal;
  font-size: 770%;
  line-height: .55;
  color: #f2f2f1;
  font-family: "Bellefair", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res .con_res .box_res .photos h3 {
    font-size: 616%;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_res .box_res .photos h3 {
    font-size: 308%;
  }
}
.wrp_roo_res .con_res .box_res .info {
  width: 34.375%;
}
@media only screen and (min-width: 1025px) {
  .wrp_roo_res .con_res .box_res .info {
    padding: 0 1em;
    max-width: 440px;
  }
}
@media print {
  .wrp_roo_res .con_res .box_res .info {
    padding: 0 1em;
    max-width: 440px;
  }
}
.ie8 .wrp_roo_res .con_res .box_res .info {
  padding: 0 1em;
  max-width: 440px;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .wrp_roo_res .con_res .box_res .info {
    width: 95%;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media print {
  .wrp_roo_res .con_res .box_res .info {
    width: 95%;
    margin: 0 auto;
    max-width: 100%;
  }
}
.ie8 .wrp_roo_res .con_res .box_res .info {
  width: 95%;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res .con_res .box_res .info {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_res .box_res .info {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_res .box_res .info {
    width: 100%;
    position: static;
  }
}
.wrp_roo_res .con_res .box_res .info h4 {
  text-align: center;
  font-size: 224%;
  color: #000;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-weight: normal;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res .con_res .box_res .info h4 {
    font-size: 208%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_res .box_res .info h4 {
    font-size: 170%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res .con_res .box_res .info h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_res .box_res .info h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .wrp_roo_res .con_res .box_res .info h4 br {
    display: none;
  }
}
@media print {
  .wrp_roo_res .con_res .box_res .info h4 br {
    display: none;
  }
}
.ie8 .wrp_roo_res .con_res .box_res .info h4 br {
  display: none;
}
.wrp_roo_res .con_res .box_res .info h4 em {
  color: #8d2232;
}
.wrp_roo_res .con_res .box_res .info .txt {
  font-size: 108%;
  margin-bottom: 25px;
  line-height: 1.8;
  color: #505050;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res .con_res .box_res .info .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_res .box_res .info .txt {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .wrp_roo_res .con_res .box_res .info .txt {
    margin-bottom: 30px;
  }
}
@media print {
  .wrp_roo_res .con_res .box_res .info .txt {
    margin-bottom: 30px;
  }
}
.ie8 .wrp_roo_res .con_res .box_res .info .txt {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_res .box_res .info .txt {
    width: 95%;
    margin: 0 auto 15px;
  }
}
.wrp_roo_res .con_res .box_res .info .btn_gray {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_res .box_res .info .btn_gray {
    width: 90%;
    margin: 0 auto;
  }
}
.wrp_roo_res .con_res .box_res .info .btn_gray a {
  max-width: 280px;
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_res .box_res .info .btn_gray a {
    max-width: 100%;
  }
}
.wrp_roo_res .con_res .box_info .box_in {
  max-width: 830px;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .wrp_roo_res .con_res .box_info .box_in {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
  }
}
@media print {
  .wrp_roo_res .con_res .box_info .box_in {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
  }
}
.ie8 .wrp_roo_res .con_res .box_info .box_in {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res .con_res .box_info .box_in {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
  }
}
.wrp_roo_res .con_res .box_info .box_in .info {
  float: left;
  width: 50.60241%;
  margin-left: 3.01205%;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res .con_res .box_info .box_in .info {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_res .box_info .box_in .info {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_res .box_info .box_in .info {
    width: 100%;
    margin: 0;
  }
}
.wrp_roo_res .con_res .box_info .box_in .info h4 {
  font-size: 170%;
  color: #000;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-weight: normal;
  margin-bottom: 25px;
  letter-spacing: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res .con_res .box_info .box_in .info h4 {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_res .box_info .box_in .info h4 {
    font-size: 139%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo_res .con_res .box_info .box_in .info h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_res .box_info .box_in .info h4 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_res .box_info .box_in .info h4 {
    letter-spacing: 0;
    text-align: center;
  }
}
.wrp_roo_res .con_res .box_info .box_in .info h4 em {
  color: #8d2232;
}
.wrp_roo_res .con_res .box_info .box_in .info .txt {
  font-size: 108%;
  line-height: 1.8;
  color: #505050;
}
.wrp_roo_res .con_res .box_info .box_in .photo {
  float: right;
  width: 41.92771%;
}
@media only screen and (max-width: 767px) {
  .wrp_roo_res .con_res .box_info .box_in .photo {
    width: 100%;
    margin: 0 0 20px;
  }
}
.wrp_roo_res .con_res .box_info .box_in .photo img {
  max-width: none;
  width: 100%;
}

/* -----------------------------------------------------------
	.con_location
----------------------------------------------------------- */
.con_location {
  background: transparent url(../images/home/bg_location.jpg) no-repeat top center;
  background-size: cover;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_location {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_location {
    margin-bottom: 30px;
  }
}
.con_location .wrp_location {
  position: relative;
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .con_location .wrp_location {
    height: auto;
  }
}
.con_location .wrp_location .box_info {
  position: absolute;
  height: 100%;
  width: 440px;
  left: 20px;
  background: #fff;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .con_location .wrp_location .box_info {
    width: 100%;
    position: static;
  }
}
.con_location .wrp_location .box_info .info {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_location .wrp_location .box_info .info {
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.con_location .wrp_location .box_info .info h3 {
  font-family: "Bellefair", serif;
  font-size: 247%;
  font-weight: normal;
  margin: 0 0 20px;
  color: #505050;
  text-transform: uppercase;
  letter-spacing: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_location .wrp_location .box_info .info h3 {
    font-size: 208%;
  }
}
@media only screen and (max-width: 767px) {
  .con_location .wrp_location .box_info .info h3 {
    font-size: 193%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_location .wrp_location .box_info .info h3 {
    letter-spacing: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_location .wrp_location .box_info .info h3 {
    letter-spacing: 10px;
  }
}
.con_location .wrp_location .box_info .info .photo {
  margin: 0 0 20px;
}
.con_location .wrp_location .box_info .info .txt {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  color: #000;
  font-size: 139%;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_location .wrp_location .box_info .info .txt {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_location .wrp_location .box_info .info .txt {
    font-size: 116%;
  }
}
.con_location .wrp_location .box_info .info .btn_gray {
  text-align: center;
}
.con_location .wrp_location .box_info .info .btn_gray a {
  max-width: 290px;
}
@media only screen and (max-width: 767px) {
  .con_location .wrp_location .box_info .info .btn_gray a {
    max-width: 90%;
    margin: 0 auto 20px;
  }
}

/* -----------------------------------------------------------
	.bnr
----------------------------------------------------------- */
.bnr {
  max-width: 1270px;
  margin: 20 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bnr {
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .bnr {
    margin: 20px auto 10px;
  }
}
.bnr img {
  max-width: none;
  width: 100%;
}
.bnr a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.bnr a:hover {
  opacity: 0.7;
}

.bnr {
  margin-top: 20px;
}
