@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
@font-face {
  font-family: "YuGothicBold";
  src: local("Yu Gothic Medium");
}
.con_information .box_new, .con_search, .con_offer .box_sce, .con_instagram, .con_access .box_acc {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .con_information .box_new, .con_search, .con_offer .box_sce, .con_instagram, .con_access .box_acc {
    width: 95%;
  }
}

@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes float {
  0% {
    top: 30%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 80%;
    opacity: 0;
  }
}
@-webkit-keyframes float {
  0% {
    top: 30%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 80%;
    opacity: 0;
  }
}
@keyframes float {
  0% {
    top: 30%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 80%;
    opacity: 0;
  }
}
#loading {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
}

/* -----------------------------------------------------------
	#js-app
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #page {
    padding-top: 21.05263%;
    box-sizing: border-box;
  }
}

#js-app {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3001;
}
#js-app a {
  display: block;
}
#js-app a img {
  width: 100%;
}
#js-app i {
  position: absolute;
  left: 1.31579%;
  top: 0;
  margin-top: 1.31579%;
  color: #1e2188;
  font-size: 154%;
}

@media only screen and (max-width: 767px) {
  #header {
    padding-top: 21.05263%;
  }
}

/* -----------------------------------------------------------
	.con_mainimg
----------------------------------------------------------- */
.con_mainimg {
  position: relative;
  margin-bottom: 0 !important;
  width: 100%;
  height: 100%;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.con_mainimg .con_best {
  position: absolute;
  top: 130px;
  left: 5em;
  z-index: 999;
}
.con_mainimg .con_best .box_best {
  display: inline-block;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
}
.con_mainimg .con_best .box_best .box_rate {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5em;
}
.con_mainimg .con_best .box_best .box_rate .rate {
  display: inline-block;
  font-family: "Cinzel", serif;
  font-size: 170%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  position: relative;
  color: #b6821b;
}
.con_mainimg .con_best .box_best .box_rate .rate:before, .con_mainimg .con_best .box_best .box_rate .rate:after {
  content: '';
  width: 14px;
  height: 42px;
  background: url(../images/home/ic_st1.png) no-repeat top left;
  position: absolute;
  left: -1em;
  top: 50%;
  margin-top: -21px;
}
.con_mainimg .con_best .box_best .box_rate .rate:after {
  left: inherit;
  right: -1em;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.con_mainimg .con_best .box_best .txt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
  color: #e6b249;
  text-align: center;
}
.con_mainimg .con_best .box_best .txt em, .con_mainimg .con_best .box_best .txt span {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_mainimg .con_best {
    left: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainimg .con_best {
    top: 12%;
    left: 0;
  }
  .con_mainimg .con_best .box_best {
    padding: 1em .5em;
  }
  .con_mainimg .con_best .box_best .box_rate .rate {
    font-size: 108%;
  }
  .con_mainimg .con_best .box_best .txt {
    font-size: 100%;
  }
}
.con_mainimg .con_mv {
  background: url(../images/home/img_mainimg1.jpg) no-repeat center center;
}
@media only screen and (max-width: 767px) {
  .con_mainimg .con_mv {
    background-position: 10% center;
    background-size: cover;
  }
}
.con_mainimg .con_mv .con_popup {
  position: relative;
  width: 100%;
  height: 100vh;
  text-align: center;
}
.con_mainimg .con_mv .con_popup a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #fff;
}
.con_mainimg .con_mv .con_popup a .fa {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #fff;
  width: 4em;
  height: 4em;
  line-height: 4em;
  font-size: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin-top: 50%;
}
.con_mainimg .con_mv .con_popup a .fa:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .con_mainimg .con_mv .con_popup a .fa {
    margin-top: 80%;
  }
}
.con_mainimg .con_mv .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.con_mainimg .con_mv .modal .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.con_mainimg .con_mv .modal .modal__content {
  left: 50%;
  position: absolute;
  top: 35%;
  transform: translate(-50%, -50%);
  width: 95%;
}
.con_mainimg .con_mv .modal .modal__content #video_pop {
  width: 100%;
  height: 100%;
}
.con_mainimg .con_mv .modal .modal__content .js-modal-close {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: right;
  font-size: 150%;
}
.con_mainimg .con_mv .wrp_main-img {
  position: relative;
  height: 100%;
}
.con_mainimg .con_mv .wrp_main-img #box_movie {
  width: 100%;
  position: relative;
}
.con_mainimg .con_mv .wrp_main-img #box_movie #video {
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  object-fit: cover;
}
.con_mainimg .con_mv .wrp_main-img #box_movie #control {
  position: absolute;
  right: 270px;
  bottom: 150px;
  z-index: 3;
  width: 102px;
  height: 46px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_mainimg .con_mv .wrp_main-img #box_movie #control {
    right: 1%;
  }
}
.con_mainimg .con_mv .wrp_main-img #box_movie #control #panel {
  display: none;
}
.con_mainimg .con_mv .wrp_main-img #box_movie #control #playcontrol {
  float: left;
  width: 46px;
  height: 100%;
  cursor: pointer;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.con_mainimg .con_mv .wrp_main-img #box_movie #control #playcontrol.stop {
  background: url(../images/common/img_stop.png) no-repeat center;
}
.con_mainimg .con_mv .wrp_main-img #box_movie #control #playcontrol.play {
  background: url(../images/common/img_play.png) no-repeat center;
}
.con_mainimg .con_mv .wrp_main-img #box_movie #control #volumecontrol {
  float: right;
  width: 46px;
  height: 100%;
  cursor: pointer;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.con_mainimg .con_mv .wrp_main-img #box_movie #control #volumecontrol.mute {
  background: url(../images/common/img_volume-off.png) no-repeat center;
}
.con_mainimg .con_mv .wrp_main-img #box_movie #control #volumecontrol.volumeon {
  background: url(../images/common/img_volume-on.png) no-repeat center;
}
.con_mainimg .con_mv .wrp_main-img .video-controls {
  position: absolute;
  bottom: 150px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  display: block;
}
.con_mainimg .con_mv .wrp_main-img #play-btn {
  right: 200px;
}
.con_mainimg .con_mv .wrp_main-img #pause-btn {
  right: 200px;
}
.con_mainimg .con_mv .wrp_main-img #mute-btn {
  right: 140px;
}
.con_mainimg .con_mv .wrp_main-img #unmute-btn {
  right: 140px;
}
.con_mainimg .scroll {
  position: absolute;
  bottom: 0;
  z-index: 999;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 124%;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) {
  .con_mainimg .scroll {
    padding-bottom: 60px;
  }
}
@media print {
  .con_mainimg .scroll {
    padding-bottom: 60px;
  }
}
.ie8 .con_mainimg .scroll {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .con_mainimg .scroll {
    padding-bottom: 2em;
    font-size: 108%;
  }
}
.con_mainimg .scroll a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
.con_mainimg .scroll a:hover {
  color: #FFF;
}
.con_mainimg .scroll a:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #FFF;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 1.5em;
  margin: 0 auto;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: float 2300ms ease-out;
  -moz-animation: float 2300ms ease-out;
  animation: float 2300ms ease-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.con_mainimg .scroll a:after {
  content: '';
  width: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #FFF;
  display: block;
  position: absolute;
}
.firefox .con_mainimg .scroll a:after {
  width: 1.2px;
}
@media only screen and (min-width: 768px) {
  .con_mainimg .scroll a:after {
    height: 60px;
  }
}
@media print {
  .con_mainimg .scroll a:after {
    height: 60px;
  }
}
.ie8 .con_mainimg .scroll a:after {
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .con_mainimg .scroll a:after {
    height: 2em;
  }
}

