﻿@charset "utf-8";

/* -----------------------------------------------------------
	pc tab design
----------------------------------------------------------- */

@media screen and (min-width: 768px){

/* アンカーリンク 客室タイプ */

.oribist_room-anchor_wrap{
  color: #464544;
  font-size: 14px;
  display: flex;
  margin: 50px 0 30px 0;
  padding: 0;
}
.oribist_room-anhead{
  width: 18%;
  color: #2d2926;
  font-size: 1.6em;
  font-weight:bold;
}
.oribist_room-anhead span{
  display: block;
  color: #2d2926;
  font-size: 0.6em;
  font-weight:normal;
}
.oribist_room-anbtn_wrap{ 
  width: 82%;
  display: flex;
  flex-wrap: wrap;
}
.oribist_room-anbtn{
  position: relative;
  width: calc(50% - 30px);
  margin: 0 0 10px 20px;
}
.oribist_room-anbtn a{
  width: 100%;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}
.oribist_room-anbtn span{
  font-size: 0.8em;
}
.oribist_room-anbtn .oribist_room-anbtn_style{
  background: #fff;
  border: 1px solid #9d9c9b;
  color: #464544;
  position: relative;
  transition: all 0.2s ease;
  padding: 14px 0 14px 10px;
}
.oribist_room-anbtn .oribist_room-anbtn_style2{
  background: #fff;
  border: 1px solid #9d9c9b;
  color: #464544;
  position: relative;
  transition: all 0.2s ease;
  padding: 7px 0 7px 10px;
}
.oribist_room-anbtn .oribist_room-anbtn_style::before,
.oribist_room-anbtn .oribist_room-anbtn_style2::before{
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  right: 20px;
  top: 48%;
  transform: translateY(-50%) rotate(135deg);
  border-top: 1px solid #464544;
  border-right: 1px solid #464544;
  transition: all 0.2s ease-in;
}
.oribist_room-anbtn .oribist_room-anbtn_style:hover,
.oribist_room-anbtn .oribist_room-anbtn_style2:hover{
  background: #f5f4f3;
  border: 1px solid #bdbcbb;
}
.oribist_room-anbtn .oribist_room-anbtn_style:hover::before,
.oribist_room-anbtn .oribist_room-anbtn_style2:hover::before{
  right: 20px;
  top: 27px;    
}



/* アンカーリンク 共通 */

.oribist_top-anchor_wrap{
  color: #464544;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
  padding: 0;
}
.oribist_top-anchor_wrap div{
  margin-right: 40px;
  margin-bottom: 10px;
}
.oribist_top-anbtn a{
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}
.oribist_top-anbtn .oribist_top-anbtn_style{
  background: #fff;
  color: #464544;
  padding-right: 20px;
  position: relative;
  transition: all 0.2s ease;
}
.oribist_top-anbtn .oribist_top-anbtn_style::before{
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  right: 0px;
  top: 35%;
  transform: translateY(-50%) rotate(135deg);
  border-top: 2px solid #bdbcbb;
  border-right: 2px solid #bdbcbb;
  transition: all 0.2s ease-in;
}
.oribist_top-anbtn .oribist_top-anbtn_style:hover::before{
  right: 0px;
  top: 15px;    
}



/* テキストリンク　共通 */

.oribist_textlink_style {
  text-decoration: none;
  position: relative;
  color: #464544;
  display: inline-block;
  border-bottom: 1px solid #464544;
  padding-bottom: 1px;
  padding-right: 5px;
}
.oribist_textlink_style::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: #464544;
  transition: width 0.4s ease;
}
.oribist_textlink_style:hover::before {
  width: 100%;
}
.oribist_textlink_style:hover {
  color: inherit; /* 文字色維持 */
}



/* 見出しメイン */

