@charset "UTF-8";
/*                トップページ用
======================================================= */
/*TOP共通*/
#header,
#reservation,
#footer .ft_btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.scroll_hd #header,
.scroll_hd #reservation,
.scroll_hd #footer .ft_btn {
  opacity: 1;
  visibility: visible;
}

#home #wrapper #main_area .onsen_slides {
  padding-bottom: 0;
}
#home #wrapper #main_area .top_ttl {
  height: 260px;
  width: 100%;
  font-size: 40px;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  #home #wrapper #main_area .top_ttl {
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #home #wrapper #main_area .top_ttl {
    height: 120px;
    font-size: 32px;
  }
}
#home #wrapper #main_area .top_ttl.onsen_ttl {
  background-image: url(/asset/media/images/home/top-onsen.jpg);
}
#home #wrapper #main_area .top_ttl.cuisine_ttl {
  background-image: url(/asset/media/images/home/top_cuisine.jpg);
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  #home #wrapper #main_area .top_ttl.cuisine_ttl {
    margin-top: 60px;
  }
}
#home #wrapper #main_area .top_ttl.room_ttl {
  background-image: url(/asset/media/images/home/top_rooms.jpg);
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  #home #wrapper #main_area .top_ttl.room_ttl {
    margin-top: 60px;
  }
}
#home #wrapper #main_area .top_ttl.facilities_ttl {
  background-image: url(/asset/media/images/home/top_facilities.jpg);
}
#home #wrapper #main_area .content_wrapper .main_width {
  padding: 0;
}
#home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .content_title {
  text-align: center;
  color: #111;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .content_title {
    margin-bottom: 40px;
  }
}
#home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .content_title h2 span {
  font-size: 32px;
  font-weight: bold;
}
#home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column {
  display: table;
  width: 100%;
  border-top: 1px dotted #d2d2d2;
}
#home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl {
  display: table-row;
  border: 0 none;
}
#home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dt {
  display: table-cell;
  border-bottom: 1px dotted #d2d2d2;
  padding: 18px 30px;
  font-weight: normal;
  vertical-align: middle;
  background: #e5e5e5;
  width: 23%;
}
#home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dd {
  display: table-cell;
  line-height: 1.5;
  border-bottom: 1px dotted #d2d2d2;
  padding: 18px 20px 18px 40px;
  vertical-align: middle;
}
#home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dd .text_block {
  padding-top: 1em;
}
#home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dd dl {
  display: table-row;
}
#home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dd dl dt {
  display: table-cell;
}
#home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dd dl dd {
  display: table-cell;
  padding-left: 24px;
}
@media only screen and (max-width: 768px) {
  #home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  #home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dt {
    width: 26%;
  }
}
@media only screen and (max-width: 1200px) {
  #home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dt {
    padding: 18px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  #home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dt {
    padding: 18px 18px;
  }
}
@media only screen and (max-width: 1024px) {
  #home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dt {
    width: 35%;
  }
}
@media only screen and (max-width: 768px) {
  #home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dt {
    display: block;
    width: 100%;
    border: 0 none;
    font-weight: bold;
  }
}
@media only screen and (max-width: 1200px) {
  #home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dd {
    padding: 18px 20px 18px 20px;
  }
}
@media only screen and (max-width: 768px) {
  #home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dd {
    display: block;
    width: 100%;
    border: 0 none;
    background-color: #f5f5f5;
  }
}
@media only screen and (max-width: 480px) {
  #home .news_list {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #home #onsen_top .desc {
    border-top: 1px solid #fff;
    padding: 15px 0;
  }
}
#home #onsen_top .onsen_slides {
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #home #onsen_top .onsen_slides {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (max-width: 768px) {
  #home #onsen_top .onsen_slides {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#home #onsen_top .txt_slide_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 1024px) {
  #home #onsen_top .txt_slide_cont + .txt_slide_cont {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 768px) {
  #home #onsen_top .txt_slide_cont + .txt_slide_cont {
    margin-top: 75px;
  }
}
#home #onsen_top .txt_slide_cont:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1300px) {
  #home #onsen_top .txt_slide_cont .txt_cont {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  #home #onsen_top .txt_slide_cont .txt_cont {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #home #onsen_top .txt_slide_cont .txt_cont {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  #home #onsen_top .txt_slide_cont {
    display: block;
    padding-right: 0;
  }
}
#home #roten .cont_ttl h2.text_center {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  #home #roten .cont_ttl h2.text_center {
    font-size: 24px;
  }
}
#home .use_cont {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #home .use_cont {
    max-width: 448px;
  }
}
#home .use_cont .cont_l {
  width: 370px;
  padding: 20px 15px;
}
@media only screen and (max-width: 768px) {
  #home .use_cont .cont_l {
    width: 100%;
    padding: 15px 0;
  }
}
#home .use_cont .cont_l .ttl h3 {
  font-size: 20px;
}
#home .use_cont .cont_l .txt p {
  font-size: 16px;
  line-height: 1.66;
}
#home .use_cont .cont_r {
  width: calc(100% - 370px);
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  #home .use_cont .cont_r {
    width: 100%;
    border-left: none;
    border-top: 1px solid #fff;
  }
}
#home .use_cont .cont_r .top .ttl h3 {
  font-size: 20px;
}
#home .use_cont .cont_r .top .txt p {
  font-size: 14px;
}
#home .use_cont .cont_r .bottom {
  border-top: 1px solid #fff;
}
#home .use_cont .cont_r .top,
#home .use_cont .cont_r .bottom {
  padding: 20px 35px;
}
@media only screen and (max-width: 768px) {
  #home .use_cont .cont_r .top,
#home .use_cont .cont_r .bottom {
    padding: 15px 0;
  }
}
#home .txt_slide_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 1024px) {
  #home .txt_slide_cont {
    display: block;
  }
}
#home .txt_slide_cont:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#home .txt_slide_cont:nth-child(even) .txt_cont {
  margin-right: 40px;
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  #home .txt_slide_cont:nth-child(even) .txt_cont {
    margin-right: 0;
  }
}
#home .txt_slide_cont .onsen_slides {
  padding-bottom: 0;
}
#home .txt_slide_cont .txt_cont {
  max-width: 500px;
  margin-left: 40px;
}
@media only screen and (max-width: 1024px) {
  #home .txt_slide_cont .txt_cont {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #home .txt_slide_cont .txt_cont {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0;
  }
}
#home .txt_slide_cont .txt_cont .ttl h3 {
  font-size: 30px;
}
@media only screen and (max-width: 1024px) {
  #home .txt_slide_cont .txt_cont .ttl h3 {
    text-align: center;
    font-size: 24px;
  }
}
#home .txt_slide_cont .txt_cont .txt {
  padding: 15px 0 10px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