/* -----------------------------------------------------------
	.con_information
----------------------------------------------------------- */
.con_information {
  background: #212121;
  color: #FFF;
}
.con_information .box_new {
  width: 95%;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_information .box_new {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .box_new {
    padding: 0.5em 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_information .box_new {
    letter-spacing: -.5em;
  }
  .con_information .box_new > * {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
  }
}
@media print {
  .con_information .box_new {
    letter-spacing: -.5em;
  }
  .con_information .box_new > * {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
  }
}
.ie8 .con_information .box_new {
  letter-spacing: -.5em;
}
.ie8 .con_information .box_new > * {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .con_information .box_new {
    height: 4em;
  }
}
.con_information .box_new .st {
  font-size: 139%;
  width: 190px;
  letter-spacing: 0.2em !important;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_information .box_new .st {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .box_new .st {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_information .box_new .st:after {
    content: '・・・・・・・';
    display: inline-block;
    font-size: 56%;
    padding: 0 1em;
    letter-spacing: normal;
  }
}
@media print {
  .con_information .box_new .st:after {
    content: '・・・・・・・';
    display: inline-block;
    font-size: 56%;
    padding: 0 1em;
    letter-spacing: normal;
  }
}
.ie8 .con_information .box_new .st:after {
  content: '・・・・・・・';
  display: inline-block;
  font-size: 56%;
  padding: 0 1em;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_information .box_new .st:after {
    content: '・・・';
  }
}
@media only screen and (max-width: 767px) {
  .con_information .box_new .st:after {
    display: none;
  }
}
@media only screen and (min-width: 1101px) {
  .con_information .box_new ul {
    width: calc(100% - 210px);
  }
}
@media print {
  .con_information .box_new ul {
    width: calc(100% - 210px);
  }
}
.ie8 .con_information .box_new ul {
  width: calc(100% - 210px);
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_information .box_new ul {
    width: calc(100% - 170px);
  }
}
@media only screen and (max-width: 767px) {
  .con_information .box_new ul {
    width: 100%;
  }
}
.con_information .box_new ul li {
  display: none;
}
.con_information .box_new ul li:first-child {
  display: block;
}
.con_information .box_new ul li a {
  display: block;
  color: #FFF;
  font-size: 116%;
  text-decoration: none;
  display: table;
  height: 1em;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_information .box_new ul li a {
    font-size: 108%;
  }
}
.con_information .box_new ul li a:hover .tit span {
  text-decoration: underline;
}
.con_information .box_new ul li a > * {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: normal;
  margin-left: 1em;
}
.con_information .box_new ul li a .dat {
  font-family: "Cinzel", serif;
  letter-spacing: .1em;
  white-space: nowrap;
  margin-left: 0;
  padding-right: 1.5em;
}
.con_information .box_new ul li a .cat {
  border: 1px solid #b6821b;
  color: #b6821b;
  padding: .2em .5em;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .con_information .box_new ul li a .cat {
    display: none;
  }
}
.con_information .box_new ul li a .tit {
  width: 100%;
  position: relative;
  text-decoration: none;
}
.con_information .box_new ul li a .tit > div, .con_information .box_new ul li a .tit > span {
  width: calc(100% - 1.5em);
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_information .box_new ul li a .tit > div, .con_information .box_new ul li a .tit > span {
    margin-left: 0;
  }
}
.con_information .box_new ul li a .tit > div br, .con_information .box_new ul li a .tit > span br {
  display: none;
}
.con_information .box_new ul li a:hover .tit {
  text-decoration: none;
}

/* -----------------------------------------------------------
	.con_bnr
----------------------------------------------------------- */
.con_bnr {
  background: #212121;
  color: #fff;
  padding: 40px 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_bnr {
    padding: 30px 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bnr {
    padding: 2em 0 0.5em;
  }
}
.con_bnr .box_bnr {
  max-width: 1500px;
  margin: 0 auto;
  width: 95%;
}
.con_bnr .box_bnr .slick-slider {
  padding: 0 4%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_bnr .box_bnr .slick-slider {
    padding: 0 5.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bnr .box_bnr .slick-slider {
    padding: 0 13%;
  }
}
.con_bnr .box_bnr .item_bnr {
  padding: 0 2.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_bnr .box_bnr .item_bnr {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bnr .box_bnr .item_bnr {
    padding: 0;
  }
}
.con_bnr .box_bnr .item_bnr p {
  text-align: center;
}
.con_bnr .box_bnr .item_bnr p a {
  width: 100%;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  position: relative;
  transition: 1.0s;
}
.con_bnr .box_bnr .item_bnr p a img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_bnr .box_bnr .item_bnr p a img {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bnr .box_bnr .item_bnr p a img {
    height: 170px;
  }
}
.con_bnr .box_bnr .item_bnr p a span {
  width: 100%;
  padding: 1% 0;
  font-size: 131%;
  font-family: "Yu Mincho medium", "YuMincho medium", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  color: #fff;
  margin-top: .5em;
}
.con_bnr .box_bnr button.slick-prev {
  width: 50px;
  height: 10px;
  transform: translateY(-50%);
  top: 46%;
  background: url("../images/home/bnr_prev.png");
  left: 0%;
}
.con_bnr .box_bnr button.slick-next {
  width: 50px;
  height: 10px;
  transform: translateY(-50%);
  top: 46%;
  background: url("../images/home/bnr_next.png");
  right: 0%;
}
.con_bnr .box_bnr button:before {
  display: none;
}
.con_bnr .box_bnr .slick-dots {
  text-align: center;
  bottom: -15%;
  position: absolute;
  left: 0;
  right: 0;
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_bnr .box_bnr .slick-dots {
    bottom: -1.5em;
  }
}
.con_bnr .box_bnr .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 8px;
  height: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_bnr .box_bnr .slick-dots li {
    width: .8em;
    height: .8em;
  }
}
.con_bnr .box_bnr .slick-dots li:not(:first-child) {
  margin-left: 4px;
}
.con_bnr .box_bnr .slick-dots li button {
  display: block;
  padding: 0;
  margin: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-indent: -41px;
  background: #fff;
  box-shadow: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
.con_bnr .box_bnr .slick-dots li.slick-active button, .con_bnr .box_bnr .slick-dots li:hover button {
  background: #c5c5c5;
}

/* -----------------------------------------------------------
	.con_search
----------------------------------------------------------- */
.con_search {
  text-align: center;
  margin-top: 38px;
  overflow: hidden;
  padding-bottom: 1px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_search {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search {
    margin-top: 1em;
  }
}
.con_search .st {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_search .st {
    margin-bottom: .5em;
  }
}
.con_search .st .arrow {
  display: block;
  margin-bottom: .8em;
}
.con_search .st .arrow img {
  margin: 0 auto -3px;
  display: block;
  -webkit-animation: fade 3000ms ease-out;
  -moz-animation: fade 3000ms ease-out;
  animation: fade 3000ms ease-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.con_search .st .arrow img:first-child {
  -moz-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.con_search .st .arrow img:first-child + img {
  -moz-animation-delay: 150ms;
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}
.con_search .st .arrow img:first-child + img + img {
  -moz-animation-delay: 300ms;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.con_search .st em {
  font-size: 185%;
  letter-spacing: .1em;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_search .st em {
    font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .st em {
    font-size: 154%;
  }
}
.con_search .st em:before, .con_search .st em:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_search .st em:before {
  content: "";
  margin-right: .5em;
  display: inline-block;
  vertical-align: baseline;
}
.con_search .st .rate {
  display: inline-block;
  font-family: "Cinzel", serif;
  font-size: 124%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  position: relative;
  color: #b6821b;
  margin-left: 1.5em;
}
.con_search .st .rate:before, .con_search .st .rate:after {
  content: '';
  width: 14px;
  height: 42px;
  background: url(../images/home/ic_st1.png) no-repeat top left;
  position: absolute;
  left: -1em;
  top: 50%;
  margin-top: -21px;
}
.con_search .st .rate:after {
  left: inherit;
  right: -1em;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.con_search #obj_search {
  overflow: hidden;
  text-align: left;
  letter-spacing: -.5em;
  width: 95%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_search #obj_search {
    margin-top: .5em;
    display: inline-block;
    width: 670px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search #obj_search {
    margin-top: .5em;
    display: block;
    width: 100%;
  }
}
.con_search #obj_search > * {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  .con_search #obj_search > * {
    min-width: 60px;
    margin-left: 5px;
  }
}
@media print {
  .con_search #obj_search > * {
    min-width: 60px;
    margin-left: 5px;
  }
}
.ie8 .con_search #obj_search > * {
  min-width: 60px;
  margin-left: 5px;
}
.con_search #obj_search > *:after {
  position: absolute;
  bottom: 1.4em;
  right: 2.3em;
  font-size: 108%;
}
.con_search #obj_search > * input, .con_search #obj_search > * select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: border-box;
  font-size: 177%;
  cursor: pointer;
  font-weight: normal;
  padding: .5em 2em .5em .5em;
  font-family: "Cinzel", serif;
  position: relative;
  z-index: 10;
}
.con_search #obj_search > * input::-webkit-search-decoration, .con_search #obj_search > * select::-webkit-search-decoration {
  display: none;
}
.con_search #obj_search > * input::focus, .con_search #obj_search > * select::focus {
  outline-offset: -2px;
}
.con_search #obj_search > * input::-ms-expand, .con_search #obj_search > * select::-ms-expand {
  display: none;
}
@media only screen and (min-width: 768px) {
  .con_search #obj_search > * input, .con_search #obj_search > * select {
    height: 63px;
  }
}
@media print {
  .con_search #obj_search > * input, .con_search #obj_search > * select {
    height: 63px;
  }
}
.ie8 .con_search #obj_search > * input, .ie8 .con_search #obj_search > * select {
  height: 63px;
}
.con_search #obj_search > * input i, .con_search #obj_search > * select i {
  font-size: 61%;
}
.con_search #obj_search > * > em {
  display: block;
  font-size: 108%;
  margin-bottom: .2em;
  letter-spacing: .1em;
}
.con_search #obj_search > * .parts {
  display: block;
  position: relative;
}
.con_search #obj_search > * .parts:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  border: 1px solid #313131;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_search #obj_search > * .parts:after {
  content: '';
  width: 6px;
  height: 4px;
  background: url(../images/home/ic_arrow.png) no-repeat top right;
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -2px;
}
@media only screen and (max-width: 767px) {
  .con_search #obj_search div[class^="box_"] {
    width: 31.25%;
  }
}
.con_search #obj_search div[class^="box_"]:before {
  content: '';
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  background: #313131;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  -moz-transition: width 400ms ease-out;
  -o-transition: width 400ms ease-out;
  -webkit-transition: width 400ms ease-out;
  transition: width 400ms ease-out;
}
.con_search #obj_search div[class^="box_"]:hover:before {
  width: 100%;
}
.con_search #obj_search .box_day {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_search #obj_search .box_day {
    width: 100% !important;
    margin-bottom: .8em;
    display: block !important;
  }
}
.con_search #obj_search .box_day .parts input {
  width: 155px;
  padding: .5em 1em .5em .5em;
}
@media only screen and (max-width: 767px) {
  .con_search #obj_search .box_day .parts input {
    width: 100% !important;
  }
}
.con_search #obj_search .box_sta .parts select {
  width: 75px;
}
@media only screen and (max-width: 767px) {
  .con_search #obj_search .box_sta .parts select {
    width: 100%;
  }
}
.con_search #obj_search .box_sta:after {
  content: '泊';
}
@media only screen and (max-width: 767px) {
  .con_search #obj_search .box_per {
    margin-left: .7em;
  }
}
@media only screen and (max-width: 767px) {
  .con_search #obj_search .box_per .parts select {
    width: 100%;
  }
}
.con_search #obj_search .box_per:after {
  content: '名';
}
@media only screen and (max-width: 767px) {
  .con_search #obj_search .box_roo {
    margin-left: .7em;
  }
}
.con_search #obj_search .box_roo .parts select {
  width: 90px;
  padding: .5em 2em .5em .5em;
}
@media only screen and (max-width: 767px) {
  .con_search #obj_search .box_roo .parts select {
    width: 100%;
  }
}
.con_search #obj_search .box_roo:after {
  content: '部屋';
}
.con_search #obj_search .btn_submit {
  cursor: pointer;
  background: #212121;
  color: #FFF;
  font-size: 108%;
  padding: 1.5em 2em;
  text-align: center;
  letter-spacing: .1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .con_search #obj_search .btn_submit {
    height: 63px;
  }
}
@media print {
  .con_search #obj_search .btn_submit {
    height: 63px;
  }
}
.ie8 .con_search #obj_search .btn_submit {
  height: 63px;
}
@media only screen and (max-width: 767px) {
  .con_search #obj_search .btn_submit {
    display: block !important;
    margin-top: .8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_search #obj_search .btn_plan {
    display: block;
    margin-top: .8em;
  }
}
.con_search #obj_search .btn_plan a {
  display: block;
  text-decoration: none;
  background: url(../images/common/bg1.jpg) repeat top left;
  color: #FFF;
  letter-spacing: .1em;
  padding: 1.5em 1.3em;
  font-size: 108%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}