.oribist_head_wrap{
  color: #2d2926;
  font-size: 14px;
  margin: 100px 0 80px 0;
  padding: 0;
}
.oribist_head_main{
  margin: 0;
  padding: 0;
  font-size: 2.3em;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.oribist_head_sub{
  margin: 0;
  padding: 0;
  color: #464544;
  font-size: 1.1em;
  font-weight:normal;
  width: 100%;
  text-align: center;
}



/* チェックインアウト */

.oribist_inout_wrap{
  color: #464544;
  font-size: 14px;
  margin: 0 0 80px 0;
  padding: 0;
}
.oribist_inout_time{
  width: 50%;
  font-size: 1.1em;
  border-top: 1px solid #bdbcbb;
  border-bottom: 1px solid #bdbcbb;
  background-color: #f5f4f3;
  text-align: center;
  padding: 20px 10px 20px 0;
  margin: 0 auto;
}
.oribist_inout_time i{
  padding: 0 10px;
}



/* 客室のこだわり */

.oribist_roomfeat_wrap{
  color: #464544;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
  padding: 0;
}
.oribist_roomfeat_item{
  width: 29%;
  margin-bottom: 50px;
  padding: 0;
}
.oribist_roomfeat_item dt{
  color: #2d2926;
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0;
  padding: 0;
}
.oribist_roomfeat_item dd{
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
.oribist_roomfeat_item dd i {
  padding-left: 5px;
}
.oribist_roomfeat_item img{
  width: 100%;
}
.oribist_roomfeat_vline{
  width: 3%;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  margin-left: 3%;
  border-left: 1px solid #e0dfde;
}
.oribist_roomfeat_vline2{
  display: none;
  padding: 0;
  margin: 0;
}



/* アメニティ＆設備・備品タブ */

.oribist_tab_wrap {
  color: #464544;
  font-size: 14px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto 60px auto;
  padding: 0;
}

.oribist_tab_item {
  width: calc(100%/2);
  padding: 10px 0 10px 0;
  border-bottom: 2px solid #bdbcbb;
  background-color: #fff;
  text-align: center;
  display: block;
  float: left;
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  transition: all 0.5s ease;
  cursor: pointer;
}
.oribist_tab_item:hover {
  border-bottom: 2px solid #464544;
}
input[name="oribist_tab_item"] {
  display: none;/*ラジオボタン削除*/
}

.oribist_tab_content {
  display: none;
  padding: 50px 0 50px 0;
  background-color: #f5f4f3;
  clear: both;
  overflow: hidden;
}
.oribist_tab_list{
  width: 92%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.oribist_tab_amenity{
  display: flex;  
  width: 92%;
  margin: 0 auto;
  margin-top: 50px;
}
.oribist_tab_amenityimg{
  width: 45%;
  margin-right: 5%;
}
.oribist_tab_amenityimg img{
  width: 100%;
}
.oribist_tab_amenitytext{
  width: 50%;
}
.oribist_tab_amenitytext p{
  font-size: 1.1em;
  font-weight: bold;
  margin: 10px 0 20px 0;
  padding: 0;
}
.oribist_tab_amenitytext span{
  line-height: 1.8;
}
.oribist_tab_list02{
  width: 92%;
  margin: 0 auto;
}
.oribist_tab_list02 p{
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0 0 0 15px;
  border-left: 5px solid #e0dfde;
}

#oribist_tab01:checked ~ #oribist_tab01_content,
#oribist_tab02:checked ~ #oribist_tab02_content {
  display: block;/*選択されているタブコンテンツのみ表示指定*/
}
.oribist_tab_wrap input:checked + .oribist_tab_item {
	font-size: 1.1em;
	color: #fff;
	background-color: #464544;
	border-bottom: 2px solid #464544;/*選択タブスタイル*/
}



/* オリジナルアメニティ */

.oribist_oriitem_wrap{
  color: #464544;
  font-size: 14px;
  display: flex;
  margin: 0 0 30px 0;
  padding: 0;
}
.oribist_oriitem_left{
  width: 45%;
  margin-right: 5%;
  border-left: 10px solid #e0dfde;
}
.oribist_oriitem_left p{
  margin: 0;
  padding: 10px 0 10px 30px;
  color: #2d2926;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3;
}
.oribist_oriitem_left span {
  padding-left: 30px;
  display: block;
  line-height: 1.8;
}
.oribist_oriitem_left .oribist_oriitem_subh{
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 30px;
  line-height: 1.3;
}
.oribist_oriitem_left i {
  padding-left: 5px;
}
.oribist_oriitem_right{
  width: 50%;
}
.oribist_oriitem_right img{
  width: 100%;
}



/* エコ清掃 */

.oribist_eco_wrap{
  color: #464544;
  font-size: 14px;
  width: 100%;
  background-color: #f5f4f3;
  margin: 0 0 100px 0;
  padding: 0;
}
.oribist_eco_contents{
  width: 92%;
  display: flex;  
  margin: 0 auto;
  padding: 50px 0 50px 0;
}
.oribist_eco_left{
  width: 36%;
  margin-right: 6%;
  line-height: 1.8;
}
.oribist_eco_right{
  width: 58%;
}
.oribist_eco_right ul{
  list-style: none;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.oribist_eco_right li{
  width: 16%;
  font-size: 0.9em;
  text-align: center;
  margin-right: 15px;
  line-height: 1.2;
}
.oribist_eco_right li img{
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.oribist_eco_right img{
  display: block;
  width: 100%;
}



/* 宿泊税 */
.oribist_tax_wrap{
  color: #464544;
  font-size: 14px;
  width: 100%;
  margin: 0 0 100px 0;
  padding: 0;
}
.oribist_tax_wrap table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 20px 0;
}
.oribist_tax_wrap th{
  background-color: #f5f4f3;
}
.oribist_tax_wrap th,
.oribist_tax_wrap td {
  border: 1px solid #e0dfde;
  padding: 10px;
}



/* 罫線 */

.oribist_border_a1{
  width: 100%;
  border-bottom: 1px solid #bdbcbb;
  padding: 0;
  margin: 0 auto;
}
.oribist_border_b1{
  width: 100%;
  border-bottom: 1px solid #e0dfde;
  padding: 0;
  margin: 0 auto;
}
.oribist_border_b2{
  width: 92%;
  border-bottom: 1px solid #e0dfde;
  padding: 0;
  margin: 0 auto;
}
.oribist_border_b3{
  width: 20%;
  border-bottom: 1px solid #e0dfde;
  padding: 0;
  margin: 0 auto;
}



/* スペース */

.oribist_spacebtm_a{
  padding: 0;
  margin: 0 0 100px 0;
}
.oribist_spacebtm_b{
  padding: 0;
  margin: 0 0 30px 0;
}

}

/* -----------------------------------------------------------
	pc design
----------------------------------------------------------- */

@media screen and (min-width: 1024px){

/* 客室タイプ詳細 */

.oribist_roomdetails_wrap{
  color: #464544;
  font-size: 14px;
  display: flex;
  margin: 60px 0 60px 0;
  padding: 0;
}
.oribist_roomdetails_wrap_t{
  color: #464544;
  font-size: 14px;
  display: flex;
  margin: 60px 0 30px 0;
  padding: 0;
}
.oribist_roomdetails_wrap_m{
  color: #464544;
  font-size: 14px;
  display: flex;
  margin: 0 0 30px 0;
  padding: 0;
}
.oribist_roomdetails_wrap_b{
  color: #464544;
  font-size: 14px;
  display: flex;
  margin: 0 0 60px 0;
  padding: 0;
}
.oribist_roomdetails_left{
  width: 32%;
}
.oribist_roomdetails_right{
  width: 66%;
  margin-left: 2%;
}

.oribist_rodetails_head{
  color: #2d2926;
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 30px;
}
.oribist_rodetails_smoke{
  width: 30%;
  text-align: center;
  border: 1px solid #e0dfde;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.oribist_roomdetails_left dl{
  margin-bottom: 20px;
}
.oribist_rodetails_speclist{
  display: flex;
  font-size: 1em;
  border-bottom: 1px solid #e0dfde;
}
.oribist_speclist_top{
  border-top: 1px solid #e0dfde;
}
.oribist_rodetails_speclist dt{
  width: 25%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
}
.oribist_rodetails_speclist dd{
  width: 75%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.oribist_rodetails_checklist ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.oribist_rodetails_checklist li{
  padding-left: 25px;
  margin-bottom: 10px;
  background-image: url(https://www.hotel-vista.jp/uploads/img/room/sicon_check.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: top left;
}

.oribist_roomdetails_btn{
  display: flex;
}
#oribist_layout_btn{
  width: 47%;
}
.oribist_book_btn{
  width: 47%;
  margin-left: 6%;
}
.oribist_specification_layout_btn{
  width: 100%;
}
.oribist_specification_book_btn{
  width: 100%;
}
.oribist_book_btn a,
.oribist_specification_book_btn a {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  display: inline-block;
}
.oribist_book_btn .oribist_bookbtn_style,
.oribist_specification_book_btn .oribist_bookbtn_style {
  background: #bf9c46;
  border:1px solid #bf9c46;
  transition: all 0.3s ease-in;
  position: relative;
}
.oribist_book_btn .oribist_bookbtn_style:hover,
.oribist_specification_book_btn .oribist_bookbtn_style:hover {
  background: #c9b074;
  border:1px solid #c9b074;
}
.oribist_book_btn .oribist_bookbtn_style-1,
.oribist_specification_book_btn .oribist_bookbtn_style-1 {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  display: inline-block;
  background: #bf9c46;
  border:1px solid #bf9c46;
}
.oribist_specification_text{
  padding-top: 10px;
}

}

/* -----------------------------------------------------------
	tab design
----------------------------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1023px) {

/* 客室タイプ詳細 */

.oribist_roomdetails_wrap{
  color: #464544;
  font-size: 14px;
  width: 90%;
  margin: 60px auto 60px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.oribist_roomdetails_wrap_t{
  color: #464544;
  font-size: 14px;
  width: 90%;
  margin: 60px auto 60px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.oribist_roomdetails_wrap_m{
  color: #464544;
  font-size: 14px;
  width: 90%;
  margin: 0 auto 60px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.oribist_roomdetails_wrap_b{
  color: #464544;
  font-size: 14px;
  width: 90%;
  margin: 0 auto 60px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.oribist_roomdetails_left{
  width: 100%;
  order: 2;
}
.oribist_roomdetails_right{
  width: 100%;
  display: contents;
}

.oribist_rodetails_head{
  color: #2d2926;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 30px;
}
.oribist_rodetails_smoke{
  width: 25%;
  text-align: center;
  border: 1px solid #e0dfde;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.oribist_rodetails_speclist{
  display: flex;
  border-bottom: 1px solid #e0dfde;
}
.oribist_speclist_top{
  border-top: 1px solid #e0dfde;
}
.oribist_rodetails_speclist dt{
  width: 15%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
}
.oribist_rodetails_speclist dd{
  width: 85%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.oribist_rodetails_checklist ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.oribist_rodetails_checklist li{
  padding-left: 25px;
  margin-bottom: 10px;
  background-image: url(https://www.hotel-vista.jp/uploads/img/room/sicon_check.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: top left;
}

.oribist_carousel_position{
  order: 1;
  margin-bottom: 35px;
}

.oribist_roomdetails_btn{
  width: 70%;
  margin: 0 auto 0 auto;
  padding: 0;
  order: 3;
}
#oribist_layout_btn{
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}
.oribist_book_btn{
  width: 100%;
}
.oribist_specification_layout_btn{
  width: 100%;
}
.oribist_specification_book_btn{
  width: 100%;
}
.oribist_book_btn a,
.oribist_specification_book_btn a {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  display: inline-block;
}
.oribist_book_btn .oribist_bookbtn_style,
.oribist_specification_book_btn .oribist_bookbtn_style {
  background: #bf9c46;
  border:1px solid #bf9c46;
  transition: all 0.3s ease-in;
  position: relative;
}
.oribist_book_btn .oribist_bookbtn_style:hover,
.oribist_specification_book_btn .oribist_bookbtn_style:hover {
  background: #c9b074;
  border:1px solid #c9b074;
}
.oribist_book_btn .oribist_bookbtn_style-1,
.oribist_specification_book_btn .oribist_bookbtn_style-1 {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  display: inline-block;
  background: #bf9c46;
  border:1px solid #bf9c46;
}
.oribist_specification_text{
  padding-top: 10px;
}

/* 非表示 */

.oribist_hidden_style1{
  display: none;
}

}

/* -----------------------------------------------------------
	smp design
----------------------------------------------------------- */

@media screen and (max-width: 767px){

/* アンカーリンク 客室タイプ */

.oribist_room-anchor_wrap{
  width: 90%;
  color: #464544;
  font-size: 13px;
  margin: 50px auto 50px auto;
  padding: 0;
}
.oribist_room-anhead{
  width: 100%;
  color: #2d2926;
  font-size: 1.7em;
  font-weight:bold;
  margin-bottom: 20px;
}
.oribist_room-anhead span{
  display: block;
  color: #2d2926;
  font-size: 0.7em;
  font-weight:normal;
}
.oribist_room-anbtn_wrap{ 
  width: 100%;
}
.oribist_room-anbtn{
  position: relative;
  margin: 0;
}
.oribist_room-anbtn a{
  width: 99%;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}
.oribist_room-anbtn .oribist_room-anbtn_style{
  background: #fff;
  border-bottom: 1px solid #bdbcbb;
  color: #2d2926;
  position: relative;
  transition: all 0.2s ease;
  padding: 17px 0 17px 0;
  padding-left: 1%;
}
.oribist_room-anbtn .oribist_room-anbtn_style2{
  background: #fff;
  border-bottom: 1px solid #bdbcbb;
  color: #2d2926;
  position: relative;
  transition: all 0.2s ease;
  padding: 6px 0 6px 0;
  padding-left: 1%;
}
.oribist_room-anbtn .oribist_room-anbtn_style::before,
.oribist_room-anbtn .oribist_room-anbtn_style2::before{
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  right: 20px;
  top: 45%;
  transform: translateY(-50%) rotate(135deg);
  border-top: 1px solid #2d2926;
  border-right: 1px solid #2d2926;
  transition: all 0.2s ease-in;
}
.oribist_room-anbtn .oribist_room-anbtn_style:hover,
.oribist_room-anbtn .oribist_room-anbtn_style2:hover{
  background: #f5f4f3;
}
.oribist_room-anbtn .oribist_room-anbtn_style:hover::before,
.oribist_room-anbtn .oribist_room-anbtn_style2:hover::before{
  right: 20px;
  top: 22px;    
}



/* アンカーリンク 共通 */

.oribist_top-anchor_wrap{
  width: 86%;
  color: #464544;
  font-size: 13px;
  border-left: 5px solid #e0dfde;
  margin: 0px auto 50px auto;
  padding: 0;
  padding-left: 4%;
}
.oribist_top-anchor_wrap div{
  margin-bottom: 15px;
}
.oribist_top-anbtn a{
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}
.oribist_top-anbtn .oribist_top-anbtn_style{
  background: #fff;
  color: #464544;
  padding-right: 20px;
  position: relative;
  transition: all 0.2s ease;
}
.oribist_top-anbtn .oribist_top-anbtn_style::before{
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  right: 0px;
  top: 45%;
  transform: translateY(-50%) rotate(135deg);
  border-top: 2px solid #bdbcbb;
  border-right: 2px solid #bdbcbb;
  transition: all 0.2s ease-in;
}
.oribist_top-anbtn .oribist_top-anbtn_style:hover::before{
  right: 0px;
  top: 12px;    
}



/* テキストリンク　共通 */

.oribist_textlink_style {
  text-decoration: none;
  position: relative;
  color: #464544;
  display: inline-block;
  border-bottom: 1px solid #464544;
  padding-bottom: 1px;
  padding-right: 5px;
}
.oribist_textlink_style::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: #464544;
  transition: width 0.4s ease;
}
.oribist_textlink_style:hover::before {
  width: 100%;
}
.oribist_textlink_style:hover {
  color: inherit; /* 文字色維持 */
}



/* 見出しメイン */

.oribist_head_wrap{
  color: #2d2926;
  font-size: 13px;
  margin: 80px 0 50px 0;
  padding: 0;
}
.oribist_head_main{
  margin: 0;
  padding: 0;
  font-size: 2em;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.oribist_head_sub{
  margin: 0;
  padding: 0;
  color: #464544;
  font-size: 1.1em;
  font-weight:normal;
  width: 100%;
  text-align: center;
}



/* チェックインアウト */

.oribist_inout_wrap{
  color: #464544;
  font-size: 13px;
  margin: 0 0 50px 0;
  padding: 0;
}
.oribist_inout_time{
  width: 90%;
  font-size: 1.1em;
  border-top: 1px solid #bdbcbb;
  border-bottom: 1px solid #bdbcbb;
  background-color: #f5f4f3;
  text-align: center;
  padding: 20px 10px 20px 0;
  margin: 0 auto;
}
.oribist_inout_time i{
  padding: 0 10px;
}



/* 客室タイプ詳細 */

.oribist_roomdetails_wrap{
  color: #464544;
  font-size: 13px;
  width: 90%;
  margin: 40px auto 40px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.oribist_roomdetails_wrap_t{
  color: #464544;
  font-size: 13px;
  width: 90%;
  margin: 40px auto 40px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.oribist_roomdetails_wrap_m{
  color: #464544;
  font-size: 13px;
  width: 90%;
  margin: 0 auto 40px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.oribist_roomdetails_wrap_b{
  color: #464544;
  font-size: 13px;
  width: 90%;
  margin: 0 auto 40px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.oribist_roomdetails_left{
  width: 100%;
  order: 2;
}
.oribist_roomdetails_right{
  width: 100%;
  display: contents;
}

.oribist_rodetails_head{
  color: #2d2926;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 25px;
}
.oribist_rodetails_smoke{
  width: 25%;
  text-align: center;
  border: 1px solid #e0dfde;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.oribist_rodetails_speclist{
  display: flex;
  border-bottom: 1px solid #e0dfde;
}
.oribist_speclist_top{
  border-top: 1px solid #e0dfde;
}
.oribist_rodetails_speclist dt{
  width: 20%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
}
.oribist_rodetails_speclist dd{
  width: 80%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.oribist_rodetails_checklist ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.oribist_rodetails_checklist li{
  padding-left: 25px;
  margin-bottom: 10px;
  background-image: url(https://www.hotel-vista.jp/uploads/img/room/sicon_check.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: top left;
}

.oribist_carousel_position{
  order: 1;
  margin-bottom: 30px;
}

.oribist_roomdetails_btn{
  width: 75%;
  margin: 0 auto 0 auto;
  padding: 0;
  order: 3;
}
#oribist_layout_btn{
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.oribist_book_btn{
  width: 100%;
}
.oribist_specification_layout_btn{
  width: 100%;
}
.oribist_specification_book_btn{
  width: 100%;
}
.oribist_book_btn a,
.oribist_specification_book_btn a {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  display: inline-block;
}
.oribist_book_btn .oribist_bookbtn_style,
.oribist_specification_book_btn .oribist_bookbtn_style {
  background: #bf9c46;
  border:1px solid #bf9c46;
  transition: all 0.3s ease-in;
  position: relative;
}
.oribist_book_btn .oribist_bookbtn_style:hover,
.oribist_specification_book_btn .oribist_bookbtn_style:hover {
  background: #c9b074;
  border:1px solid #c9b074;
}
.oribist_book_btn .oribist_bookbtn_style-1,
.oribist_specification_book_btn .oribist_bookbtn_style-1 {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  display: inline-block;
  background: #bf9c46;
  border:1px solid #bf9c46;
}
.oribist_specification_text{
  padding-top: 10px;
}



/* 客室のこだわり */

.oribist_roomfeat_wrap{
  color: #464544;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0;
}
.oribist_roomfeat_item{
  width: 48%;
  margin-bottom: 40px;
  padding: 0;
}
.oribist_roomfeat_item dt{
  color: #2d2926;
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0;
  padding: 0;
}
.oribist_roomfeat_item dd{
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
.oribist_roomfeat_item dd i {
  padding-left: 5px;
}
.oribist_roomfeat_item img{
  width: 100%;
}
.oribist_roomfeat_vline{
  display: none;
  padding: 0;
  margin: 0;
}
.oribist_roomfeat_vline2{
  display: none;
  padding: 0;
  margin: 0;
}



/* アメニティ＆設備・備品タブ */

.oribist_tab_wrap {
  color: #464544;
  font-size: 13px;
  background-color: #fff;
  width: 90%;
  margin: 0 auto 40px auto;
  padding: 0;
}

.oribist_tab_item {
  width: calc(100%/2);
  padding: 10px 0 10px 0;
  border-bottom: 2px solid #bdbcbb;
  background-color: #fff;
  text-align: center;
  display: block;
  float: left;
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  transition: all 0.5s ease;
  cursor: pointer;
}
.oribist_tab_item:hover {
  border-bottom: 2px solid #464544;
}
input[name="oribist_tab_item"] {
  display: none;/*ラジオボタン削除*/
}

.oribist_tab_content {
  display: none;
  padding: 40px 0 40px 0;
  background-color: #f5f4f3;
  clear: both;
  overflow: hidden;
}
.oribist_tab_list{
  width: 92%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.oribist_tab_amenity{
  width: 92%;
  margin: 0 auto;
  margin-top: 30px;
}
.oribist_tab_amenityimg{
  width: 100%;
}
.oribist_tab_amenityimg img{
  width: 100%;
}
.oribist_tab_amenitytext{
  width: 100%;
}
.oribist_tab_amenitytext p{
  font-size: 1.1em;
  font-weight: bold;
  margin: 25px 0 20px 0;
  padding: 0;
}
.oribist_tab_amenitytext span{
  line-height: 1.7;
}
.oribist_tab_list02{
  width: 92%;
  margin: 0 auto;
}
.oribist_tab_list02 p{
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
  border-left: 5px solid #e0dfde;
}

#oribist_tab01:checked ~ #oribist_tab01_content,
#oribist_tab02:checked ~ #oribist_tab02_content {
  display: block;/*選択されているタブコンテンツのみ表示指定*/
}
.oribist_tab_wrap input:checked + .oribist_tab_item {
	font-size: 1.1em;
	color: #fff;
	background-color: #464544;
	border-bottom: 2px solid #464544;/*選択タブスタイル*/
}



/* オリジナルアメニティ */

.oribist_oriitem_wrap{
  color: #464544;
  font-size: 13px;
  width: 90%;
  margin: 0 auto 30px auto;
  border-left: 8px solid #e0dfde;
  padding: 0;
}
.oribist_oriitem_left{
  width: 100%;
}
.oribist_oriitem_left p{
  margin: 0;
  padding: 10px 0 10px 20px;
  color: #2d2926;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3;
}
.oribist_oriitem_left span {
  padding-left: 20px;
  display: block;
  line-height: 1.8;
}
.oribist_oriitem_left .oribist_oriitem_subh{
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 30px;
  line-height: 1.3;
}
.oribist_oriitem_left i {
  padding-left: 5px;
}
.oribist_oriitem_right{
  width: 100%;
}
.oribist_oriitem_right img{
  box-sizing: border-box;
  width: 100%;
  padding-left: 20px;
}



/* エコ清掃 */
.oribist_eco_wrap{
  color: #464544;
  font-size: 13px;
  width: 90%;
  background-color: #f5f4f3;
  margin: 0 auto 80px auto;
  padding: 0;
}
.oribist_eco_contents{
  width: 92%;
  margin: 0 auto;
  padding: 40px 0 40px 0;
}
.oribist_eco_left{
  width: 100%;
  padding: 0 0 30px 0;
  line-height: 1.8;
}
.oribist_eco_right{
  width: 100%;
}
.oribist_eco_right ul{
  list-style: none;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.oribist_eco_right li{
  width: 16%;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.2;
}
.oribist_eco_right li img{
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.oribist_eco_right img{
  display: block;
  width: 100%;
}



/* 宿泊税 */
.oribist_tax_wrap{
  color: #464544;
  font-size: 13px;
  width: 90%;
  margin: 0 auto 80px auto;
  padding: 0;
}
.oribist_tax_wrap table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 20px 0;
}
.oribist_tax_wrap th{
  background-color: #f5f4f3;
}
.oribist_tax_wrap th,
.oribist_tax_wrap td {
  border: 1px solid #e0dfde;
  padding: 10px;
}



/* 罫線 */

.oribist_border_a1{
  width: 100%;
  border-bottom: 1px solid #bdbcbb;
  padding: 0;
  margin: 0 auto;
}
.oribist_border_b1{
  width: 100%;
  border-bottom: 1px solid #e0dfde;
  padding: 0;
  margin: 0 auto;
}
.oribist_border_b2{
  width: 92%;
  border-bottom: 1px solid #e0dfde;
  padding: 0;
  margin: 0 auto;
}
.oribist_border_b3{
  width: 20%;
  border-bottom: 1px solid #e0dfde;
  padding: 0;
  margin: 0 auto;
}



/* スペース */

.oribist_spacebtm_a{
  padding: 0;
  margin: 0 0 80px 0;
}
.oribist_spacebtm_b{
  padding: 0;
  margin: 0 0 30px 0;
}



/* 非表示 */

.oribist_hidden_style1{
  display: none;
}

}

/* -----------------------------------------------------------
	common design
----------------------------------------------------------- */

/*画像のフェード指定*/
.oribist_tab_content img{
	animation-name: oribist_fadeInAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes oribist_fadeInAnime{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
