@charset "utf-8";

/* CSS Information============
	common
========================== */
/*全デバイス共通*/
html {
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", Meiryo, Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  max-width: 100%;
  color: #333;
}
body {
  font-size: 1.4rem;
  line-height: 1;
  color: #333;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
.min {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
p,
dl {
  line-height: 1.5;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.none {
  display: none;
}
a {
  outline: none;
}
.mb_05 {
  margin-bottom: 5px;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_50 {
  margin-bottom: 50px;
}
.mb_60 {
  margin-bottom: 60px;
}
.mb_90 {
  margin-bottom: 90px;
}
.mb_120 {
  margin-bottom: 120px;
}
.mt_10 {
  margin-top: 10px;
}
.mt_60 {
  margin-top: 60px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  /*\*/ /*/
   display: inline-table;
  /* */
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.mouseon_alpha a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: #fff;
}
aside a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: #fff;
}
header h1 {
  display: none;
}
#container .topicpath dt {
  height: 0;
  overflow: hidden;
}
#container .topicpath dd {
  margin: 10px 0 0 0;
}
a:hover {
  text-decoration: underline;
}
img {
  height: auto;
}
.service_4col div p a,
.service_4col div p a:visited {
  text-decoration: underline;
}
.service_4col div p a:hover {
  text-decoration: none;
  opacity: 1;
}
.language_on {
  display: none;
}
.is-hover-underline {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
@media (any-hover: hover) {
  .is-hover-underline:hover {
    text-decoration: none;
    opacity: 1;
  }
}
/* =======================
下層ファーストビュー
========================== */
.mainvisual_wrp {
  position: relative;
}
.mainvisual_wrp .mainvisual_img img {
  max-width: unset;
  object-fit: cover;
  width: 100%;
  min-height: 185px;
  height: auto;
}
.mainvisual_ttl {
  position: absolute;
  inset: 30px 0 0 0;
  margin: auto;
  height: fit-content;
  text-align: center;
  font-size: clamp(1.8rem, 8vw, 4.2rem);
  text-shadow: 0.2em 0 1em rgba(0, 0, 0, 0.5), 0 0.2em 1em rgba(0, 0, 0, 0.5), -0.2em 0 1em rgba(0, 0, 0, 0.5), 0 -0.2em 1em rgba(0, 0, 0, 0.5);
  color: #fff;
  letter-spacing: 0.08em;
}
/* =======================
	　　右下↑
========================== */
.pageTop {
  position: relative;
  height: 0;
  margin: 0 auto;
  display: none;
}
.pageTop a {
  position: fixed;
  bottom: 10px;
  /* left: auto; */
  right: 15px;
  display: block;
  width: 60px;
  height: 30px;
  margin-left: 950px;
  padding: 1em 0 1em 2px;
  background: rgba(142, 97, 39, 0.3);
  text-align: center;
  outline: none;
  text-decoration: none;
  z-index: 2;
  border-radius: 3px;
}
.pageTop a:before,
.pageTop a:after {
  position: absolute;
  left: 50%;
  content: "";
  margin-left: -10px;
}
.pageTop a:after {
  top: 50%;
  left: 53%;
  margin-top: -5px;
  z-index: -1;
  width: 15px;
  height: 15px;
  background: transparent;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#reservation {
  padding: 15px 0;
  background-color: #fff;
  height: 235px;
}
#reservation div {
  height: 50px;
  padding: 0px 3%;
  margin-bottom: 7px;
}
#reservation button {
  float: left;
  height: 50px;
  display: block;
  width: 98%;
  margin: 0px 1%;
  letter-spacing: 3px;
  font-size: 1.4rem;
}
#reservation .phone_number {
  clear: left;
  font-size: 2rem;
  text-align: center;
  padding: 10px 0;
  width: 92%;
  margin: 0 auto;
  background-color: #f1ece0;
}
#reservation_02 #calid2 {
  top: 44px;
  left: 14%;
}
.boder {
  width: 100%;
  border-bottom: solid 1px #fff;
  margin-bottom: 20px;
}
/*スマートフォン*/
@media screen and (min-width: 0px) {
  /* =======================
		改行 
========================== */
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  .tb_br {
    display: none;
  }
  .hanareya_br {
    display: none;
  }
  .ginza_br {
    display: none;
  }
  /* =======================
　　PCとSPの出し分け 
========================== */
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  /* =======================
		各ページ
========================== */
  #container {
    width: 90%;
    margin: 10px auto;
  }
  #container .ttl h1 {
    font-size: 3rem;
    margin: 30px 0 40px;
    text-align: center;
  }
  #container .ttl p {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  #container .topicpath {
    font-size: 1.2rem;
  }
  /* =======================
	　　右下↑
========================== */
  .pageTop a {
    bottom: 65px;
    width: 45px;
    height: 20px;
  }
  /* =======================
	　サービス
========================== */
  .service,
  .service_4col {
    margin-bottom: 40px;
    width: 100%;
    margin: 50px auto 60px;
  }
  .service h2,
  .service_4col h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .service_list {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .service_list_item {
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(141px, 1fr));
    grid-auto-rows: max-content;
  }
  .service section h3,
  .service_4col section h3 {
    font-size: 1.5rem;
    padding-top: 2px;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.35;
    text-align: left;
  }
  #room_facility .service section h3,
  #room_facility .service_4col section h3 {
    letter-spacing: 0px;
  }
  .service section p,
  .service_4col section p {
    font-size: 1.4rem;
  }
  .service section dl,
  .service_4col section dl {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .service section dl dt,
  .service_4col section dl dt {
    float: left;
    width: 60px;
  }
  .service section .btn a,
  .service_4col section .btn a {
    background-color: #8e6127;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    display: block;
    padding: 15px 0;
    text-align: center;
  }

  #container #room_facility .amenity {
    padding-top: 80px;
    margin-top: -80px;
  }
  .m
  /* =======================
	　検索バナー
========================== */
  .inner {
    width: 94%;
    margin: 0 auto 6%;
  }
  .btn a {
    background-color: #8e6127;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    display: block;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
  }
  /* =======================
	トピックス
========================== */
  h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
  }
  /* =======================
	コンセプト
========================== */
  .col_sp1_pc3 {
    margin-bottom: 40px;
  }
  /* =======================
	　sp2列_pc3列
========================== */
  .col_sp2_pc3 {
    margin-bottom: 60px;
  }
  .col_sp2_pc3 ul {
    margin-bottom: 20px;
  }
  .col_sp2_pc3 ul li {
    border-bottom: 1px solid #c9c2c2;
    padding: 10px 0;
  }
  .col_sp2_pc3 ul li a img {
    float: left;
    width: 32%;
  }
  .col_sp2_pc3 ul li a p {
    color: #ab8334;
    float: left;
    width: 64%;
    line-height: 1.4;
    padding: 0 0 0 10px;
  }
  .col_sp2_pc3 ul li a p span {
    color: #000;
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 5px;
  }
  /* =======================
	お電話でのご予約
========================== */
  .tel_box {
    background-color: #f0f0f0;
    padding: 20px 0;
    text-align: center;
    margin: 0;
  }
  .tel_box dt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .tel_box dd > a {
    font-size: 2.4rem;
    padding: 0.2em 0 0.2em 32px;
    background: url(/image/common/ic_tel.svg) no-repeat 0;
    background-size: 1.2em;
    color: #ab8334;
  }
  /* =======================
	フッターアコーディオンメニュー
========================== */
  .sp_footer_menu {
    background-color: #000;
    color: #fff;
  }
  #acMenu {
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    border-bottom: 1px solid #eeeeee;
  }
  #acMenu dt {
    display: block;
    padding: 13px 0;
    text-align: center;
    cursor: pointer;
  }
  #acMenu dd {
    line-height: 2.3;
    display: none;
  }
  #acMenu dd li {
    background: url(/ebisu/img/common/footer_arrow_001.png) no-repeat 0 47%;
    padding-left: 15px;
    margin-left: 20px;
  }

  #acMenu dd li:nth-last-of-type(1) {
    margin-bottom: 10px;
  }
  #acMenu dd li a {
    display: block;
    color: #fff;
    line-height: 3;
  }
  #acMenu dd li a .ex_link {
    width: 11px;
    vertical-align: baseline;
    margin-bottom: -1px;
    margin-left: 4px;
  }
  /* =======================
	フッター
========================== */
  footer {
    text-align: center;
  }
  footer .hotel_info {
    color: #fff;
    background-color: #000;
  }
  footer .hotel_info a {
    color: #fff;
  }
  footer .hotel_info a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  footer .info_dt {
    padding: 10px 10px 30px 10px;
    margin: 0 auto;
  }
  footer .hotel_info .hotel_info_logo {
    width: 230px;
    display: inline-block;
  }
  footer .sns {
    padding-bottom: 30px;
    background: #000;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .sns a {
    display: block;
    width: 30%;
    max-width: 32px;
  }
  footer .sns a:hover img {
    opacity: 0.75;
  }
  footer .grouphotels {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 40px 0 10px;
  }
  footer .hotel_group {
    padding-top: 40px;
    border-top: #fff solid 1px;
  }
  footer .pr_bnr {
    width: 95%;
    margin: 20px auto;
    overflow: hidden;
  }
  footer .pr_bnr li {
    margin-bottom: 10px;
  }
  footer .pr_bnr li:last-child {
    margin-bottom: 0;
  }
  footer .lang {
    padding-bottom: 30px;
    background: #000;
  }
  footer .lang .hotel_list {
    width: 45%;
    border: #fff solid 1px;
    margin: 0 auto;
  }
  footer .lang .hotel_list li {
    margin: 0 auto;
  }
  footer .lang .hotel_list li a {
    padding: 15px 0;
    display: block;
    color: #fff;
  }
  footer .lang .hotel_list li a:hover {
    border: none;
    opacity: 0.7;
    text-decoration: none;
  }
  footer .group_footer a:hover img {
    opacity: 0.7;
  }
  footer .recruit_img {
    margin: 0 auto 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    background: #000;
  }
  footer .recruit_img p {
    width: 100%;
    padding: 20px 0 0;
  }
  footer .recruit_img p:last-child {
    width: 100%;
    padding: 20px 0;
  }
  footer .recruit_img a:hover {
    opacity: 0.75;
    background-color: #fff;
  }
  footer .recruit_img img {
    width: 230px;
  }
  /*nav {
	height: 10vh; /* 環境にあわせる */
  /*	overflow-x: scroll;
*/
  /* =======================
	　共通部品
========================== */
  #container #room_facility .room_bd {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 2.4rem;
    text-align: center;
  }

  #container .room_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #container .room_list ul li {
    width: 48%;
    margin-bottom: 30px;
  }
  #container .room_list ul .item {
    flex-flow: row wrap;
  }
  #container #room_facility .room_list .item a p img {
    width: 312px;
  }
  #container .room_list .yaji {
    background: url(/ebisu/room/img/common/yaji_img_01.png) 0 10px no-repeat;
    padding: 6px 0 0 10px;
  }
  #room_facility h3,
  h4 {
    letter-spacing: 0.01rem;
  }
  #room_facility .room_list ul li {
    font-size: 1.2rem;
  }
  #room_facility .amenity dt {
    font-weight: bold;
  }
  #room_facility .amenity .txt_sub {
    margin-top: 10px;
  }
  #room_facility .txt strong {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 3px;
  }
  #room_facility .txt:nth-of-type(2) {
    margin-top: 20px;
    margin-bottom: 3px;
  }
  #room_facility .room_facility_box p.txt.txt_center {
    text-align: center;
  }
  /* =======================
	　h2
========================== */
  .mb_b {
    margin-bottom: 30px;
  }
}
/*スマートフォン 横*/
@media screen and (min-width: 480px) {
  /* =======================
	　　　 魅力
========================== */
  .charm_box img {
    width: 100%;
  }
  /* =======================
	　　 施設情報
========================== */
  .detail img {
    width: 100%;
  }
}
/* タブレット */
@media screen and (min-width: 768px) {
  /* =======================
　　PCとSPの出し分け 
========================== */
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  /* =======================
改行 
========================== */
  .pc_br {
    display: none;
  }
  .sp_br {
    display: none;
  }
  .tb_br {
    display: block;
  }
  .hanareya_br {
    display: block;
  }
  .ginza_br {
    display: block;
  }
  /* =======================
下層ファーストビュー
========================== */
  .mainvisual_ttl {
    inset: 92px 0 0 0;
    font-size: min(4vw, 5.5rem);
  }
  /* =======================
	　　右下↑
========================== */
  .pageTop a {
    bottom: 10px;
    width: 60px;
    height: 30px;
  }
  .pageTop {
    display: block;
  }

  /* =======================
	　サービス
========================== */
  .service,
  .service_4col {
    margin: 0 auto 60px;
  }
  .service h2,
  .service_4col h2 {
    font-size: 3rem;
    margin: 80px 0 20px;
    margin-bottom: 40px;
  }
  .service_list {
    gap: 30px 15px;
  }
  .service section h3,
  .service_4col section h3 {
    padding-top: 5px;
    margin-bottom: 10px;
  }
  .service section div,
  .service_4col section div {
    width: 100%;
  }
  .service section .btn a,
  .service_4col section .btn a {
    padding: 10px 0;
    font-size: 1.3rem;
    line-height: 1;
  }
  .inner {
    width: 94%;
    margin: 0 auto 0;
  }
  .col_sp1_pc3.topics {
    margin: 0 auto 40px;
  }
  #container .topicpath {
    display: block;
    margin-bottom: 30px;
  }
  /* =======================
	　共通部品
========================== */
  #container .room_list ul li {
    width: 32%;
    margin-bottom: 30px;
    justify-content: space-around;
    display: flex;
  }
  #room_facility h3,
  h4 {
    letter-spacing: 0.1rem;
  }
  #container #room_facility .room_bd {
    font-size: 2.4rem;
  }
  #container #room_facility .amenity {
    padding-top: 90px;
    margin-top: -90px;
  }
  /* =======================
	　h2
========================== */
  .mb_b {
    margin-bottom: 40px;
  }
  /* =======================
	　フッター
========================== */
  footer {
    text-align: center;
  }
  footer .pc_footer_menu a:link,
  footer .pc_footer_menu a:visited {
    color: #fff;
  }
  footer .lang a:link,
  footer .lang a:visited {
    color: #fff;
  }
  footer .pc_footer_menu {
    padding: 30px 0 0 0;
    background: #000;
  }
  footer .pc_footer_menu_dt {
    width: 90%;
    margin: 0 auto;
  }
  footer .pc_footer_menu ul {
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .pc_footer_menu ul li {
    display: inline;
    padding: 0 15px;
    border-left: #828282 solid 1px;
    border-right: #828282 solid 1px;
    box-sizing: border-box;
    margin: 0 -1px 12px 0;
    line-height: 1.2;
  }
  footer .pc_footer_menu ul li a .ex_link {
    width: 12px;
    height: 12px;
    padding: 0 0 3px;
    margin-left: 4px;
  }
  footer .hotel_info {
    padding: 0;
  }
  footer .info_dt {
    padding: 10px 10px 30px 10px;
    margin: 0 auto;
  }
  footer .sns {
    padding-bottom: 40px;
  }
  footer .lang .hotel_list {
    width: 172px;
    margin: 0 auto;
  }
  footer .lang .hotel_list li {
    width: 72%;
  }
  footer .lang .hotel_list {
    width: 172px;
  }
  footer .lang {
    padding-bottom: 40px;
  }
  footer .pr_bnr {
    width: 94%;
    margin: 30px auto;
    overflow: hidden;
  }
  footer .pr_bnr ul {
    display: flex;
    justify-content: center;
  }
  footer .pr_bnr li {
    width: 49%;
    float: left;
    margin-right: 0.5%;
    margin-left: 0.5%;
    overflow: hidden;
  }
  footer .recruit_img {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    border-bottom: none;
    background: #000;
  }
  footer .recruit_img img {
    width: 230px;
  }
  footer .recruit_img p {
    margin: 10px 10px;
    width: 230px;
    padding: 0;
  }
  footer .recruit_img p:last-child {
    margin: 10px 10px;
    width: 230px;
    padding: 0;
  }
}
/* タブレット(横) */
@media screen and (min-width: 1024px) {
  /* =======================
		改行 
========================== */
  .hanareya_br {
    display: block;
  }
  .ginza_br {
    display: none;
  }
  .service,
  .service_4col {
    margin-bottom: 40px;
  }
  footer .lang .hotel_list:nth-child(2) {
    margin: 0 auto;
  }
  .hotels_box {
    max-width: 1000px;
    margin: auto;
  }
  footer .hotels:nth-child(2) {
    padding-bottom: 10px;
  }
  footer .lang .hotel_list {
    width: 172px;
    margin: 0 auto 35px;
  }
  footer .lang .hotel_list li {
    width: 100%;
  }
  /* }
@media screen and (min-width: 1024px), @media screen and (min-width: 1025px) { */
  /* =======================
		改行 
========================== */
  .pc_br {
    display: block;
  }
  .sp_br {
    display: none;
  }
  .br_sp {
    display: none;
  }
  .tb_br {
    display: none;
  }
  /* =======================
		btn 
========================== */
  .btn a {
    padding: 12px 0;
    font-size: 1.4rem;
    background-position: 10px 14px;
  }
  /* =======================
　　PCとSPの出し分け 
========================== */
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .tb_none {
    display: none;
  }

  /* =======================
	　　右下↑
========================== */
  .pageTop a {
    bottom: 10px;
    width: 60px;
    height: 30px;
  }
  /* =======================
#reservation_01,
#reservation_02
========================== */
  #reservation_01 {
    background-color: #d2d0d0;
    margin: 20px 0 30px 0;
  }
  #reservation_01 h4,
  #reservation_02 h4 {
    width: 165px;
    font-size: 1.6rem;
    text-align: left;
    font-weight: bold;
    margin: 9px 0 0 10px;
    float: left;
    display: block;
    letter-spacing: 0;
  }
  #reservation_01 #calid,
  #reservation_02 #calid {
    top: 44px;
    left: 17%;
  }
  #reservation_01 .cal,
  #reservation_02 .cal {
    width: 270px;
    float: left;
    margin: 9px 0 0 0;
  }
  #reservation_01 .hakusuu,
  #reservation_02 .hakusuu {
    width: 90px;
    float: left;
    margin: 9px 0 0 0;
  }
  #reservation_01 .situsuu,
  #reservation_02 .situsuu {
    width: 80px;
    float: left;
    margin: 9px 0 0 0;
  }
  #reservation_01 .ninzuu,
  #reservation_02 .ninzuu {
    width: 180px;
    float: left;
    margin: 9px 0 0 0;
  }
  #reservation_01 .button,
  #reservation_02 .button {
    float: left;
    margin: 0 0 0 25px;
  }
  #reservation_01 .button:hover,
  #reservation_02 .button:hover {
    background-color: #999;
    cursor: pointer;
  }
  #reservation_01 .confirm a,
  #reservation_02 .confirm a {
    color: #333;
  }
  #reservation_01 .confirm a:hover,
  #reservation_02 .confirm a:hover {
    text-decoration: underline;
  }
  /* =======================
	　h2
========================== */
  h2 {
    text-align: center;
  }
  .mb_b {
    margin-bottom: 40px;
  }
  /* =======================
	　コンセプト
========================== */
  .col_sp1_pc3 {
    margin-bottom: 80px;
  }
  /* =======================
	　おすすめプラン
========================== */
  .concept {
    margin: 0 0 40px;
  }
  /* =======================
		各ページ
========================== */
  #container {
    width: 1000px;
    margin: 0 auto 30px;
  }
  #container .topicpath dd a:hover {
    text-decoration: underline;
  }
  .inner {
    position: relative;
    width: 100%;
    margin: 0 auto 0;
  }
  /* =======================
	　サービス
========================== */
  .service,
  .service_4col {
    width: 1000px;
    margin: 0px auto 80px;
  }
  .service h2,
  .service_4col h2 {
    margin-bottom: 40px;
  }
  /* =======================
	　フッター
========================== */
  footer {
    text-align: center;
  }
  footer .pc_footer_menu {
    margin: 0 auto;
  }
  footer .pc_footer_menu_dt {
    width: 1000px;
  }
  footer .pc_footer_menu ul {
    padding: 10px 0;
  }
  footer .pc_footer_menu ul li {
    line-height: 1.5;
  }
  footer .pc_footer_menu ul li:last-child {
    border-right: #828282 solid 1px;
  }
  footer .lang .hotel_list {
    width: 172px;
  }
  footer .lang .hotel_list li {
    width: 100%;
  }
  footer .lang .hotel_list:first-child {
    margin: 0 auto;
  }
  footer .pr_bnr {
    width: 1000px;
    margin: 30px auto;
  }
  footer .pr_bnr li {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0.5%;
    width: 33.333%;
  }
  footer .pr_bnr li a:hover {
    opacity: 0.75;
  }
  footer .recruit_img {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  footer .recruit_img p {
    margin: 10px 10px;
    width: 230px;
    padding: 0;
  }
  footer .recruit_img p:last-child {
    margin: 10px 10px;
    width: 230px;
    padding: 0;
  }
  /* =======================
	　共通設備
========================== */
  #container #room_facility .room_bd {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-size: 3rem;
  }
  #room_facility {
    line-height: 1.5;
  }
  #room_facility .txt {
    margin: 0 60px;
  }
  .room_list ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #room_facility .room_list .item1 {
    margin-bottom: 40px;
  }
  #room_facility .room_list ul li {
    width: 32%;
  }
  .room_list .yaji {
    background: url(/ebisu/room/img/common/yaji_img_01.png) 5px no-repeat;
    padding: 4px 0 0 15px;
  }
  .room_list {
    margin-bottom: 90px;
  }
  #container .room_list .yaji {
    background: url(/ebisu/room/img/common/yaji_img_01.png) 0 10px no-repeat;
    padding: 6px 0 0 15px;
  }
  #room_facility h2 {
    font-size: 3rem;
  }
  #room_facility h3,
  h4 {
    letter-spacing: 0.3rem;
  }
  #room_facility .room_list ul li {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  /*----------------------------------------
