@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Bellefair");
@import url("https://fonts.googleapis.com/css?family=Roboto:500");
@font-face {
  font-family: "DINOT";
  src: url("../../font/DINOT-Bold.woff") format("woff");
}
/*
カラム制御：デフォルトで1～5カラムまで対応
PC用floatによるカラム制御

html：col_1～5まで対応
例）3列で折り返し
<ul class="col_3">
	<li></li>
	<li></li>
	<li></li>
</ul>

scss：mixinでカラム設定を自動処理化

.col_3 {
	@include colmg(30);
}

数値設定はアイテム間余白（デフォルトは20）;
※縦、横ともに外側への約は発生しない

*/
/* -----------------------------------------------------------------------------
mod_header
----------------------------------------------------------------------------- */
@media print, screen and (min-width: 461px) {
  .mod_main {
    padding-top: 1rem;
  }
}

@media print, screen and (min-width: 461px) {
  .mod_header {
    height: 1rem;
  }
}
.mod_header .logoArea {
  background-image: url(/common/img/logo_kasai.png) !important;
}
@media print, screen and (min-width: 461px) {
  .mod_header .logoArea {
    top: 0.1rem;
  }
}
@media print, screen and (min-width: 461px) {
  .mod_header .logoArea .txt {
    padding-left: 2.3rem;
    padding-top: 0.45rem;
  }
}
@media print, screen and (min-width: 461px) {
  .mod_header .langBox {
    bottom: 0;
    height: 0.48rem;
    margin: auto 0;
    position: absolute;
    right: 2.9rem;
    top: 0;
    width: 1.1rem;
    z-index: 1;
  }
}
@media print, screen and (min-width: 461px) {
  .mod_header .langBox .langBtn {
    height: 100%;
  }
}
@media print, screen and (min-width: 461px) {
  .mod_header .main_nav {
    right: 4.15rem;
  }
}
@media print, screen and (min-width: 461px) {
  .mod_header .main_nav a {
    font-size: 0.14rem;
    padding: 0.2rem 0.15rem 0.3rem 0.15rem;
  }
}
@media print, screen and (min-width: 461px) {
  .mod_header .inq_box {
    width: 3.2rem;
  }
}
@media print, screen and (min-width: 461px) {
  .mod_header .inq_box .inq {
    height: 0.6rem;
  }
}
@media print, screen and (min-width: 461px) {
  .mod_header .local {
    right: 4.3rem;
    top: 0.3rem;
  }
}

@media print, screen and (min-width: 461px) {
  .place_kasai .mod_header .inq_box {
    width: 3.2rem;
    background-color: #d08538;
  }
  .place_kasai .mod_header .inq_box .tel {
    font-size: 0.18rem;
    padding: 0.12rem 0;
  }
  .place_kasai .mod_header .inq_box .tel .numb {
    font-size: 0.17rem;
  }
  .place_kasai .mod_header .inq_box .inq {
    color: #FFF;
    height: 0.6rem;
  }
}
@media screen and (max-width: 460px) {
  .place_kasai .mod_header .inq_box {
    background-color: #DA9E61;
  }
  .place_kasai .mod_header .inq_box .tel {
    margin-top: 0;
  }
  .place_kasai .mod_header .inq_box .inq {
    color: #FFF;
  }
}