.con_search #obj_search .btn_plan a:before, .con_search #obj_search .btn_plan a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_search #obj_search .btn_plan a:after {
  content: "";
  margin-left: .5em;
  display: inline-block;
  vertical-align: baseline;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
@media only screen and (min-width: 768px) {
  .con_search #obj_search .btn_plan a {
    height: 63px;
  }
}
@media print {
  .con_search #obj_search .btn_plan a {
    height: 63px;
  }
}
.ie8 .con_search #obj_search .btn_plan a {
  height: 63px;
}
@media only screen and (max-width: 767px) {
  .con_search #obj_search .btn_plan a {
    padding: .8em;
    text-align: center;
  }
}
.con_search #obj_search .btn_plan a:hover:after {
  -moz-transform: translateX(0.3em);
  -ms-transform: translateX(0.3em);
  -webkit-transform: translateX(0.3em);
  transform: translateX(0.3em);
}
.con_search #obj_search .links {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 18px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_search #obj_search .links {
    margin: 15px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_search #obj_search .links {
    margin: 0.5em 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_search #obj_search .links {
    text-align: center;
  }
}
.con_search #obj_search .links .link {
  display: inline-block;
}
.con_search #obj_search .links .link a {
  text-decoration: none;
  display: block;
}
.con_search #obj_search .links .link a:before, .con_search #obj_search .links .link a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_search #obj_search .links .link a:before {
  content: "";
  margin-right: .5em;
  display: inline-block;
  vertical-align: baseline;
}
.con_search #obj_search .links .txt_tel {
  color: #b6821b;
  font-size: 116%;
}
@media only screen and (min-width: 768px) {
  .con_search #obj_search .links .txt_tel {
    display: inline-block;
    padding-left: 2em;
  }
}
@media print {
  .con_search #obj_search .links .txt_tel {
    display: inline-block;
    padding-left: 2em;
  }
}
.ie8 .con_search #obj_search .links .txt_tel {
  display: inline-block;
  padding-left: 2em;
}
@media only screen and (max-width: 767px) {
  .con_search #obj_search .links .txt_tel {
    border: 1px solid #bf9849;
    width: 100%;
    display: block;
    padding: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: -.5em;
    font-size: 108%;
    text-align: center;
    margin-top: .5em;
  }
}
.con_search #obj_search .links .txt_tel i {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .con_search #obj_search .links .txt_tel i {
    width: 45%;
    text-align: left;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    font-size: 86%;
  }
}
.con_search #obj_search .links .txt_tel a, .con_search #obj_search .links .txt_tel span {
  text-decoration: none;
  display: inline-block;
  color: #b6821b;
  font-family: "Cinzel", serif;
  letter-spacing: normal;
  line-height: 1;
  margin-left: .5em;
}
@media only screen and (min-width: 768px) {
  .con_search #obj_search .links .txt_tel a, .con_search #obj_search .links .txt_tel span {
    font-size: 134%;
    letter-spacing: normal;
  }
}
@media print {
  .con_search #obj_search .links .txt_tel a, .con_search #obj_search .links .txt_tel span {
    font-size: 134%;
    letter-spacing: normal;
  }
}
.ie8 .con_search #obj_search .links .txt_tel a, .ie8 .con_search #obj_search .links .txt_tel span {
  font-size: 134%;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .con_search #obj_search .links .txt_tel a, .con_search #obj_search .links .txt_tel span {
    margin-left: 0;
    width: 55%;
    vertical-align: middle;
  }
}
.con_search #obj_search .links .txt_tel a em, .con_search #obj_search .links .txt_tel span em {
  display: inline-block;
  font-size: 150%;
}
@media only screen and (max-width: 767px) {
  .con_search #obj_search .links .txt_tel a em, .con_search #obj_search .links .txt_tel span em {
    font-size: 158%;
  }
}
.con_search .member {
  border: 1px solid #BDBDBD;
  background: #ebebeb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .con_search .member {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1101px) {
  .con_search .member {
    float: right;
    width: 33.18182%;
    margin-top: 25px;
  }
}
@media print {
  .con_search .member {
    float: right;
    width: 33.18182%;
    margin-top: 25px;
  }
}
.ie8 .con_search .member {
  float: right;
  width: 33.18182%;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_search .member {
    float: none;
    max-width: 705px;
    margin: 1em auto 0 !important;
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .member {
    margin-top: .8em;
    width: 100%;
  }
}
.con_search .member a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #000;
  font-family: "Yu Mincho medium", "YuMincho medium", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 108%;
  padding: 1.5em 1.3em;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}