#home .txt_slide_cont .txt_cont .txt p {
  font-size: 16px;
}
#home .txt_slide_cont .txt_cont .time,
#home .txt_slide_cont .txt_cont .price {
  padding: 16px 0 10px;
  border-bottom: 1px solid #999;
}
#home .txt_slide_cont .txt_cont .time p,
#home .txt_slide_cont .txt_cont .price p {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  #home .txt_slide_cont .txt_cont .txt,
#home .txt_slide_cont .txt_cont .time,
#home .txt_slide_cont .txt_cont .price {
    margin-left: auto;
    margin-right: auto;
    max-width: 448px;
  }
}
@media only screen and (max-width: 1024px) {
  #home .txt_slide_cont .txt_cont .border_list {
    margin-left: auto;
    margin-right: auto;
    max-width: 448px;
  }
}
#home .txt_slide_cont .slide_cont {
  width: 50%;
  max-width: 600px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #home .txt_slide_cont .slide_cont {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #home .txt_slide_cont .slide_cont.w448 {
    max-width: 448px;
    margin-left: auto;
    margin-right: auto;
  }
}
#home .txt_slide_cont .room_cont {
  max-width: 720px;
}
@media only screen and (max-width: 1024px) {
  #home .txt_slide_cont .room_cont {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  #home .tb_ttl {
    display: none;
  }
}
#home .tb_ttl h3 {
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  #home .tb_ttl h3 {
    font-size: 24px;
  }
}
#home .slick-dots {
  position: absolute;
  right: 1%;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  #home .slick-dots {
    bottom: 10px;
  }
}
#home .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 6px;
}
#home .slick-dots li button {
  position: relative;
  width: 9px;
  height: 9px;
  text-indent: -9999px;
}
#home .slick-dots li button:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  width: 9px;
  height: 9px;
  opacity: 0.5;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 300ms;
  transition: 300ms;
}
#home .slick-dots li.slick-active button:before {
  width: 9px;
  height: 9px;
  opacity: 1;
  background: #fff;
}