/* -----------------------------------------------------------------------------
mainVisual
----------------------------------------------------------------------------- */
.head_catch {
  border: 0;
  color: #808080;
  display: inline-block;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
  min-width: 0;
  position: absolute;
  z-index: 1200;
}
@media print, screen and (min-width: 461px) {
  .head_catch {
    display: none;
    left: calc(50% - 6.6rem);
    top: 5.85rem;
    width: 5.7rem;
  }
  .head_catch:before {
    background-color: #ececec;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: -0.2rem;
    width: 100%;
  }
  .head_catch br {
    display: none;
  }
}
@media print, screen and (min-width: 460px) and (max-width: 1200px) {
  .chrome .head_catch {
    top: 5.85rem;
  }
  .chrome .head_catch br {
    display: none;
  }
}
@media print, screen and (min-width: 460px) and (max-width: 1024px) {
  .head_catch {
    left: calc(50% - 6.6rem);
    top: 5.85rem;
    width: 5.7rem;
  }
}
@media screen and (max-width: 460px) {
  .head_catch {
    background-color: #191919;
    position: fixed;
    padding: 0.15rem;
    font-size: 0.1rem;
    line-height: 1.4;
    color: #fff;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .head_catch br {
    display: none;
  }
  .nav_open .head_catch {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* -----------------------------------------------------------------------------
mainVisual
----------------------------------------------------------------------------- */
.mainVisual {
  height: 7rem;
  position: relative;
}
@media screen and (max-width: 460px) {
  .mainVisual {
    height: 5.32rem;
  }
}
.mainVisual .rightPath {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 7rem;
  overflow: hidden;
  background-color: transparent;
}
@media screen and (max-width: 460px) {
  .mainVisual .rightPath {
    width: 0.2rem;
    height: 100%;
    display: none;
  }
}
.mainVisual .rightPath:after {
  border-style: solid;
  position: absolute;
  border-width: 0 0 8rem 3.5rem;
  border-color: transparent transparent #DA9E61 transparent;
  top: 0;
  right: 0;
  content: "";
}
.mainVisual .txt {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.2rem;
  height: 7rem;
  background: #fff;
}
@media print, screen and (min-width: 1366px) {
  .mainVisual .txt {
    padding: 1rem 0.5rem 0 0.5rem;
  }
}
@media print, screen and (min-width: 1200px) and (max-width: 1365px) {
  .mainVisual .txt {
    padding: 0.72rem 0.54rem 0 0.54rem;
  }
}
@media print, screen and (min-width: 721px) and (max-width: 1199px) {
  .mainVisual .txt {
    padding: 0.78rem 0.44rem 0 0.44rem;
    width: 4.6rem;
  }
}
@media screen and (max-width: 460px) {
  .mainVisual .txt {
    z-index: 1;
    padding: 0.3rem 0.2rem 0.2rem 0.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*top: 58%; 元の位置*/
    top: 35%;
    right: 0.2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(100% - .65rem);
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.mainVisual .txt .en {
  margin: 0 0 1.6rem -0.08rem;
  line-height: 0.8;
  font-family: Bellefair;
  font-size: 0.94rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1120px) and (max-width: 1365px) {
  .mainVisual .txt .en {
    font-size: 0.84rem;
    margin: 0 0 1.48rem -0.08rem;
  }
}
@media print, screen and (min-width: 721px) and (max-width: 1119px) {
  .mainVisual .txt .en {
    font-size: 0.75rem;
    margin: 0 0 1.4rem -0.08rem;
  }
}
@media screen and (max-width: 460px) {
  .mainVisual .txt .en {
    margin: 0 0 0.1rem 0;
    font-size: 0.49rem;
  }
}
.mainVisual .txt .small {
  margin: 0 0 0.18rem 0;
  display: block;
  color: #858585;
  font-size: 0.3rem;
  letter-spacing: 0.05em;
  text-indent: 0.08rem;
}
@media print, screen and (min-width: 1120px) and (max-width: 1365px) {
  .mainVisual .txt .small {
    font-size: 0.27rem;
  }
}
@media print, screen and (min-width: 721px) and (max-width: 1119px) {
  .mainVisual .txt .small {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 460px) {
  .mainVisual .txt .small {
    margin: 0 0 0.1rem 0;
    font-size: 0.2rem;
    text-indent: 0.02rem;
  }
}
.mainVisual .txt .copyHotel {
  line-height: 2.1;
  font-weight: bold;
  font-size: 0.13rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 720px) and (max-width: 1365px) {
  .mainVisual .txt .copyHotel {
    font-size: 0.1rem;
  }
}
@media screen and (max-width: 460px) {
  .mainVisual .txt .copyHotel {
    line-height: 1.8;
    font-size: 0.11rem;
  }
}
.mainVisual .txt .copyAccess {
  margin: 0.6rem 0 0 0;
  padding: 0.2rem 0 0 0;
  border-top: 1px solid #ececec;
  line-height: 2;
  color: #808080;
  font-weight: bold;
  font-size: 0.13rem;
  letter-spacing: 0.1em;
}
.mainVisual .ph {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4.6rem);
  height: 7rem;
  background-position: left;
}
@media print, screen and (min-width: 721px) and (max-width: 1199px) {
  .mainVisual .ph {
    width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 460px) {
  .mainVisual .ph {
    width: 100%;
    height: 5.32rem;
    background-position: 65%;
  }
}
.mainVisual .ph:before {
  border-style: solid;
  border-width: 0 2rem 2rem 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 460px) {
  .mainVisual .ph:before {
    border-width: 0 1rem 1rem 0;
    display: none;
  }
}
.mainVisual .ph .slide_box_mv {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.mainVisual .ph .slide_box_mv .slick-list {
  height: 100%;
}
.mainVisual .ph .slide_box_mv .slick-list .slick-track {
  height: 100%;
}
.mainVisual .ph .slide_box_mv .slick-list .slick-track .slick-slide {
  margin: 0;
}
.mainVisual .ph .slide_box_mv .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.mainVisual .ph .slide_box_mv .slick-list .slick-track .slick-slide > div .link {
  height: 100%;
}
.mainVisual .ph .slide_box_mv .slick-list .slick-track .slick-slide > div .link .img_area {
  height: 100%;
}
.mainVisual .ph .slide_box_mv .slick-list .slick-track .slick-slide > div .link .img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
}
@media screen and (max-width: 460px) {
  .mainVisual .ph .slide_box_mv .slick-list .slick-track .slick-slide > div .link .img_area img {
    -o-object-position: bottom left;
       object-position: bottom left;
  }
}
.mainVisual .ph .slide_box_mv .slick-dots {
  z-index: 1;
}
@media print, screen and (min-width: 461px) {
  .mainVisual .ph .slide_box_mv .slick-dots {
    bottom: 0.15rem;
    left: 0.2rem;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    text-align: left;
  }
}
@media screen and (max-width: 460px) {
  .mainVisual .ph .slide_box_mv .slick-dots {
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.mainVisual .ph .slide_box_mv .slick-dots li:not(.slick-active) {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mainVisual .ph .slide_box_mv .slick-dots li:not(.slick-active):hover {
  opacity: 0.5;
}
.mainVisual .ph .slide_box_mv .slick-dots li:not(.slick-active) button::before {
  opacity: 1;
  background-color: #fff;
}
.mainVisual .ph .slide_box_mv .slick-dots li button::before {
  border: none;
}
@media print, screen and (min-width: 461px) {
  .mainVisual .ph .slide_box_mv .slick-dots li button::before {
    width: 0.12rem;
    height: 0.12rem;
  }
}
.mainVisual .msg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px;
  border: 2px solid #333333;
  color: #333333;
  background-color: #fff;
  position: absolute;
  top: 40%;
  left: 8%;
  width: 5.7rem;
  line-height: 2.1;
  font-weight: 700;
  font-size: 0.15rem;
}
@media screen and (max-width: 460px) {
  .mainVisual .msg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    top: 80%;
    left: inherit;
    right: 0.4rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(100% - .85rem);
    font-size: 0.1rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
}
.mainVisual .renewal_msg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0.9rem;
  width: 3.2rem;
  height: 1.05rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 1366px) {
  .mainVisual .renewal_msg {
    top: 2.3rem;
  }
}
@media print, screen and (min-width: 1200px) and (max-width: 1365px) {
  .mainVisual .renewal_msg {
    height: 0.945rem;
    top: 1.95rem;
    width: 3.12rem;
  }
}
@media print, screen and (min-width: 1120px) and (max-width: 1199px) {
  .mainVisual .renewal_msg {
    height: 0.945rem;
    top: 1.995rem;
    width: 3.72rem;
  }
}
@media print, screen and (min-width: 721px) and (max-width: 1119px) {
  .mainVisual .renewal_msg {
    height: 0.945rem;
    top: 1.865rem;
    right: 0.9rem;
    width: 3.72rem;
  }
}
.mainVisual .renewal_msg::before {
  content: "";
  position: absolute;
  top: 0.03rem;
  left: 0.03rem;
  width: calc(100% - 0.06rem - 2px);
  height: calc(100% - 0.06rem - 2px);
  border: 1px solid #d08538;
  pointer-events: none;
}
@media screen and (max-width: 460px) {
  .mainVisual .renewal_msg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 2.75rem;
    height: 2.75rem;
  }
}
.mainVisual .renewal_msg .date {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 0.19rem;
  line-height: 1.333;
  color: #d08538;
  font-weight: bold;
}
@media print, screen and (min-width: 720px) and (max-width: 1365px) {
  .mainVisual .renewal_msg .date {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 460px) {
  .mainVisual .renewal_msg .date {
    font-size: 0.3rem;
    line-height: 1.254;
  }
}
.mainVisual .renewal_msg .en_title {
  font-family: Bellefair;
  font-size: 0.26rem;
  line-height: 1;
  color: #d08538;
  position: relative;
  padding-bottom: 0.08rem;
}
@media print, screen and (min-width: 720px) and (max-width: 1365px) {
  .mainVisual .renewal_msg .en_title {
    font-size: 0.23rem;
  }
}
@media screen and (max-width: 460px) {
  .mainVisual .renewal_msg .en_title {
    font-size: 0.45rem;
    line-height: 1.08;
  }
  .mainVisual .renewal_msg .en_title > span {
    display: block;
    text-align: center;
  }
}
.mainVisual .renewal_msg .en_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.14rem;
  height: 0.02rem;
  background-color: #d08538;
}
@media screen and (max-width: 460px) {
  .mainVisual .renewal_msg .en_title::before {
    width: 0.2rem;
    height: 0.02rem;
  }
}
.mainVisual .renewal_msg .ja_title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 0.12rem;
  line-height: 2.144;
  font-weight: bold;
  text-shadow: 0px 0px 0.15rem white;
}
@media print, screen and (min-width: 720px) and (max-width: 1365px) {
  .mainVisual .renewal_msg .ja_title {
    font-size: 0.11rem;
  }
}
@media screen and (max-width: 460px) {
  .mainVisual .renewal_msg .ja_title {
    font-size: 0.16rem;
    line-height: 1.719;
    margin-top: 0.14rem;
  }
}
@media screen and (max-width: 460px) {
  .mainVisual .renewal_msg .hotel_name {
    font-family: Bellefair;
    line-height: 1;
    color: #858585;
    margin-top: 0.1rem;
  }
  .mainVisual .renewal_msg .hotel_name > span:nth-of-type(1) {
    font-size: 0.13rem;
  }
  .mainVisual .renewal_msg .hotel_name > span:nth-of-type(2) {
    font-size: 0.17rem;
  }
}
.mainVisual .little_msg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  display: block;
  right: 0.9rem;
  width: 3.2rem;
  text-align: center;
}
@media print, screen and (min-width: 1366px) {
  .mainVisual .little_msg {
    top: 3.38rem;
  }
}
@media print, screen and (min-width: 1200px) and (max-width: 1365px) {
  .mainVisual .little_msg {
    top: 2.9rem;
    width: 3.12rem;
  }
}
@media print, screen and (min-width: 1120px) and (max-width: 1199px) {
  .mainVisual .little_msg {
    top: 2.9rem;
    width: 3.72rem;
  }
}
@media print, screen and (min-width: 721px) and (max-width: 1119px) {
  .mainVisual .little_msg {
    top: 2.78rem;
    right: 0.9rem;
    width: 3.72rem;
  }
}
.mainVisual .little_msg .tit {
  font-size: 0.13rem;
  font-weight: 800;
  margin-right: 0.1rem;
  line-height: 22px;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 460px) {
  .mainVisual .little_msg .tit {
    font-size: 0.12rem;
    padding-left: 22px;
  }
}
.mainVisual .little_msg .tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(/kasai/img/index/ic_no_smoking.png);
  background-size: contain;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0s, 0s, 1.5s;
          transition-delay: 0s, 0s, 1.5s;
}
@media screen and (max-width: 460px) {
  .mainVisual .little_msg .tit::before {
    width: 18px;
    height: 18px;
  }
}

/* -----------------------------------------------------------------------------
usefulAccess
----------------------------------------------------------------------------- */
.usefulAccess {
  position: relative;
}
@media screen and (max-width: 460px) {
  .usefulAccess {
    border-left: 0.2rem solid #333;
    background-color: #DDA66F;
    padding: 0.47rem 0.35rem 0.5rem 0.15rem;
  }
}
.usefulAccess:before {
  background-color: #333;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 20%;
}
@media screen and (max-width: 460px) {
  .usefulAccess:before {
    background-color: #DA9E61;
    height: 4.04rem;
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .usefulAccess:after {
    border-style: solid;
    border-width: 0 0.35rem 0.35rem 0;
    border-color: transparent #fff transparent transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
  }
}
.usefulAccess .w1420 {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
@media print, screen and (min-width: 461px) {
  .usefulAccess .w1420 .bg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #dda66f;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 8.02rem;
    padding: 0.9rem 0 0 1rem;
    position: relative;
    width: 7.2rem;
  }
  .usefulAccess .w1420 .bg:before {
    background-color: #DA9E61;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4.6rem;
  }
}
@media print, screen and (min-width: 461px) {
  .usefulAccess .w1420 .bg .in {
    position: relative;
    width: 4.7rem;
  }
}
.usefulAccess .w1420 .bg .in .ttlWithEn {
  padding: 0.42rem 0 0 0;
  position: relative;
}
@media print, screen and (min-width: 461px) {
  .usefulAccess .w1420 .bg .in .ttlWithEn {
    text-align: left;
  }
}
@media screen and (max-width: 460px) {
  .usefulAccess .w1420 .bg .in .ttlWithEn {
    padding: 0.23rem 0 0 0;
  }
}
.usefulAccess .w1420 .bg .in .ttlWithEn:before {
  content: "ACCESS";
  color: #fff;
}
.usefulAccess .w1420 .bg .in .ttl {
  border-bottom: 1px solid #fff;
  font-size: 0.24rem;
  letter-spacing: 0.05em;
  margin: 0.4rem 0 0;
  padding: 0 0 0.18rem 0;
  position: relative;
}
@media screen and (max-width: 460px) {
  .usefulAccess .w1420 .bg .in .ttl {
    border-width: 1px;
    font-size: 0.15rem;
    margin: 0.25rem 0 0.16rem 0;
    padding: 0 0 0.1rem 0;
  }
}
.usefulAccess .w1420 .bg .in .traffic {
  margin-top: 0.34rem;
}
@media screen and (max-width: 460px) {
  .usefulAccess .w1420 .bg .in .traffic {
    margin-top: 0;
  }
}
.usefulAccess .w1420 .bg .in .traffic .list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.06rem 0;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 460px) {
  .usefulAccess .w1420 .bg .in .traffic .list {
    margin: 0 0 0.15rem 0;
  }
}
.usefulAccess .w1420 .bg .in .traffic .list:last-child {
  margin: 0;
}
.usefulAccess .w1420 .bg .in .traffic .list .num {
  color: #d08538;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-size: 0.5rem;
  margin: 0 0.07rem 0 0;
}
@media screen and (max-width: 460px) {
  .usefulAccess .w1420 .bg .in .traffic .list .num {
    font-size: 0.3rem;
    margin: 0 0.02rem 0 0;
  }
}
.usefulAccess .w1420 .bg .in .traffic .list .txt {
  font-size: 0.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  top: 0.08rem;
}
@media screen and (max-width: 460px) {
  .usefulAccess .w1420 .bg .in .traffic .list .txt {
    font-size: 0.13rem;
    line-height: 1.15;
    top: 0.05rem;
  }
}
.usefulAccess .w1420 .bg .in .traffic .list .txt .m {
  font-size: 0.3rem;
}
@media screen and (max-width: 460px) {
  .usefulAccess .w1420 .bg .in .traffic .list .txt .m {
    font-size: 0.2rem;
  }
}
.usefulAccess .w1420 .bg .in .traffic .list .txt .small {
  font-size: 0.14rem;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 460px) {
  .usefulAccess .w1420 .bg .in .traffic .list .txt .small {
    font-size: 0.12rem;
  }
}
.usefulAccess .w1420 .bg .in .traffic .list .txt .small .small-text {
  left: -0.05rem;
  position: relative;
  top: 0.01rem;
}
.usefulAccess .w1420 .bg .in .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.47rem 0 0 0;
}
@media screen and (max-width: 460px) {
  .usefulAccess .w1420 .bg .in .btnArea {
    margin: 0;
  }
}
.usefulAccess .w1420 .bg .in .btnArea .list {
  margin: 0 0.1rem 0 0;
  width: 50%;
}
.usefulAccess .w1420 .bg .in .btnArea .list:last-child {
  margin: 0;
}
.usefulAccess .w1420 .bg .in .btnArea .list .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.15rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.4rem;
}
@media screen and (max-width: 460px) {
  .usefulAccess .w1420 .bg .in .btnArea .list .btn {
    font-size: 0.12rem;
  }
}
.usefulAccess .map {
  background-color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 461px) {
  .usefulAccess .map {
    background: url("../img/index/road.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 5.39rem;
    position: absolute;
    right: 0;
    top: 53%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 7.5rem;
  }
}
@media screen and (max-width: 460px) {
  .usefulAccess .map {
    margin: 0.35rem 0;
  }
}

/* -----------------------------------------------------------------------------
roomAndServices
----------------------------------------------------------------------------- */
.roomAndServices {
  background-color: #edede8;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
.roomAndServices:after {
  border-style: solid;
  border-width: 0 0.9rem 0.9rem 0;
  border-color: transparent #fff transparent transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 460px) {
  .roomAndServices:after {
    border-width: 0.35rem 0.35rem 0.35rem 0;
    border-color: transparent #fff transparent transparent;
    top: -0.35rem;
  }
}
.roomAndServices .w1420 {
  position: relative;
}
.roomAndServices .w1420 .w1220 {
  padding: 0.9rem 0;
  position: relative;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 {
    padding: 0.47rem 0.2rem;
  }
}
.roomAndServices .w1420 .w1220 .ttlArea {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.roomAndServices .w1420 .w1220 .ttlArea .ttl {
  font-size: 0.2rem;
  width: calc(100% - 4.7rem);
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .ttlArea .ttl {
    font-size: 0.12rem;
    text-align: center;
    width: 100%;
  }
}
.roomAndServices .w1420 .w1220 .ttlArea .ttl .en {
  color: #DA9E61;
  display: block;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-size: 0.42rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .ttlArea .ttl .en {
    font-size: 0.23rem;
  }
}
.roomAndServices .w1420 .w1220 .ttlArea .copy {
  border-bottom: 2px solid #333;
  font-size: 0.24rem;
  padding: 0 0 0.15rem 0;
  width: 4.7rem;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .ttlArea .copy {
    border-width: 1px;
    font-size: 0.15rem;
    padding: 0 0 0.1rem 0;
    width: 100%;
  }
}
.roomAndServices .w1420 .w1220 .phArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.58rem 0 0.45rem;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .phArea {
    display: inherit;
    margin: 0.24rem 0 0.32rem;
  }
}
.roomAndServices .w1420 .w1220 .phArea .list {
  margin: 0 0.25rem 0 0;
  width: 33.33%;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .phArea .list {
    margin: 0 0 0.25rem 0;
    width: 100%;
  }
}
.roomAndServices .w1420 .w1220 .phArea .list:last-child {
  margin: 0;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .phArea .list:last-child .ph {
    background-position-y: 74%;
  }
}
.roomAndServices .w1420 .w1220 .phArea .list .ph {
  height: 2.6rem;
  width: 100%;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .phArea .list .ph {
    height: 1rem;
    background-position-y: 20%;
  }
}
.roomAndServices .w1420 .w1220 .phArea .list .service {
  margin: 0.2rem 0 0 0;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .phArea .list .service {
    margin: 0.14rem 0 0 0;
  }
}
.roomAndServices .w1420 .w1220 .phArea .list .service .name {
  font-size: 0.18rem;
  line-height: 1.3;
  margin: 0 0 0.04rem 0;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .phArea .list .service .name {
    font-size: 0.14rem;
    margin: 0 0 0.06rem 0;
  }
}
.roomAndServices .w1420 .w1220 .phArea .list .service .txt {
  font-size: 0.14rem;
  line-height: 1.7;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .phArea .list .service .txt {
    font-size: 0.12rem;
    line-height: 1.5;
  }
}
.roomAndServices .w1420 .w1220 .phArea .list .service.service2 .list {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.2rem 0 0.14rem;
  width: 100%;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .phArea .list .service.service2 .list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
}
.roomAndServices .w1420 .w1220 .phArea .list .service.service2 .list .txt.lh20 {
  line-height: 1.4;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .phArea .list .service.service2 .list .txt.lh20 {
    line-height: 1.5;
  }
}
.roomAndServices .w1420 .w1220 .phArea .list .service.service2 .list .ic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D08538;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.06rem;
  min-width: 0.06rem;
  max-width: 0.06rem;
  margin-right: 0.08rem;
  width: 0.06rem;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .phArea .list .service.service2 .list .ic {
    height: 0.05rem;
    min-width: 0.05rem;
    max-width: 0.05rem;
    margin: 0.06rem 0.05rem 0 0;
    width: 0.05rem;
  }
}
.roomAndServices .w1420 .w1220 .phArea.phArea2 {
  border-bottom: solid 1px #ccc;
  padding-bottom: 0.67rem;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .phArea.phArea2 {
    margin: 0.24rem 0 0.12rem;
    padding-bottom: 0.31rem;
  }
}
.roomAndServices .w1420 .w1220 .phArea.phArea2 .list {
  margin: 0.4rem 0.26rem 0 0;
  width: 31.9%;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .phArea.phArea2 .list {
    margin: 0.25rem 0.26rem 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .phArea.phArea2 .list:nth-child(1) {
    margin: 0;
  }
}
.roomAndServices .w1420 .w1220 .phArea.phArea2 .list .service2 .list {
  margin: 0;
  padding: 0;
}
.roomAndServices .w1420 .w1220 .other {
  border-top: 2px solid #d5d5cd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.2rem 0;
  padding: 0.47rem 0 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .other {
    border-width: 1px;
    display: inherit;
    margin: 0;
    padding: 0.16rem 0 0 0;
  }
}
.roomAndServices .w1420 .w1220 .other .ttl {
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin: 0 0.7rem 0 0;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .other .ttl {
    font-size: 0.13rem;
    line-height: 1;
    margin: 0 0 0.19rem 0;
  }
}
.roomAndServices .w1420 .w1220 .other .icList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  left: 0.07rem;
  position: relative;
  top: 0.08rem;
  width: 100%;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .other .icList {
    top: 0;
    left: 0;
  }
}
.roomAndServices .w1420 .w1220 .other .icList .list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.1rem 0.1rem 0;
  width: 19.5%;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .other .icList .list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.roomAndServices .w1420 .w1220 .other .icList .list:last-child {
  width: 100%;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .other .icList .list {
    padding: 0 0 0.1rem 0;
    width: 50%;
  }
}
.roomAndServices .w1420 .w1220 .other .icList .list .ic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #DA9E61;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.06rem;
  min-width: 0.06rem;
  max-width: 0.06rem;
  width: 0.06rem;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .other .icList .list .ic {
    height: 0.05rem;
    margin-top: 0.05rem;
    min-width: 0.05rem;
    max-width: 0.05rem;
    width: 0.05rem;
  }
}
.roomAndServices .w1420 .w1220 .other .icList .list .ic .car {
  width: 0.3rem;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .other .icList .list .ic .car {
    width: 0.225rem;
  }
}
.roomAndServices .w1420 .w1220 .other .icList .list .ic .video {
  width: 0.24rem;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .other .icList .list .ic .video {
    width: 0.18rem;
  }
}
.roomAndServices .w1420 .w1220 .other .icList .list .ic .oven {
  width: 0.26rem;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .other .icList .list .ic .oven {
    width: 0.195rem;
  }
}
.roomAndServices .w1420 .w1220 .other .icList .list .ic .iron {
  width: 0.28rem;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .other .icList .list .ic .iron {
    width: 0.205rem;
  }
}
.roomAndServices .w1420 .w1220 .other .icList .list .ic .lan {
  width: 0.24rem;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .other .icList .list .ic .lan {
    width: 0.18rem;
  }
}
.roomAndServices .w1420 .w1220 .other .icList .list .ic .kitchen {
  width: 0.26rem;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .other .icList .list .ic .kitchen {
    width: 0.195rem;
  }
}
.roomAndServices .w1420 .w1220 .other .icList .list .txt {
  font-size: 0.14rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 0 0 0 0.08rem;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .other .icList .list .txt {
    font-size: 0.12rem;
    margin: 0 0 0 0.05rem;
    white-space: normal;
  }
}
.roomAndServices .w1420 .w1220 .other.other2 {
  border: none;
  margin: 0;
  padding: 0;
}
.roomAndServices .w1420 .w1220 .other.other2 .icList {
  left: 0.02rem;
  position: relative;
  top: 0.1rem;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .other.other2 .icList {
    top: 0;
    left: 0;
  }
}
.roomAndServices .w1420 .w1220 .other.other2 .icList .list {
  padding: 0 0 0.1rem 0;
  width: 50.5%;
}
.roomAndServices .w1420 .w1220 .other.other2 .icList .list:nth-child(1) {
  width: 100%;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .other.other2 .icList .list:nth-child(1) {
    width: 100%;
  }
}
.roomAndServices .w1420 .w1220 .other.other2 .icList .list:nth-child(2n) {
  width: 30%;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .other.other2 .icList .list:nth-child(2n) {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .other.other2 .icList .list {
    width: 100%;
  }
}
.roomAndServices .w1420 .w1220 .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.15rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.5rem;
  margin: auto;
  max-width: 3.3rem;
}
@media screen and (max-width: 460px) {
  .roomAndServices .w1420 .w1220 .btn {
    height: 0.4rem;
    max-width: inherit;
  }
}