@media only screen and (max-width: 767px) {
  .con_search .member a {
    padding: 0.8em;
  }
}
.con_search .member a:before, .con_search .member a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_search .member a:after {
  content: "";
  margin-left: .5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 94%;
  line-height: 1;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
@media only screen and (min-width: 1101px) and (max-width: 1374.33333px) {
  .con_search .member a {
    font-size: 100%;
  }
}
@media print {
  .con_search .member a {
    font-size: 100%;
  }
}
.ie8 .con_search .member a {
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .con_search .member a {
    font-size: 108%;
  }
}
.con_search .member a:hover:after {
  -moz-transform: translateX(0.3em);
  -ms-transform: translateX(0.3em);
  -webkit-transform: translateX(0.3em);
  transform: translateX(0.3em);
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  background-image: url(../images/home/bg_int_left.png), url(../images/home/bg_int_right.png);
  -moz-background-size: 36.61458% auto, 17.29167% auto;
  -o-background-size: 36.61458% auto, 17.29167% auto;
  -webkit-background-size: 36.61458% auto, 17.29167% auto;
  background-size: 36.61458% auto, 17.29167% auto;
  background-repeat: no-repeat;
  background-position: left 1.875%, 92.08333% top;
  text-align: center;
}
.con_intro .box_int {
  display: inline-block;
  position: relative;
  margin: 111px auto 45px;
  overflow: hidden;
  width: auto;
  padding-right: 115px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_intro .box_int {
    margin: 80px auto 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int {
    margin: 2em auto 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_int h3 {
    width: 71px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media print {
  .con_intro .box_int h3 {
    width: 71px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.ie8 .con_intro .box_int h3 {
  width: 71px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int h3 {
    margin: 0 auto 1em;
    text-align: center;
    width: 50%;
  }
}
.con_intro .box_int .wrp_txt {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int .wrp_txt {
    width: 95%;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_int .wrp_txt p {
    float: right;
  }
}
@media print {
  .con_intro .box_int .wrp_txt p {
    float: right;
  }
}
.ie8 .con_intro .box_int .wrp_txt p {
  float: right;
}
.con_intro .box_int .wrp_txt .txt {
  font-size: 124%;
  text-align: left;
  line-height: 3;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) {
  .con_intro .box_int .wrp_txt .txt {
    width: 550px;
    writing-mode: vertical-rl;
  }
  html:not(.firefox) .con_intro .box_int .wrp_txt .txt {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
  }
}
@media print {
  .con_intro .box_int .wrp_txt .txt {
    width: 550px;
    writing-mode: vertical-rl;
  }
  html:not(.firefox) .con_intro .box_int .wrp_txt .txt {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
  }
}
.ie8 .con_intro .box_int .wrp_txt .txt {
  width: 550px;
  writing-mode: vertical-rl;
}
html:not(.firefox) .ie8 .con_intro .box_int .wrp_txt .txt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int .wrp_txt .txt {
    text-align: center;
    font-size: 108%;
    line-height: 1.6;
    margin-bottom: .5em;
  }
}
.con_intro .box_img {
  max-width: 1600px;
  margin: 0 auto;
  width: 95%;
}

/* -----------------------------------------------------------
	.con_rooms
----------------------------------------------------------- */
.con_rooms {
  margin-top: 93px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_rooms {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms {
    margin-top: 2em;
  }
}
.con_rooms .box_roo {
  margin: 0 auto;
  margin-top: 38px;
  max-width: 2000px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_rooms .box_roo {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_roo {
    margin-top: 1em;
  }
}
.con_rooms .box_roo li {
  position: relative;
  float: left;
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_roo li {
    margin: 0 0 0.1% 0.1%;
  }
}
@media print {
  .con_rooms .box_roo li {
    margin: 0 0 0.1% 0.1%;
  }
}
.ie8 .con_rooms .box_roo li {
  margin: 0 0 0.1% 0.1%;
}
@media only screen and (max-width: 1100px) {
  .con_rooms .box_roo li {
    cursor: pointer;
    -moz-transition: opacity 400ms ease-out;
    -o-transition: opacity 400ms ease-out;
    -webkit-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_roo li {
    margin: 0 0 .5% .5%;
  }
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_roo li:nth-child(-n+2) {
    width: 49.95%;
  }
}
@media print {
  .con_rooms .box_roo li:nth-child(-n+2) {
    width: 49.95%;
  }
}
.ie8 .con_rooms .box_roo li:nth-child(-n+2) {
  width: 49.95%;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_roo li:nth-child(-n+2) {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1374.33333px) {
  .con_rooms .box_roo li:nth-child(-n+2) .wrp_img {
    overflow: hidden;
  }
  .con_rooms .box_roo li:nth-child(-n+2) .wrp_img img {
    position: relative;
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }
}
@media print {
  .con_rooms .box_roo li:nth-child(-n+2) .wrp_img {
    overflow: hidden;
  }
  .con_rooms .box_roo li:nth-child(-n+2) .wrp_img img {
    position: relative;
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }
}
.ie8 .con_rooms .box_roo li:nth-child(-n+2) .wrp_img {
  overflow: hidden;
}
.ie8 .con_rooms .box_roo li:nth-child(-n+2) .wrp_img img {
  position: relative;
  width: 140%;
  max-width: none;
  margin-left: -20%;
}
@media only screen and (min-width: 1101px) and (max-width: 1374.33333px) {
  .con_rooms .box_roo li:nth-child(-n+2) .wrp_txt h4 {
    font-size: 177%;
  }
}
@media print {
  .con_rooms .box_roo li:nth-child(-n+2) .wrp_txt h4 {
    font-size: 177%;
  }
}
.ie8 .con_rooms .box_roo li:nth-child(-n+2) .wrp_txt h4 {
  font-size: 177%;
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_roo li:nth-child(+n+3) {
    width: 33.26673%;
  }
}
@media print {
  .con_rooms .box_roo li:nth-child(+n+3) {
    width: 33.26673%;
  }
}
.ie8 .con_rooms .box_roo li:nth-child(+n+3) {
  width: 33.26673%;
}
@media only screen and (min-width: 1101px) and (max-width: 1600px) {
  .con_rooms .box_roo li:nth-child(+n+3) .wrp_img {
    overflow: hidden;
  }
  .con_rooms .box_roo li:nth-child(+n+3) .wrp_img img {
    position: relative;
    width: 130%;
    max-width: none;
    margin-left: -15%;
  }
}
@media print {
  .con_rooms .box_roo li:nth-child(+n+3) .wrp_img {
    overflow: hidden;
  }
  .con_rooms .box_roo li:nth-child(+n+3) .wrp_img img {
    position: relative;
    width: 130%;
    max-width: none;
    margin-left: -15%;
  }
}
.ie8 .con_rooms .box_roo li:nth-child(+n+3) .wrp_img {
  overflow: hidden;
}
.ie8 .con_rooms .box_roo li:nth-child(+n+3) .wrp_img img {
  position: relative;
  width: 130%;
  max-width: none;
  margin-left: -15%;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_roo li:nth-child(+n+3) {
    width: 49.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_roo li:nth-child(+n+3) .wrp_img {
    overflow: hidden;
  }
  .con_rooms .box_roo li:nth-child(+n+3) .wrp_img img {
    position: relative;
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_roo li:nth-child(+n+3) .wrp_txt {
    width: 90%;
  }
}
@media only screen and (min-width: 1101px) {
  .con_rooms .box_roo li:nth-child(+n+3) .wrp_txt h4 {
    font-size: 200%;
  }
  .con_rooms .box_roo li:nth-child(+n+3) .wrp_txt h4 span {
    font-size: 70%;
  }
}
@media print {
  .con_rooms .box_roo li:nth-child(+n+3) .wrp_txt h4 {
    font-size: 200%;
  }
  .con_rooms .box_roo li:nth-child(+n+3) .wrp_txt h4 span {
    font-size: 70%;
  }
}
.ie8 .con_rooms .box_roo li:nth-child(+n+3) .wrp_txt h4 {
  font-size: 200%;
}
.ie8 .con_rooms .box_roo li:nth-child(+n+3) .wrp_txt h4 span {
  font-size: 70%;
}
@media only screen and (min-width: 1101px) and (max-width: 1374.33333px) {
  .con_rooms .box_roo li:nth-child(+n+3) .wrp_txt h4 {
    font-size: 177%;
  }
}
@media print {
  .con_rooms .box_roo li:nth-child(+n+3) .wrp_txt h4 {
    font-size: 177%;
  }
}
.ie8 .con_rooms .box_roo li:nth-child(+n+3) .wrp_txt h4 {
  font-size: 177%;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_roo li:nth-child(+n+3) .wrp_txt h4 {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_roo li:nth-child(+n+3) .wrp_txt .info {
    font-size: 85%;
  }
}
.con_rooms .box_roo li:nth-child(+n+3) .detail .wrp_txt {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_roo li:nth-child(1), .con_rooms .box_roo li:nth-child(3), .con_rooms .box_roo li:nth-child(6) {
    margin-left: 0;
  }
}
@media print {
  .con_rooms .box_roo li:nth-child(1), .con_rooms .box_roo li:nth-child(3), .con_rooms .box_roo li:nth-child(6) {
    margin-left: 0;
  }
}
.ie8 .con_rooms .box_roo li:nth-child(1), .ie8 .con_rooms .box_roo li:nth-child(3), .ie8 .con_rooms .box_roo li:nth-child(6) {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_roo li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.con_rooms .box_roo li > .wrp_img {
  -moz-transition: filter 400ms ease-out;
  -o-transition: filter 400ms ease-out;
  -webkit-transition: filter 400ms ease-out;
  transition: filter 400ms ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_rooms .box_roo li > .wrp_img {
    overflow: hidden;
  }
  .con_rooms .box_roo li > .wrp_img img {
    position: relative;
    width: 150%;
    max-width: none;
    margin-left: -25%;
  }
}
.con_rooms .box_roo li .wrp_txt {
  background: rgba(49, 49, 49, 0.35);
  color: #FFF;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  padding: 3.5em 2em 3em;
  -moz-transition: opacity 400ms ease-out;
  -o-transition: opacity 400ms ease-out;
  -webkit-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
  padding: 3.5em 2em 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_rooms .box_roo li .wrp_txt {
    padding: 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_roo li .wrp_txt {
    padding: 1em 0;
  }
}
@media only screen and (min-width: 1101px) {
  .con_rooms .box_roo li .wrp_txt {
    width: 380px;
  }
}
@media print {
  .con_rooms .box_roo li .wrp_txt {
    width: 380px;
  }
}
.ie8 .con_rooms .box_roo li .wrp_txt {
  width: 380px;
}
@media only screen and (max-width: 1100px) {
  .con_rooms .box_roo li .wrp_txt {
    width: 80%;
    background: rgba(49, 49, 49, 0.5);
  }
}
.con_rooms .box_roo li .wrp_txt h4 {
  font-size: 231%;
  letter-spacing: .2em;
  font-weight: normal;
}
@media only screen and (min-width: 1375px) and (max-width: 1600px) {
  .con_rooms .box_roo li .wrp_txt h4 {
    font-size: 185%;
  }
}
@media print {
  .con_rooms .box_roo li .wrp_txt h4 {
    font-size: 185%;
  }
}
.ie8 .con_rooms .box_roo li .wrp_txt h4 {
  font-size: 185%;
}
@media only screen and (min-width: 1101px) and (max-width: 1374.33333px) {
  .con_rooms .box_roo li .wrp_txt h4 {
    font-size: 177%;
  }
}
@media print {
  .con_rooms .box_roo li .wrp_txt h4 {
    font-size: 177%;
  }
}
.ie8 .con_rooms .box_roo li .wrp_txt h4 {
  font-size: 177%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_rooms .box_roo li .wrp_txt h4 {
    font-size: 154%;
    letter-spacing: .1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_roo li .wrp_txt h4 {
    font-size: 131%;
    letter-spacing: .1em;
  }
}
.con_rooms .box_roo li .wrp_txt h4 span {
  display: block;
  font-size: 67%;
}
.con_rooms .box_roo li .wrp_txt .info {
  font-size: 124%;
  margin-top: .8em;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_roo li .wrp_txt .info {
    font-size: 108%;
    margin-top: .3em;
  }
}
.con_rooms .box_roo li .wrp_txt .ic {
  position: absolute;
  top: -25px;
  left: -25px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_rooms .box_roo li .wrp_txt .ic {
    width: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_roo li .wrp_txt .ic {
    width: 15%;
    top: -.5em;
    left: -.5em;
  }
}
.con_rooms .box_roo li > .wrp_txt {
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.con_rooms .box_roo li .detail {
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  background: rgba(49, 49, 49, 0.35);
  -moz-transition: opacity 400ms ease-out;
  -o-transition: opacity 400ms ease-out;
  -webkit-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  z-index: 100;
}
@media only screen and (max-width: 1100px) {
  .con_rooms .box_roo li .detail {
    display: none;
  }
}
.con_rooms .box_roo li .detail .inner {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_rooms .box_roo li .detail .inner > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
  -moz-transition: opacity 400ms ease-out, -moz-transform 400ms ease-out;
  -o-transition: opacity 400ms ease-out, -o-transform 400ms ease-out;
  -webkit-transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: opacity 400ms ease-out, transform 400ms ease-out;
}
.con_rooms .box_roo li .detail .wrp_txt {
  background: none;
  padding: 2.5em 3em .5em;
  position: relative;
}
.con_rooms .box_roo li .detail .wrp_txt .ic {
  top: 0;
}
.con_rooms .box_roo li .detail .txt {
  font-size: 116%;
  margin-top: .8em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_rooms .box_roo li .detail .txt {
    font-size: 108%;
  }
}
.con_rooms .box_roo li .detail .btn {
  margin-top: 1em;
  text-align: center;
}
.con_rooms .box_roo li .detail .btn a {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  position: relative;
  padding: 0 .2em .5em;
  font-size: 116%;
  background: url(../images/home/bg_line1.png) repeat-x bottom left;
}
.con_rooms .box_roo li .detail .btn a:before, .con_rooms .box_roo li .detail .btn a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_rooms .box_roo li .detail .btn a:after {
  content: "";
  margin-left: .5em;
  display: inline-block;
  vertical-align: baseline;
}
.con_rooms .box_roo li .detail .btn a:before {
  content: '';
  width: 20%;
  height: 2px;
  background: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: width 400ms ease-out, opacity 400ms ease-out;
  -o-transition: width 400ms ease-out, opacity 400ms ease-out;
  -webkit-transition: width 400ms ease-out, opacity 400ms ease-out;
  transition: width 400ms ease-out, opacity 400ms ease-out;
}
.con_rooms .box_roo li .detail .btn a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 100%;
}
@media only screen and (min-width: 1101px) {
  .con_rooms .box_roo li:hover .wrp_img {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  .con_rooms .box_roo li:hover > .wrp_txt {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .con_rooms .box_roo li:hover .detail {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .con_rooms .box_roo li:hover .detail .inner > * {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .con_rooms .box_roo li:hover .detail .inner > *:nth-child(1) {
    -moz-transition: opacity 800ms ease-out 200ms, transform 800ms ease-out 200ms;
    -o-transition: opacity 800ms ease-out 200ms, transform 800ms ease-out 200ms;
    -webkit-transition: opacity 800ms ease-out 200ms, transform 800ms ease-out 200ms;
    transition: opacity 800ms ease-out 200ms, transform 800ms ease-out 200ms;
  }
  .con_rooms .box_roo li:hover .detail .inner > *:nth-child(2) {
    -moz-transition: opacity 800ms ease-out 400ms, transform 800ms ease-out 400ms;
    -o-transition: opacity 800ms ease-out 400ms, transform 800ms ease-out 400ms;
    -webkit-transition: opacity 800ms ease-out 400ms, transform 800ms ease-out 400ms;
    transition: opacity 800ms ease-out 400ms, transform 800ms ease-out 400ms;
  }
  .con_rooms .box_roo li:hover .detail .inner > *:nth-child(3) {
    -moz-transition: opacity 800ms ease-out 600ms, transform 800ms ease-out 600ms;
    -o-transition: opacity 800ms ease-out 600ms, transform 800ms ease-out 600ms;
    -webkit-transition: opacity 800ms ease-out 600ms, transform 800ms ease-out 600ms;
    transition: opacity 800ms ease-out 600ms, transform 800ms ease-out 600ms;
  }
  .con_rooms .box_roo li:hover .detail .inner > *:nth-child(4) {
    -moz-transition: opacity 800ms ease-out 800ms, transform 800ms ease-out 800ms;
    -o-transition: opacity 800ms ease-out 800ms, transform 800ms ease-out 800ms;
    -webkit-transition: opacity 800ms ease-out 800ms, transform 800ms ease-out 800ms;
    transition: opacity 800ms ease-out 800ms, transform 800ms ease-out 800ms;
  }
  .con_rooms .box_roo li:hover .detail .inner > *:nth-child(5) {
    -moz-transition: opacity 800ms ease-out 1000ms, transform 800ms ease-out 1000ms;
    -o-transition: opacity 800ms ease-out 1000ms, transform 800ms ease-out 1000ms;
    -webkit-transition: opacity 800ms ease-out 1000ms, transform 800ms ease-out 1000ms;
    transition: opacity 800ms ease-out 1000ms, transform 800ms ease-out 1000ms;
  }
}
@media print {
  .con_rooms .box_roo li:hover .wrp_img {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  .con_rooms .box_roo li:hover > .wrp_txt {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .con_rooms .box_roo li:hover .detail {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .con_rooms .box_roo li:hover .detail .inner > * {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .con_rooms .box_roo li:hover .detail .inner > *:nth-child(1) {
    -moz-transition: opacity 800ms ease-out 200ms, transform 800ms ease-out 200ms;
    -o-transition: opacity 800ms ease-out 200ms, transform 800ms ease-out 200ms;
    -webkit-transition: opacity 800ms ease-out 200ms, transform 800ms ease-out 200ms;
    transition: opacity 800ms ease-out 200ms, transform 800ms ease-out 200ms;
  }
  .con_rooms .box_roo li:hover .detail .inner > *:nth-child(2) {
    -moz-transition: opacity 800ms ease-out 400ms, transform 800ms ease-out 400ms;
    -o-transition: opacity 800ms ease-out 400ms, transform 800ms ease-out 400ms;
    -webkit-transition: opacity 800ms ease-out 400ms, transform 800ms ease-out 400ms;
    transition: opacity 800ms ease-out 400ms, transform 800ms ease-out 400ms;
  }
  .con_rooms .box_roo li:hover .detail .inner > *:nth-child(3) {
    -moz-transition: opacity 800ms ease-out 600ms, transform 800ms ease-out 600ms;
    -o-transition: opacity 800ms ease-out 600ms, transform 800ms ease-out 600ms;
    -webkit-transition: opacity 800ms ease-out 600ms, transform 800ms ease-out 600ms;
    transition: opacity 800ms ease-out 600ms, transform 800ms ease-out 600ms;
  }
  .con_rooms .box_roo li:hover .detail .inner > *:nth-child(4) {
    -moz-transition: opacity 800ms ease-out 800ms, transform 800ms ease-out 800ms;
    -o-transition: opacity 800ms ease-out 800ms, transform 800ms ease-out 800ms;
    -webkit-transition: opacity 800ms ease-out 800ms, transform 800ms ease-out 800ms;
    transition: opacity 800ms ease-out 800ms, transform 800ms ease-out 800ms;
  }
  .con_rooms .box_roo li:hover .detail .inner > *:nth-child(5) {
    -moz-transition: opacity 800ms ease-out 1000ms, transform 800ms ease-out 1000ms;
    -o-transition: opacity 800ms ease-out 1000ms, transform 800ms ease-out 1000ms;
    -webkit-transition: opacity 800ms ease-out 1000ms, transform 800ms ease-out 1000ms;
    transition: opacity 800ms ease-out 1000ms, transform 800ms ease-out 1000ms;
  }
}
.ie8 .con_rooms .box_roo li:hover .wrp_img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.ie8 .con_rooms .box_roo li:hover > .wrp_txt {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.ie8 .con_rooms .box_roo li:hover .detail {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.ie8 .con_rooms .box_roo li:hover .detail .inner > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ie8 .con_rooms .box_roo li:hover .detail .inner > *:nth-child(1) {
  -moz-transition: opacity 800ms ease-out 200ms, transform 800ms ease-out 200ms;
  -o-transition: opacity 800ms ease-out 200ms, transform 800ms ease-out 200ms;
  -webkit-transition: opacity 800ms ease-out 200ms, transform 800ms ease-out 200ms;
  transition: opacity 800ms ease-out 200ms, transform 800ms ease-out 200ms;
}
.ie8 .con_rooms .box_roo li:hover .detail .inner > *:nth-child(2) {
  -moz-transition: opacity 800ms ease-out 400ms, transform 800ms ease-out 400ms;
  -o-transition: opacity 800ms ease-out 400ms, transform 800ms ease-out 400ms;
  -webkit-transition: opacity 800ms ease-out 400ms, transform 800ms ease-out 400ms;
  transition: opacity 800ms ease-out 400ms, transform 800ms ease-out 400ms;
}
.ie8 .con_rooms .box_roo li:hover .detail .inner > *:nth-child(3) {
  -moz-transition: opacity 800ms ease-out 600ms, transform 800ms ease-out 600ms;
  -o-transition: opacity 800ms ease-out 600ms, transform 800ms ease-out 600ms;
  -webkit-transition: opacity 800ms ease-out 600ms, transform 800ms ease-out 600ms;
  transition: opacity 800ms ease-out 600ms, transform 800ms ease-out 600ms;
}
.ie8 .con_rooms .box_roo li:hover .detail .inner > *:nth-child(4) {
  -moz-transition: opacity 800ms ease-out 800ms, transform 800ms ease-out 800ms;
  -o-transition: opacity 800ms ease-out 800ms, transform 800ms ease-out 800ms;
  -webkit-transition: opacity 800ms ease-out 800ms, transform 800ms ease-out 800ms;
  transition: opacity 800ms ease-out 800ms, transform 800ms ease-out 800ms;
}
.ie8 .con_rooms .box_roo li:hover .detail .inner > *:nth-child(5) {
  -moz-transition: opacity 800ms ease-out 1000ms, transform 800ms ease-out 1000ms;
  -o-transition: opacity 800ms ease-out 1000ms, transform 800ms ease-out 1000ms;
  -webkit-transition: opacity 800ms ease-out 1000ms, transform 800ms ease-out 1000ms;
  transition: opacity 800ms ease-out 1000ms, transform 800ms ease-out 1000ms;
}
@media only screen and (max-width: 1100px) {
  .con_rooms .box_roo li:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}

/* -----------------------------------------------------------
	.con_hotspring / .con_spa
----------------------------------------------------------- */
.con_hotspring, .con_spa {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_hotspring, .con_spa {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring, .con_spa {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring, .con_spa {
    overflow: hidden;
  }
}
.con_hotspring .box_hot, .con_spa .box_hot {
  margin-top: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_hotspring .box_hot, .con_spa .box_hot {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_hot, .con_spa .box_hot {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1374.33333px) {
  .con_hotspring .box_hot .wrp_img, .con_spa .box_hot .wrp_img {
    overflow: hidden;
  }
  .con_hotspring .box_hot .wrp_img img, .con_spa .box_hot .wrp_img img {
    position: relative;
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }
}
@media print {
  .con_hotspring .box_hot .wrp_img, .con_spa .box_hot .wrp_img {
    overflow: hidden;
  }
  .con_hotspring .box_hot .wrp_img img, .con_spa .box_hot .wrp_img img {
    position: relative;
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }
}
.ie8 .con_hotspring .box_hot .wrp_img, .ie8 .con_spa .box_hot .wrp_img {
  overflow: hidden;
}
.ie8 .con_hotspring .box_hot .wrp_img img, .ie8 .con_spa .box_hot .wrp_img img {
  position: relative;
  width: 140%;
  max-width: none;
  margin-left: -20%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_hotspring .box_hot .wrp_img, .con_spa .box_hot .wrp_img {
    overflow: hidden;
  }
  .con_hotspring .box_hot .wrp_img img, .con_spa .box_hot .wrp_img img {
    position: relative;
    width: 130%;
    max-width: none;
    margin-left: -15%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_hot .wrp_img, .con_spa .box_hot .wrp_img {
    overflow: hidden;
  }
  .con_hotspring .box_hot .wrp_img img, .con_spa .box_hot .wrp_img img {
    position: relative;
    width: 260%;
    max-width: none;
    margin-left: -80%;
  }
}
.con_hotspring .box_hot .wrp_txt, .con_spa .box_hot .wrp_txt {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  max-width: 95%;
}
.con_hotspring .box_hot .wrp_txt .st, .con_spa .box_hot .wrp_txt .st {
  font-size: 200%;
  letter-spacing: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_hotspring .box_hot .wrp_txt .st, .con_spa .box_hot .wrp_txt .st {
    font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_hot .wrp_txt .st, .con_spa .box_hot .wrp_txt .st {
    font-size: 139%;
    letter-spacing: .3em;
  }
}
.con_hotspring .box_hot .wrp_txt .txt, .con_spa .box_hot .wrp_txt .txt {
  margin-top: 45px;
  font-size: 124%;
  line-height: 1.8;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_hotspring .box_hot .wrp_txt .txt, .con_spa .box_hot .wrp_txt .txt {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_hot .wrp_txt .txt, .con_spa .box_hot .wrp_txt .txt {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_hot .wrp_txt .txt, .con_spa .box_hot .wrp_txt .txt {
    white-space: nowrap;
    font-size: 108%;
  }
}
.con_hotspring .box_hot .wrp_txt .btn, .con_spa .box_hot .wrp_txt .btn {
  margin-top: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_hotspring .box_hot .wrp_txt .btn, .con_spa .box_hot .wrp_txt .btn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_hot .wrp_txt .btn, .con_spa .box_hot .wrp_txt .btn {
    margin-top: 1em;
  }
}

/* -----------------------------------------------------------
	.con_cuisine
----------------------------------------------------------- */
.con_cuisine {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_cuisine {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine {
    margin-top: 2em;
  }
}
.con_cuisine ul {
  margin-top: 25px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_cuisine ul {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine ul {
    margin-top: 0.5em;
  }
}
.con_cuisine ul li {
  float: left;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_cuisine ul li {
    width: 24.96256%;
    margin-left: 0.04993%;
  }
  .con_cuisine ul li:first-child {
    margin-left: 0;
  }
}
@media print {
  .con_cuisine ul li {
    width: 24.96256%;
    margin-left: 0.04993%;
  }
  .con_cuisine ul li:first-child {
    margin-left: 0;
  }
}
.ie8 .con_cuisine ul li {
  width: 24.96256%;
  margin-left: 0.04993%;
}
.ie8 .con_cuisine ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_cuisine ul li {
    width: 49.5%;
    margin: 0 0 .5% .5%;
  }
  .con_cuisine ul li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.con_cuisine ul li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.con_cuisine ul li a:hover .wrp_txt {
  background: rgba(49, 49, 49, 0.7);
}
.con_cuisine ul li a:hover .wrp_img img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transition: -moz-transform 2000ms ease-out;
  -o-transition: -o-transform 2000ms ease-out;
  -webkit-transition: -webkit-transform 2000ms ease-out;
  transition: transform 2000ms ease-out;
}
.con_cuisine ul li .wrp_img img {
  -moz-transition: -moz-transform 600ms linear;
  -o-transition: -o-transform 600ms linear;
  -webkit-transition: -webkit-transform 600ms linear;
  transition: transform 600ms linear;
}
.con_cuisine ul li .wrp_txt {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  background: rgba(49, 49, 49, 0.35);
  color: #FFF;
  padding: 3em 2em;
  text-align: center;
  -moz-transition: background 400ms ease;
  -o-transition: background 400ms ease;
  -webkit-transition: background 400ms ease;
  transition: background 400ms ease;
}
@media only screen and (min-width: 1101px) and (max-width: 1374.33333px) {
  .con_cuisine ul li .wrp_txt {
    padding: 2em 1em;
  }
}
@media print {
  .con_cuisine ul li .wrp_txt {
    padding: 2em 1em;
  }
}
.ie8 .con_cuisine ul li .wrp_txt {
  padding: 2em 1em;
}
@media only screen and (max-width: 1100px) {
  .con_cuisine ul li .wrp_txt {
    padding: 1em;
    width: 90%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.con_cuisine ul li .wrp_txt h4 {
  font-size: 231%;
  white-space: nowrap;
  letter-spacing: .2em;
}
@media only screen and (min-width: 1101px) and (max-width: 1374.33333px) {
  .con_cuisine ul li .wrp_txt h4 {
    font-size: 193%;
  }
}
@media print {
  .con_cuisine ul li .wrp_txt h4 {
    font-size: 193%;
  }
}
.ie8 .con_cuisine ul li .wrp_txt h4 {
  font-size: 193%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_cuisine ul li .wrp_txt h4 {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine ul li .wrp_txt h4 {
    font-size: 139%;
  }
}
.con_cuisine ul li .wrp_txt h4 span {
  font-size: 67%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_cuisine ul li .wrp_txt h4 i {
    font-size: 90%;
    letter-spacing: .1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine ul li .wrp_txt h4 i {
    letter-spacing: .1em;
    font-size: 89%;
  }
}
.con_cuisine ul li .wrp_txt .txt {
  font-size: 124%;
  margin-top: .3em;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) {
  .con_cuisine ul li .wrp_txt .txt {
    white-space: nowrap;
  }
}
@media print {
  .con_cuisine ul li .wrp_txt .txt {
    white-space: nowrap;
  }
}
.ie8 .con_cuisine ul li .wrp_txt .txt {
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_cuisine ul li .wrp_txt .txt {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine ul li .wrp_txt .txt {
    font-size: 100%;
  }
}

/* -----------------------------------------------------------
	.con_offer
----------------------------------------------------------- */
.con_offer {
  margin-top: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_offer {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_offer {
    margin-top: 2em;
  }
}
.con_offer h3 {
  text-align: center;
}
.con_offer h3 i {
  display: inline-block;
  font-family: "Cinzel", serif;
  font-size: 124%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  position: relative;
  color: #b6821b;
  margin-bottom: 1em;
}
.con_offer h3 i:before, .con_offer h3 i:after {
  content: '';
  width: 14px;
  height: 42px;
  background: url(../images/home/ic_st1.png) no-repeat top left;
  position: absolute;
  left: -1em;
  top: 50%;
  margin-top: -21px;
}
.con_offer h3 i:after {
  left: inherit;
  right: -1em;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.con_offer .box_off {
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
  text-align: center;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_offer .box_off {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_offer .box_off {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_offer .box_off {
    letter-spacing: -.5em;
  }
}
@media print {
  .con_offer .box_off {
    letter-spacing: -.5em;
  }
}
.ie8 .con_offer .box_off {
  letter-spacing: -.5em;
}
@media only screen and (min-width: 768px) {
  .con_offer .box_off li {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    width: 31.42857%;
    margin-left: 2.85714%;
  }
  .con_offer .box_off li:first-child {
    margin-left: 0;
  }
}
@media print {
  .con_offer .box_off li {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    width: 31.42857%;
    margin-left: 2.85714%;
  }
  .con_offer .box_off li:first-child {
    margin-left: 0;
  }
}
.ie8 .con_offer .box_off li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  width: 31.42857%;
  margin-left: 2.85714%;
}
.ie8 .con_offer .box_off li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_offer .box_off li {
    margin-bottom: .5em;
  }
}
.con_offer .box_off li a {
  display: block;
  text-decoration: none;
  color: #121212;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_offer .box_off li a {
    letter-spacing: -.5em;
    background: url(../images/common/bg2.jpg) repeat top left;
  }
}
.con_offer .box_off li a:hover .wrp_img:after {
  -moz-box-shadow: 0 0 12em 12em rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0 0 12em 12em rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 0 12em 12em rgba(255, 255, 255, 0.2) inset;
}
.con_offer .box_off li a .wrp_img {
  position: relative;
}
@media only screen and (min-width: 1101px) {
  .con_offer .box_off li a .wrp_img {
    height: 262px;
    overflow: hidden;
  }
  .con_offer .box_off li a .wrp_img img {
    width: 100%;
  }
}
@media print {
  .con_offer .box_off li a .wrp_img {
    height: 262px;
    overflow: hidden;
  }
  .con_offer .box_off li a .wrp_img img {
    width: 100%;
  }
}
.ie8 .con_offer .box_off li a .wrp_img {
  height: 262px;
  overflow: hidden;
}
.ie8 .con_offer .box_off li a .wrp_img img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_offer .box_off li a .wrp_img {
    height: 0;
    padding-bottom: 59.54545%;
    overflow: hidden;
  }
  .con_offer .box_off li a .wrp_img img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_offer .box_off li a .wrp_img {
    width: 30%;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
  }
  .con_offer .box_off li a .wrp_img img {
    position: relative;
    width: 160%;
    max-width: none;
    margin-left: -30%;
  }
}
.con_offer .box_off li a .wrp_img:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: box-shadow 300ms ease-out;
  -o-transition: box-shadow 300ms ease-out;
  -webkit-transition: box-shadow 300ms ease-out;
  transition: box-shadow 300ms ease-out;
  z-index: 10;
}
.con_offer .box_off li a .wrp_txt {
  padding: 2em 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_offer .box_off li a .wrp_txt {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_offer .box_off li a .wrp_txt {
    padding: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_offer .box_off li a .wrp_txt {
    background: url(../images/common/bg2.jpg) repeat top left;
  }
}
@media print {
  .con_offer .box_off li a .wrp_txt {
    background: url(../images/common/bg2.jpg) repeat top left;
  }
}
.ie8 .con_offer .box_off li a .wrp_txt {
  background: url(../images/common/bg2.jpg) repeat top left;
}
@media only screen and (max-width: 767px) {
  .con_offer .box_off li a .wrp_txt {
    width: 70%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
  }
}
.con_offer .box_off li a .wrp_txt .txt {
  font-size: 139%;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_offer .box_off li a .wrp_txt .txt {
    font-size: 124%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .con_offer .box_off li a .wrp_txt .txt {
    font-size: 100%;
  }
}
.con_offer .box_off li a .wrp_txt .price {
  font-size: 116%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_offer .box_off li a .wrp_txt .price {
    font-size: 100%;
  }
}
.con_offer .box_off li a .wrp_txt .price span {
  color: #603d00;
  font-size: 160%;
  font-weight: normal;
  font-family: "Cinzel", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_offer .box_off li a .wrp_txt .price span {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_offer .box_off li a .wrp_txt .price span {
    font-size: 124%;
  }
}
.con_offer .box_bnr {
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
  text-align: center;
  letter-spacing: -.5em;
  margin-top: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_offer .box_bnr {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_offer .box_bnr {
    margin-top: 0.5em;
  }
}
.con_offer .box_bnr li {
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
  .con_offer .box_bnr li {
    display: inline-block;
    width: 49.35714%;
    margin-left: 1.21429%;
  }
  .con_offer .box_bnr li:first-child {
    margin-left: 0;
  }
}
@media print {
  .con_offer .box_bnr li {
    display: inline-block;
    width: 49.35714%;
    margin-left: 1.21429%;
  }
  .con_offer .box_bnr li:first-child {
    margin-left: 0;
  }
}
.ie8 .con_offer .box_bnr li {
  display: inline-block;
  width: 49.35714%;
  margin-left: 1.21429%;
}
.ie8 .con_offer .box_bnr li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_offer .box_bnr li {
    width: 100%;
    display: block;
    margin: 0 auto .5em;
  }
}
.con_offer .box_bnr li a {
  display: block;
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_offer .box_bnr li a {
    overflow: hidden;
  }
  .con_offer .box_bnr li a img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_offer .box_bnr li a {
    overflow: hidden;
  }
  .con_offer .box_bnr li a img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
.con_offer .box_bnr li a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: box-shadow 300ms ease-out;
  -o-transition: box-shadow 300ms ease-out;
  -webkit-transition: box-shadow 300ms ease-out;
  transition: box-shadow 300ms ease-out;
  z-index: 10;
}
.con_offer .box_bnr li a:hover:after {
  -moz-box-shadow: 0 0 7em 7em rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0 0 7em 7em rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 0 7em 7em rgba(255, 255, 255, 0.2) inset;
}
.con_offer .box_sce {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_offer .box_sce {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_offer .box_sce {
    margin-top: 2em;
  }
}
.con_offer .box_sce h4 {
  text-align: center;
  font-size: 185%;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_offer .box_sce h4 {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_offer .box_sce h4 {
    font-size: 139%;
  }
}
.con_offer .box_sce ul {
  text-align: center;
  letter-spacing: -.5em;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_offer .box_sce ul {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_offer .box_sce ul {
    margin-top: 0.5em;
  }
}
.con_offer .box_sce ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
  .con_offer .box_sce ul li {
    width: 22.90909%;
    margin-left: 2.72727%;
  }
  .con_offer .box_sce ul li:first-child {
    margin-left: 0;
  }
}
@media print {
  .con_offer .box_sce ul li {
    width: 22.90909%;
    margin-left: 2.72727%;
  }
  .con_offer .box_sce ul li:first-child {
    margin-left: 0;
  }
}
.ie8 .con_offer .box_sce ul li {
  width: 22.90909%;
  margin-left: 2.72727%;
}
.ie8 .con_offer .box_sce ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_offer .box_sce ul li {
    width: 49%;
    margin: 0 0 2% 2%;
  }
  .con_offer .box_sce ul li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.con_offer .box_sce ul li a {
  display: block;
  text-decoration: none;
}
.con_offer .box_sce ul li a .img {
  position: relative;
}
.con_offer .box_sce ul li a .img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -moz-transition: box-shadow 400ms ease-out;
  -o-transition: box-shadow 400ms ease-out;
  -webkit-transition: box-shadow 400ms ease-out;
  transition: box-shadow 400ms ease-out;
}
.con_offer .box_sce ul li a .txt {
  font-size: 124%;
  margin-top: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_offer .box_sce ul li a .txt {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_offer .box_sce ul li a .txt {
    font-size: 100%;
  }
}
.con_offer .box_sce ul li a .txt:before, .con_offer .box_sce ul li a .txt:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_offer .box_sce ul li a .txt:after {
  content: "";
  margin-left: .5em;
  display: inline-block;
  vertical-align: baseline;
}
.con_offer .box_sce ul li a:hover .img:before {
  -moz-box-shadow: 0 0 80px 80px rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 0 80px 80px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 80px 80px rgba(255, 255, 255, 0.3) inset;
}
.con_offer .box_sce .btn {
  text-align: center;
  margin: 0 auto;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_offer .box_sce .btn {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_offer .box_sce .btn {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_offer .box_sce .btn {
    width: 380px;
  }
}
@media print {
  .con_offer .box_sce .btn {
    width: 380px;
  }
}
.ie8 .con_offer .box_sce .btn {
  width: 380px;
}
.con_offer .box_sce .btn a {
  padding: 1em;
  text-align: center;
  display: block;
  text-decoration: none;
  background: url(../images/common/bg2.jpg) repeat top left;
  color: #FFF;
  font-size: 124%;
  position: relative;
  -moz-transition: box-shadow 400ms ease-out;
  -o-transition: box-shadow 400ms ease-out;
  -webkit-transition: box-shadow 400ms ease-out;
  transition: box-shadow 400ms ease-out;
}
.con_offer .box_sce .btn a:before, .con_offer .box_sce .btn a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_offer .box_sce .btn a:after {
  content: "";
  margin-left: .5em;
  position: absolute;
  top: 50%;
  margin-top: -.75em;
  letter-spacing: 1;
  right: 1em;
  -moz-transition: right 400ms ease-out;
  -o-transition: right 400ms ease-out;
  -webkit-transition: right 400ms ease-out;
  transition: right 400ms ease-out;
}
.con_offer .box_sce .btn a:hover {
  -moz-box-shadow: 0 0 2em 2em rgba(139, 99, 19, 0.7) inset;
  -webkit-box-shadow: 0 0 2em 2em rgba(139, 99, 19, 0.7) inset;
  box-shadow: 0 0 2em 2em rgba(139, 99, 19, 0.7) inset;
}
.con_offer .box_sce .btn a:hover:after {
  right: .7em;
}

/* -----------------------------------------------------------
	.con_links
----------------------------------------------------------- */
.con_links {
  text-align: center;
  letter-spacing: -.5em;
  overflow: hidden;
  margin-top: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_links {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_links {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_links li {
    width: 49.92504%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin-left: 0.09995%;
  }
  .con_links li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media print {
  .con_links li {
    width: 49.92504%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin-left: 0.09995%;
  }
  .con_links li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.ie8 .con_links li {
  width: 49.92504%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-left: 0.09995%;
}
.ie8 .con_links li:nth-child(2n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_links li {
    width: 100%;
  }
}
.con_links li a {
  display: block;
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_links li a .img {
    overflow: hidden;
  }
  .con_links li a .img img {
    position: relative;
    width: 150%;
    max-width: none;
    margin-left: -25%;
  }
}
@media only screen and (max-width: 767px) {
  .con_links li a .img {
    overflow: hidden;
  }
  .con_links li a .img img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
.con_links li a .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.con_links li a .txt:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-bottom: 1px dotted #FFF;
  border-right: 1px dotted #FFF;
  bottom: -5px;
  right: -5px;
  -moz-transition: bottom 400ms ease-out, right 400ms ease-out;
  -o-transition: bottom 400ms ease-out, right 400ms ease-out;
  -webkit-transition: bottom 400ms ease-out, right 400ms ease-out;
  transition: bottom 400ms ease-out, right 400ms ease-out;
}
.con_links li a .txt em {
  border: 1px solid #FFF;
  display: block;
  -moz-transition: box-shadow 400ms ease-out, -moz-transform 400ms ease-out;
  -o-transition: box-shadow 400ms ease-out, -o-transform 400ms ease-out;
  -webkit-transition: box-shadow 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: box-shadow 400ms ease-out, transform 400ms ease-out;
}
@media only screen and (min-width: 1101px) {
  .con_links li a .txt em {
    width: 228px;
  }
}
@media print {
  .con_links li a .txt em {
    width: 228px;
  }
}
.ie8 .con_links li a .txt em {
  width: 228px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_links li a .txt em {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .con_links li a .txt em {
    width: 12em;
  }
}
.con_links li a:hover .txt em {
  transform: translate(3px, 3px);
  -moz-box-shadow: 0 0 80px 80px rgba(255, 255, 255, 0.25) inset;
  -webkit-box-shadow: 0 0 80px 80px rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 0 80px 80px rgba(255, 255, 255, 0.25) inset;
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  margin-top: 58px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-top: 2em;
  }
}
.con_news ul {
  text-align: left;
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
  padding: 50px 10.28571%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../images/home/bg_news.png), url(../images/common/bg3.jpg);
  -moz-background-size: 20.42857% auto, auto;
  -o-background-size: 20.42857% auto, auto;
  -webkit-background-size: 20.42857% auto, auto;
  background-size: 20.42857% auto, auto;
  background-repeat: no-repeat,repeat;
  background-position: bottom right,top left;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news ul {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news ul {
    padding: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news ul {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news ul {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news ul {
    -moz-background-size: 50% auto, auto;
    -o-background-size: 50% auto, auto;
    -webkit-background-size: 50% auto, auto;
    background-size: 50% auto, auto;
  }
}
.con_news ul li:first-child {
  border-top: 1px solid #887746;
}
.con_news ul li a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #887746;
  letter-spacing: -.5em;
  position: relative;
  -moz-transition: background 400ms ease-out;
  -o-transition: background 400ms ease-out;
  -webkit-transition: background 400ms ease-out;
  transition: background 400ms ease-out;
  padding: 1.3em 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news ul li a {
    padding: 1.3em 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news ul li a {
    padding: 0.5em;
  }
}
.con_news ul li a:before, .con_news ul li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_news ul li a:after {
  content: "";
  margin-left: .5em;
  position: absolute;
  top: 50%;
  margin-top: -.6em;
  right: 2em;
  line-height: 1;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .con_news ul li a:after {
    right: 1em;
  }
}
.con_news ul li a > * {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-left: 1em;
  position: relative;
  z-index: 10;
}
.con_news ul li a > *:first-child {
  margin-left: 0;
}
.con_news ul li a .date {
  font-size: 124%;
  color: #121212;
  letter-spacing: .1em;
  font-family: "Cinzel", serif;
  width: 5em;
}
@media only screen and (max-width: 767px) {
  .con_news ul li a .date {
    font-size: 116%;
  }
}
.con_news ul li a .cate {
  font-size: 116%;
  color: #5f3c01;
  text-align: center;
  border: 1px solid #5f3c01;
  padding: .3em .2em .1em;
  line-height: 1;
  min-width: 5.5em;
}
@media only screen and (max-width: 767px) {
  .con_news ul li a .cate {
    font-size: 108%;
  }
}
.con_news ul li a .title {
  color: #121212;
  font-size: 124%;
  width: calc(100% - 13em);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .con_news ul li a .title {
    width: 90%;
    display: block;
    margin: .3em 0 0;
    font-size: 108%;
  }
}
.con_news ul li a:hover {
  background: rgba(223, 211, 177, 0.2);
}
.con_news ul li a:hover:before {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_news .temp_btn1 {
  margin-top: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_news .temp_btn1 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .temp_btn1 {
    margin-top: 1em;
  }
}
.con_news .temp_btn1 a em {
  color: #313131;
}

/* -----------------------------------------------------------
	.con_instagram
----------------------------------------------------------- */
.con_instagram {
  position: relative;
  margin-top: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_instagram {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_instagram {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_instagram {
    padding-top: 1em;
  }
}
.con_instagram h3 {
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_instagram h3 {
    width: 18.90909%;
    min-width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .con_instagram h3 {
    width: 50%;
  }
}
.con_instagram ul {
  overflow: hidden;
  margin-top: 29px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_instagram ul {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_instagram ul {
    margin-top: 0.5em;
  }
}
.con_instagram ul li {
  float: left;
}
@media only screen and (min-width: 768px) {
  .con_instagram ul li {
    width: 21.81818%;
    margin-left: 4.18182%;
  }
  .con_instagram ul li:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media print {
  .con_instagram ul li {
    width: 21.81818%;
    margin-left: 4.18182%;
  }
  .con_instagram ul li:nth-child(4n+1) {
    margin-left: 0;
  }
}
.ie8 .con_instagram ul li {
  width: 21.81818%;
  margin-left: 4.18182%;
}
.ie8 .con_instagram ul li:nth-child(4n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_instagram ul li {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .con_instagram .btn {
    width: 288px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media print {
  .con_instagram .btn {
    width: 288px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.ie8 .con_instagram .btn {
  width: 288px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_instagram .btn {
    width: 16em;
  }
}
@media only screen and (max-width: 767px) {
  .con_instagram .btn {
    margin-top: .5em;
  }
}
.con_instagram .btn a {
  display: block;
  text-decoration: none;
  border: 1px solid #cbcbcb;
  text-align: center;
  position: relative;
  -moz-transition: background 400ms ease-out, color 400ms ease-out;
  -o-transition: background 400ms ease-out, color 400ms ease-out;
  -webkit-transition: background 400ms ease-out, color 400ms ease-out;
  transition: background 400ms ease-out, color 400ms ease-out;
  font-size: 108%;
  padding: 0.5em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_instagram .btn a {
    padding: 0.5em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_instagram .btn a {
    padding: 0.5em;
  }
}
.con_instagram .btn a:before, .con_instagram .btn a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_instagram .btn a:after {
  content: "";
  margin-left: .5em;
  display: inline-block;
  vertical-align: baseline;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_instagram .btn a:after {
    position: absolute;
    top: 50%;
    right: .5em;
    margin-top: -.6em;
    line-height: 1;
  }
}
.con_instagram .btn a:hover {
  background: #cbcbcb;
  color: #FFF;
}

/* -----------------------------------------------------------
	.con_movie
----------------------------------------------------------- */
.con_movie {
  margin-top: 63px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_movie {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_movie {
    margin-top: 4em;
  }
}
.con_movie .box_mov {
  margin-top: 25px;
  background: url(../images/home/bg_mov.jpg) no-repeat top center;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_movie .box_mov {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_movie .box_mov {
    margin-top: 0.5em;
  }
}
.con_movie .box_mov > div {
  margin: 0 auto;
  width: 95%;
}
@media only screen and (min-width: 1101px) {
  .con_movie .box_mov > div {
    max-width: 800px;
  }
}
@media print {
  .con_movie .box_mov > div {
    max-width: 800px;
  }
}
.ie8 .con_movie .box_mov > div {
  max-width: 800px;
}
.con_movie .box_mov > div iframe {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  vertical-align: top;
}
@media only screen and (min-width: 1101px) {
  .con_movie .box_mov > div iframe {
    height: 450px !important;
  }
}
@media print {
  .con_movie .box_mov > div iframe {
    height: 450px !important;
  }
}
.ie8 .con_movie .box_mov > div iframe {
  height: 450px !important;
}

/* -----------------------------------------------------------
	.con_access
----------------------------------------------------------- */
.con_access {
  background: url(../images/home/bg_acc.jpg) no-repeat center top;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.con_access .box_acc {
  width: 95%;
  margin-top: 80px;
  background: url(../images/home/img_map.png) no-repeat top right;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  padding: 90px 0 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_access .box_acc {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_access .box_acc {
    padding: 60px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc {
    padding: 2em 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc {
    -moz-background-size: 150% auto;
    -o-background-size: 150% auto;
    -webkit-background-size: 150% auto;
    background-size: 150% auto;
    background-position: right -40%;
  }
  .landscape .con_access .box_acc {
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: right -10%;
  }
}
.con_access .box_acc .wrp_txt {
  width: 43.27273%;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc .wrp_txt {
    width: 100%;
    padding-top: 42%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_access .box_acc .wrp_txt .st {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc .wrp_txt .st {
    width: 95%;
    margin: 0 auto;
  }
}
.con_access .box_acc .wrp_txt .txt {
  font-size: 116%;
  line-height: 2;
  margin-top: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_access .box_acc .wrp_txt .txt {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc .wrp_txt .txt {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc .wrp_txt .txt {
    line-height: 1.6;
    font-size: 108%;
  }
}
.con_access .box_acc .wrp_txt .temp_btn1 {
  margin: 0 auto;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_access .box_acc .wrp_txt .temp_btn1 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc .wrp_txt .temp_btn1 {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc .wrp_txt .temp_btn1 {
    width: 80%;
    display: block;
  }
}
.con_access .box_acc .wrp_txt .temp_btn1 a {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_access .box_acc .wrp_txt .temp_btn1 a em {
    padding: .8em 2em .8em 1em;
  }
}