#reservation_01
----------------------------------------*/
  #reservation_01 .section_inner,
  #reservation_02 .section_inner {
    width: 1200px;
  }
  .section_inner {
    width: 1000px;
  }
}
/* =================================
        .style-wrapper-99c7fa 
===================================== */
#tripla-cookie-consent .style-wrapper-99c7fa {
  text-align: center;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #3b3b3b;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: normal;
  min-width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 13px 15px;
}
#tripla-cookie-consent .style-wrapper-99c7fa a {
  color: #3b3b3b;
  text-decoration: underline;
}
#tripla-cookie-consent .style-wrapper-99c7fa a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#tripla-cookie-consent .style-wrapper-99c7fa .style-button-799e8e {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #3b3b3b;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: normal;
}
#tripla-cookie-consent .style-wrapper-99c7fa {
  text-align: left;
}
#tripla-cookie-consent .style-wrapper-99c7fa .button-btn-f51c1a {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #tripla-cookie-consent .style-wrapper-99c7fa {
    display: grid;
    grid-template-columns: auto 0 141px;
    align-items: center;
    column-gap: 13px;
    justify-content: center;
    padding: 13px 35px 13px;
    font-size: 13px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .style-button-799e8e {
    line-height: 1.3;
    font-size: 14px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .button-btn-f51c1a {
    width: 141px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #tripla-cookie-consent .style-wrapper-99c7fa {
    font-size: 14px;
    padding: 10px 55px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .style-button-799e8e {
    line-height: 1;
  }
}
/* CSS Document */