/* -----------------------------------------------------------------------------
reserveArea
----------------------------------------------------------------------------- */
.hotel_page.place_kasai .reserveArea .reserve_wrap:before {
  background-color: #DA9E61;
}
.hotel_page.place_kasai .reserveArea .ttlWithEn {
  left: -0.18rem;
  line-height: 2.1;
  margin: 0 0.2rem 0 0;
}
.hotel_page.place_kasai .reserveArea .inputArea .submit {
  height: 0.36rem;
  letter-spacing: inherit;
  right: -0.06rem;
  position: relative;
  width: 1.5rem;
}
.hotel_page.place_kasai .reserveArea .inputArea .month {
  left: -0.07rem;
  position: relative;
}
.hotel_page.place_kasai .reserveArea .inputArea select.w60 {
  left: -0.14rem;
  position: relative;
}
.hotel_page.place_kasai .reserveArea .inputArea .in.use .txt {
  left: -0.18rem;
  position: relative;
}
.hotel_page.place_kasai .reserveArea .inputArea .in.use .w60 {
  left: -0.16rem;
}
.hotel_page.place_kasai .reserveArea .inputArea .in.use .l026 {
  left: -0.2rem;
  position: relative;
}
.hotel_page.place_kasai .reserveArea .inputArea .in.people .txt {
  left: -0.18rem;
  position: relative;
}
.hotel_page.place_kasai .reserveArea .inputArea .in.people .w60 {
  left: -0.16rem;
}
.hotel_page.place_kasai .reserveArea .inputArea .in.people .l026 {
  position: relative;
  left: -0.2rem;
}
.hotel_page.place_kasai .reserveArea .bottomArea .user_check {
  left: 0.08rem;
  position: relative;
}

.mod_reserve {
  top: 0.44rem;
}
.reserve_open .mod_reserve {
  top: 1rem;
}

.gl_reserve_btn {
  top: 1rem;
  width: 3.2rem;
}
.reserve_open .gl_reserve_btn {
  top: 1.55rem;
}

.slick-dots {
  position: relative;
  bottom: -20px;
}
.slick-dots li button:before {
  content: "";
  border: 2px solid #dda66f;
  border-radius: 50%;
  width: 0.08rem;
  height: 0.08rem;
}
.slick-dots li.slick-active button:before {
  background-color: #dda66f;
}

.smoking_msg {
  position: relative;
  background-color: #fff;
  padding: 0.14rem 0;
}
.smoking_msg .little_msg {
  text-align: center;
}
.smoking_msg .little_msg .tit {
  font-weight: 800;
  margin-right: 0.1rem;
  line-height: 22px;
  position: relative;
  font-size: 0.16rem;
  padding-left: 22px;
}
.smoking_msg .little_msg .tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(/kasai/img/index/ic_no_smoking.png);
  background-size: contain;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0s, 0s, 1.5s;
          transition-delay: 0s, 0s, 1.5s;
}
/*# sourceMappingURL=index.css.map */