/**********************
        お料理
***********************/
#cuisine_top .slide_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  #cuisine_top .slide_cont {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  #cuisine_top .slide_cont + .slide_cont {
    margin-top: 70px;
  }
}
#cuisine_top .slide_cont .onsen_slides {
  width: 50%;
  max-width: 600px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #cuisine_top .slide_cont .onsen_slides {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
}
#cuisine_top .slide_cont .onsen_slides .slides_cont {
  width: 100%;
  max-width: 100%;
}
#cuisine_top .slide_cont:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#cuisine_top .slide_cont:nth-child(even) .cuisine_cont {
  margin-right: 40px;
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  #cuisine_top .slide_cont:nth-child(even) .cuisine_cont {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #cuisine_top .slide_cont:nth-child(even) .cuisine_cont {
    margin-top: 30px;
  }
}
#cuisine_top .slide_cont .cuisine_cont {
  position: relative;
  max-width: 500px;
  text-align: left;
  margin-left: 40px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  #cuisine_top .slide_cont .cuisine_cont {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #cuisine_top .slide_cont .cuisine_cont {
    margin-top: 30px;
  }
}
#cuisine_top .slide_cont .cuisine_cont .ttl {
  text-align: left;
}
#cuisine_top .slide_cont .cuisine_cont .ttl.black h2 {
  color: #fff;
}
#cuisine_top .slide_cont .cuisine_cont .ttl h2 {
  font-weight: 600;
  color: #fff;
  font-size: 28px;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 1024px) {
  #cuisine_top .slide_cont .cuisine_cont .ttl h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #cuisine_top .slide_cont .cuisine_cont .ttl h2 {
    font-size: 22px;
  }
}
#cuisine_top .slide_cont .cuisine_cont .txt {
  position: relative;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  text-align: left;
  margin-bottom: 10px;
}
#cuisine_top .slide_cont .cuisine_cont .txt.black p {
  color: #fff;
}
#cuisine_top .slide_cont .cuisine_cont .txt p {
  padding: 15px 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.11em;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #cuisine_top .slide_cont .cuisine_cont .txt p {
    font-size: 14px;
  }
}
#cuisine_top .slide_cont .cuisine_cont .btn_cont {
  position: absolute;
  top: 40px;
  right: 0px;
}
@media only screen and (max-width: 1300px) {
  #cuisine_top .slide_cont .cuisine_cont .btn_cont {
    margin-top: 30px;
    position: relative;
    top: auto;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#cuisine_top .slide_cont .cuisine_cont .btn_cont .btn {
  display: block;
  width: 140px;
  letter-spacing: 0.05em;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 769px) {
  #cuisine_top .slide_cont .cuisine_cont .btn_cont .btn {
    cursor: pointer;
  }
}
#cuisine_top .slide_cont .cuisine_cont .btn_cont .btn + .btn {
  margin-top: 10px;
}
@media only screen and (max-width: 1300px) {
  #cuisine_top .slide_cont .cuisine_cont .btn_cont .btn + .btn {
    margin-top: 0;
    margin-left: 10px;
  }
}
#cuisine_top .slide_cont .cuisine_cont .img img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #cuisine_top .slide_cont .cuisine_cont .img.negative {
    margin: 0 -15px;
  }
}
#cuisine_top .slide_cont .cuisine_cont .meal_info_ttl {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
#cuisine_top .slide_cont .cuisine_cont .info {
  line-height: 2;
  font-size: 17px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #cuisine_top .slide_cont .cuisine_cont .info {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #cuisine_top .slide_cont .cuisine_cont .info span {
    display: block;
  }
}
#cuisine_top .slide_cont .cuisine_cont .info span + span {
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  #cuisine_top .slide_cont .cuisine_cont .info span + span {
    margin-left: 0;
    margin-top: 5px;
  }
}
#cuisine_top .special_order_cont {
  margin-top: 70px;
}
#cuisine_top .cuisine_cont {
  position: relative;
  margin: auto;
}
#cuisine_top .cuisine_cont .ttl.black h2 {
  color: #fff;
}
#cuisine_top .cuisine_cont .ttl h2 {
  font-weight: 600;
  color: #fff;
  font-size: 30px;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 1024px) {
  #cuisine_top .cuisine_cont .ttl h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #cuisine_top .cuisine_cont .ttl h2 {
    font-size: 22px;
  }
}
#cuisine_top .cuisine_cont .txt {
  position: relative;
}
#cuisine_top .cuisine_cont .txt.black p {
  color: #fff;
}
#cuisine_top .cuisine_cont .txt p {
  color: #fff;
  font-size: 17px;
  line-height: 2.4;
  letter-spacing: 0.11em;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #cuisine_top .cuisine_cont .txt p {
    font-size: 14px;
  }
}
#cuisine_top .cuisine_cont .btn_cont {
  position: absolute;
  top: 40px;
  right: 0px;
}
@media only screen and (max-width: 1300px) {
  #cuisine_top .cuisine_cont .btn_cont {
    margin-top: 30px;
    position: relative;
    top: auto;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#cuisine_top .cuisine_cont .btn_cont .btn {
  display: block;
  width: 140px;
  letter-spacing: 0.05em;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 769px) {
  #cuisine_top .cuisine_cont .btn_cont .btn {
    cursor: pointer;
  }
}
#cuisine_top .cuisine_cont .btn_cont .btn + .btn {
  margin-top: 10px;
}
@media only screen and (max-width: 1300px) {
  #cuisine_top .cuisine_cont .btn_cont .btn + .btn {
    margin-top: 0;
    margin-left: 10px;
  }
}
#cuisine_top .cuisine_cont .img img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #cuisine_top .cuisine_cont .img.negative {
    margin: 0 -15px;
  }
}
#cuisine_top .cuisine_cont .meal_info_ttl {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
#cuisine_top .cuisine_cont .info {
  line-height: 2;
  font-size: 17px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #cuisine_top .cuisine_cont .info {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #cuisine_top .cuisine_cont .info span {
    display: block;
  }
}
#cuisine_top .cuisine_cont .info span + span {
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  #cuisine_top .cuisine_cont .info span + span {
    margin-left: 0;
    margin-top: 5px;
  }
}

#facilities .txt_slide_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  #facilities .txt_slide_cont + .txt_slide_cont {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 768px) {
  #facilities .txt_slide_cont + .txt_slide_cont {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 1024px) {
  #facilities .txt_slide_cont {
    display: block;
  }
}
#facilities .txt_slide_cont .txt_cont {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  #facilities .txt_slide_cont .txt_cont {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #facilities .txt_slide_cont .txt_cont {
    margin-top: 30px;
  }
}
#facilities .txt_slide_cont .txt_cont .ttl {
  text-align: center;
}
#facilities .txt_slide_cont .ttl.black h2 {
  color: #222;
}
@media only screen and (max-width: 1024px) {
  #facilities .txt_slide_cont .ttl {
    text-align: center;
  }
}
#facilities .txt_slide_cont .ttl h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 1024px) {
  #facilities .txt_slide_cont .ttl h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #facilities .txt_slide_cont .ttl h2 {
    font-size: 22px;
  }
}

#room_top .txt_slide_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 1024px) {
  #room_top .txt_slide_cont + .txt_slide_cont {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  #room_top .txt_slide_cont + .txt_slide_cont {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  #room_top .txt_slide_cont {
    display: block;
  }
}
#room_top .txt_slide_cont:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#room_top .txt_slide_cont:nth-child(even) .room_cont {
  margin-right: 40px;
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  #room_top .txt_slide_cont:nth-child(even) .room_cont {
    margin-left: auto;
    margin-right: auto;
  }
}
#room_top .txt_slide_cont .room_cont {
  max-width: 550px;
  margin-left: 40px;
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  #room_top .txt_slide_cont .room_cont {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #room_top .txt_slide_cont .room_cont {
    margin-top: 20px;
  }
}
#room_top .txt_slide_cont .room_cont .parentheses {
  padding-left: 1em;
}
#room_top .txt_slide_cont .room_cont .border_table dl dt {
  width: 135px;
  padding: 0 0px 0 10px;
}
@media only screen and (max-width: 1024px) {
  #room_top .txt_slide_cont .room_cont .border_table dl dt {
    padding: 0 30px 0 50px;
    width: 210px;
  }
}
#room_top .txt_slide_cont .room_cont .border_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  padding: 10px 0px;
  border-bottom: 1px solid #222222;
}
@media only screen and (max-width: 768px) {
  #room_top .txt_slide_cont .room_cont .border_table dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
#room_top .txt_slide_cont .room_cont .border_table dl:first-child {
  border-top: 1px solid #222222;
}
#room_top .txt_slide_cont .room_cont .border_table dl dt {
  width: 135px;
  padding: 0 0 0 10px;
}
@media only screen and (max-width: 1024px) {
  #room_top .txt_slide_cont .room_cont .border_table dl dt {
    padding: 0 30px 0 50px;
    width: 210px;
  }
}
@media only screen and (max-width: 768px) {
  #room_top .txt_slide_cont .room_cont .border_table dl dt {
    width: 100%;
    padding: 0;
  }
}
#room_top .txt_slide_cont .room_cont .border_table dl dd {
  width: calc(100% - 135px);
}
@media only screen and (max-width: 1024px) {
  #room_top .txt_slide_cont .room_cont .border_table dl dd {
    width: calc(100% - 210px);
  }
}
@media only screen and (max-width: 768px) {
  #room_top .txt_slide_cont .room_cont .border_table dl dd {
    width: 100%;
    margin-top: 10px;
  }
}
#room_top .txt_slide_cont .room_cont .border_table2 dl {
  font-size: 15px;
  padding: 15px 0px;
  border-bottom: 1px solid #222222;
}
#room_top .txt_slide_cont .room_cont .border_table2 dl:first-child {
  border-top: 1px solid #222222;
}
#room_top .txt_slide_cont .room_cont .border_table2 dl dd {
  margin-top: 10px;
}
#room_top .txt_slide_cont .room_cont .border_table02 > dl {
  border-top: 1px solid #989898;
  padding: 15px 0;
}
#room_top .txt_slide_cont .room_cont .border_table02 > dl dt {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
}
#room_top .txt_slide_cont .room_cont .border_table02 > dl dd {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#room_top .txt_slide_cont .room_cont .border_table02 > dl:last-child {
  border-bottom: 1px solid #989898;
}
#room_top .txt_slide_cont .room_cont .ttl h2 {
  font-size: 26px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #room_top .txt_slide_cont .room_cont .ttl h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #room_top .txt_slide_cont .room_cont .ttl h2 {
    font-size: 22px;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #room_top .txt_slide_cont .room_cont .ttl h2 {
    font-size: 17px;
  }
}
#room_top .txt_slide_cont .room_cont .txt {
  position: relative;
  padding-right: 180px;
}
@media only screen and (max-width: 768px) {
  #room_top .txt_slide_cont .room_cont .txt {
    padding-right: 0px;
  }
}
#room_top .txt_slide_cont .room_cont .txt p {
  font-size: 17px;
  line-height: 2.3;
}
@media only screen and (max-width: 768px) {
  #room_top .txt_slide_cont .room_cont .txt p {
    font-size: 14px;
  }
}