@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%;
}
img {
  max-width: 100%;
  height: auto;
}
.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;
}
.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;
  }
}
.external_link::after {
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  content: "";
  background-size: contain;
  vertical-align: middle;
  background-image: url(/img/common/img_externalLink_b.svg);
  margin-left: 3px;
  margin-right: 3px;
  transform: translateY(-0.05em);
  background-repeat: no-repeat;
}
/* =======================
下層ファーストビュー
========================== */
.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);
}
.boder {
  width: 100%;
  border-bottom: solid 1px #fff;
  margin-bottom: 20px;
}
.charm p {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  text-shadow: 0 0 10px #000, 0 0 3px #000, 0 0 10px #000, 0 0 10px rgba(0, 0, 0, 0.6);
  text-align: center;
  font-feature-settings: "palt";
}
.charm {
  margin: 0 0 40px;
}

/*スマートフォン*/
@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 .pan {
    font-size: 1.2rem;
  }
  /* =======================
	　　右下↑
========================== */
  .pageTop a {
    bottom: 65px;
    width: 45px;
    height: 20px;
  }
  /* =======================
	　サービス
========================== */
  .service {
    margin-bottom: 40px;
    width: 94%;
    margin: 50px auto 40px;
  }
  .service 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 .roomservice div p a,
  .service .roomservice div p a:visited {
    text-decoration: underline;
  }
  .service .roomservice div p a:hover {
    text-decoration: none;
  }
  .service section h3 {
    font-size: 1.5rem;
    padding-top: 2px;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.35;
    text-align: left;
  }
  .service section p {
    font-size: 1.4rem;
  }
  .service section dl {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .service section dl dt {
    float: left;
    width: 60px;
  }
  .service section .btn a {
    background-color: #8e6127;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  .service div p a,
  .service div p a:visited {
    text-decoration: underline;
  }
  .service div p a:hover {
    text-decoration: none;
  }

  /* =======================
	　検索バナー
========================== */
  .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;
    box-sizing: border-box;
  }
  /* =======================
	トピックス
========================== */
  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;
  }
  /* =======================
	フッターアコーディオンメニュー
========================== */
  .sp_footer_menu {
    background-color: #000;
    font-size: 1.4rem;
    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:last-child {
    margin-bottom: 10px;
  }
  #acMenu dd li a {
    display: block;
    color: #fff;
    line-height: 3;
  }
  #acMenu dd li img {
    width: 11px;
    vertical-align: baseline;
    margin-bottom: -1px;
    margin-left: 4px;
  }

  /* =======================
	service
========================== */
  #after_tea,
  #ochazuke {
    padding-top: 80px;
    margin-top: -80px;
  }
  .service_menu > .btn {
    width: 94%;
    margin: 20px auto 40px;
  }

  /* =======================
	awards
========================== */
  #awards {
    margin: 0 auto 30px;
    padding: 0 20px 30px;
    background-color: #f0f0f0;
  }
  #awards h2 {
    font-size: 2.4rem;
    text-align: center;
    padding: 30px 0 0 0;
  }

  /* =======================
	フッター
========================== */
  #lnk_ctc {
    padding-top: 60px;
    margin-top: -60px;
  }
  footer {
    font-size: 1.4rem;
    text-align: center;
  }
  footer .hotel_info {
    margin: 0 auto;
    color: #fff;
    background-color: #000;
  }
  footer .info_dt {
    padding: 10px 10px 30px 10px;
    margin: 0 auto;
  }
  footer .hotel_info img {
    width: 190px;
  }
  #f_logo {
    color: #fff;
  }
  footer .sns {
    padding-bottom: 30px;
    background: #000;
  }
  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_list {
    width: 95%;
    margin: 0 auto 20px;
  }
  footer .hotel_list h3 {
    font-weight: bold;
    font-size: 1.4rem;
    padding-bottom: 10px;
    margin: 0;
  }
  footer .hotel_list h3 a {
    color: #fff;
  }
  footer .hotel_list li {
    font-size: 1.4rem;
  }
  footer .hotel_list li:first-child {
    margin: 8px 0 0;
  }
  footer .hotel_list dt.area {
    font-weight: bold;
    font-size: 1.3rem;
    padding: 4px 10px;
    background: #3a3a3a;
  }
  footer .hotel_list li a {
    color: #fff;
    display: block;
    position: relative;
  }
  footer .hotel_list li p {
    text-align: center;
    width: 51%;
    margin: auto;
  }
  footer .hotel_list li a:before {
    position: absolute;
    top: 45%;
    left: -5%;
    display: block;
    border-top: 3px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 3px solid transparent;
    content: "";
  }
  footer .hotel_group {
    padding-top: 40px;
    border-top: #fff solid 1px;
  }
  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;
  }
  footer .lang .hotel_list li a:before {
    border: none;
  }
  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 .group_footer a:hover img {
    opacity: 0.7;
  }
  footer .copyright {
    padding-bottom: 20px;
  }
  /*nav {
	height: 10vh; /* 環境にあわせる */
  /*	overflow-x: scroll;
*/
  footer .recruit_img {
    padding: 17px 0;
    margin: 0 auto 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    background: #000;
  }
  footer .recruit_img a:hover {
    opacity: 0.7;
    background-color: #fff;
  }
  footer .recruit_img img {
    width: 230px;
  }
  footer .hotel_info a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  footer .hotel_list a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .sns {
    padding-bottom: 20px;
    background: #000;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .sns a {
    display: block;
    width: 30%;
    max-width: 32px;
  }
  /* =======================
	　共通部品
========================== */
  #container #room_facility section {
    padding-top: 80px;
    margin-top: -80px;
  }
  #container #room_facility .room_bd {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 2.4rem;
    text-align: center;
  }
  #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;
  }
  #container #room_facility .room_bd span {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  #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(/umeda/room/img/common/yaji_img_01.png) 0 10px no-repeat;
    padding: 6px 0 0 10px;
  }
  #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;
  }
  /* =======================
	　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;
  }
  #header2 .tb_none,
  .pc_gnav .tb_none {
    display: inline-block;
  }
  /* =======================
改行 
========================== */
  .pc_br {
    display: none;
  }
  .sp_br {
    display: none;
  }
  .tb_br {
    display: block;
  }
  .hanareya_br {
    display: block;
  }
  .ginza_br {
    display: block;
  }
  /* =======================
	　　右下↑
========================== */
  .pageTop a {
    bottom: 10px;
    width: 60px;
    height: 30px;
  }
  .pageTop {
    display: block;
  }
  /* =======================
下層ファーストビュー
========================== */
  .mainvisual_ttl {
    font-size: min(4vw, 5.5rem);
  }
  /* =======================
	　サービス
========================== */
  .service {
    margin: 60px auto 35px;
  }
  .service h2 {
    font-size: 3rem;
    margin: 60px 0 20px;
    margin-bottom: 40px;
  }
  .service_list {
    gap: 40px 15px;
  }
  .service section h3 {
    padding-top: 5px;
    margin-bottom: 10px;
  }
  .spacing {
    letter-spacing: -0.7px;
  }
  .service section div {
    width: 100%;
    margin-left: 0%;
  }
  .service section .btn a {
    padding: 10px 0;
    font-size: 1.3rem;
    line-height: 1;
  }
  .inner {
    width: 94%;
    margin: 0 auto 60px;
  }
  header #logo a {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .col_sp1_pc3.topics {
    margin: 0 auto 40px;
  }
  #container .topicpath {
    display: block;
    margin-bottom: 30px;
    font-size: 1.1rem;
  }
  .service_menu > .btn {
    width: 40%;
    margin: 0 auto 60px;
  }

  /* =======================
	　共通部品
========================== */
  #amenity_viking {
    margin-top: -70px;
    padding-top: 70px;
  }
  #container .room_list ul li {
    width: 32%;
    margin-bottom: 30px;
    justify-content: space-around;
    display: flex;
  }
  #container #room_facility section {
    padding-top: 90px;
    margin-top: -90px;
  }
  #room_facility h3,
  h4 {
    letter-spacing: 1px;
  }
  #container #room_facility .room_bd {
    font-size: 2.4rem;
  }
  /* =======================
	　h2
========================== */
  .mb_b {
    margin-bottom: 40px;
  }
  /* =======================
	awards
========================== */
  #awards {
    margin: 0;
  }
  #awards h2 {
    font-size: 3rem;
    padding: 40px 0 0;
    margin-bottom: 50px;
  }
  #awards ul {
    margin: 0 auto 0;
  }

  /* =======================
	　フッター
========================== */
  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;
    max-width: 1000px;
  }
  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 {
    line-height: 1.2;
    display: inline;
    padding: 0 15px;
    border-left: #828282 solid 1px;
    border-right: #828282 solid 1px;
    box-sizing: border-box;
    margin: 0 -1px 12px 0;
  }
  footer .hotel_list h3 {
    border-bottom: #adadad solid 1px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    padding-left: 0;
    text-align: left;
  }
  footer .hotel_list div {
    display: flex;
    justify-content: inherit;
    width: 100%;
    margin: 0 auto;
  }
  footer .hotel_list ul li {
    padding: 0px 3px;
    background: #000;
    text-align: left;
  }
  footer .hotel_list dl {
    padding: 0 6px 0 0;
  }
  footer .hotel_list dl:last-child {
    padding: 0;
  }
  footer .hotel_list dt.area {
    background: #000;
    padding: 0;
  }
  footer .hotel_list dt {
    text-align: left;
  }
  footer .hotel_list li a:before {
    position: absolute;
    top: 35%;
    left: -3px;
  }
  footer .hotel_list li p {
    padding: 0;
    width: 100%;
    text-align: left;
  }
  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 .copyright {
    font-size: 1.1rem;
    padding-bottom: 20px;
  }
  footer .sns {
    padding-bottom: 40px;
  }
  footer .lang {
    padding-bottom: 40px;
  }
  footer .lang .hotel_list {
    width: 172px;
    margin: 0 auto;
  }
  footer .recruit_img {
    padding: 10px 0;
    border-bottom: none;
    background: #000;
  }
  footer .recruit_img img {
    width: 230px;
  }
  footer .pc_footer_menu ul li img {
    width: 12px;
    vertical-align: baseline;
    margin-bottom: -1px;
    margin-left: 4px;
  }
}
/* タブレット(横) */
@media screen and (min-width: 1024px) {
  /* =======================
		改行 
========================== */
  .hanareya_br {
    display: block;
  }
  .ginza_br {
    display: none;
  }
  .service {
    margin-bottom: 40px;
  }
  .service_menu > .btn a {
    margin: 0 auto 80px;
  }
  footer .hotel_list {
    width: 980px;
  }
  footer .hotel_list {
    width: auto;
    margin: 0;
  }
  footer .lang .hotel_list:nth-child(2) {
    margin: 0 auto;
  }
  footer .hotel_list:nth-child(2) {
    margin: 0 60px 0 0;
  }
  footer .hotel_list div {
    display: flex;
    justify-content: left;
    width: 100%;
  }
  footer .hotel_list h3 {
    border-bottom: #adadad solid 1px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .hotels_box {
    max-width: 1000px;
    margin: auto;
  }
  footer .hotels:nth-child(2) {
    padding-bottom: 10px;
  }
  footer .hotel_list:nth-child(2) {
    margin: 0 0 15px;
  }
  footer .hotel_list dl {
    padding: 0 30px 0 0;
  }
  footer .hotel_list li {
    font-size: 1.4rem;
  }
  footer .hotel_list dt.area {
    font-size: 1.4rem;
  }
  footer .lang .hotel_list {
    width: 172px;
    margin: 0 auto 35px;
  }
  footer .lang .hotel_list li {
    width: 100%;
  }

  /* =======================
下層ファーストビュー
========================== */
  .mainvisual_ttl {
    inset: 92px 0 0 0;
    font-size: min(4vw, 5.5rem);
  }

  /* =======================
	awards
========================== */
  #awards ul {
    /* width: 336px; */
    margin: 0 auto;
  }

  /* =======================
		改行 
========================== */
  .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;
  }

  #container .topicpath {
    display: block;
    margin-bottom: 30px;
    font-size: 1.1rem;
  }
  /* =======================
	　　右下↑
========================== */
  .pageTop a {
    bottom: 10px;
    width: 60px;
    height: 30px;
  }
  /* =======================
	　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 40px;
  }
  /* =======================
	　サービス
========================== */
  .service {
    width: 1000px;
    margin: 30px auto 50px;
  }

  /*.service section:nth-child(5) {
	margin-right: 17px;
}*/
  /*.service section:nth-child(6) {
	margin-right: 0;
}*/
  /*.service section:nth-child(3n+1) {
    margin: 0 20px 30px 0;
}*/
  .service h2 {
    margin-bottom: 40px;
  }
  .service_menu {
    width: 1000px;
    margin: 0 auto;
  }
  /* =======================
	　フッター
========================== */
  footer {
    text-align: center;
  }
  footer .pc_footer_menu ul {
    padding: 10px 0;
  }
  footer .pc_footer_menu ul li {
    line-height: 1.5;
  }
  footer .pc_footer_menu ul .tb_r_border {
    border-right: none;
  }
  footer .pc_footer_menu ul .pc_r_border {
    border-right: #828282 solid 1px;
  }
  footer .pc_footer_menu ul .pc_r_border {
    border-right: #828282 solid 1px;
  }
  footer .pc_footer_menu ul li:last-child {
    border-right: #828282 solid 1px;
  }
  footer .pc_footer_menu ul li img {
    width: 12px;
    vertical-align: baseline;
    margin-bottom: -1px;
  }
  footer .hotel_info a img {
    width: 230px;
  }
  footer .e_hotel_list {
    width: 916px;
    margin-bottom: 30px;
  }
  footer .lang .hotel_list {
    width: 172px;
  }
  footer .lang .hotel_list li {
    width: 100%;
  }
  footer .copyright {
    font-size: 1rem;
    padding-bottom: 20px;
  }
  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 .hotel_list {
    width: auto;
    margin: 0 0 10px;
  }
  footer .lang .hotel_list:first-child {
    margin: 0 auto;
  }
  footer .recruit_img {
    /* padding: 0;
    margin: 15px auto 0;
    width: 270px; */
    border-bottom: none;
  }
  /* =======================
	　共通設備
========================== */
  #amenity_viking {
    margin-top: -70px;
    padding-top: 70px;
  }
  #container #room_facility .room_bd {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-size: 3rem;
    line-height: 1;
  }
  #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(/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(/umeda/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: 3px;
  }
  #room_facility .room_list ul li {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .inner {
    width: 100%;
  }
  .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 50px;
}
#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;
  }
}

@media only screen and (min-width: 1440px) {
  #header2 .pc_br,
  .pc_gnav .pc_br {
    display: none;
  }
  #header2 .tb_br,
  .pc_gnav .tb_br {
    display: none;
  }
  #header2 .pc_none,
  .pc_gnav .pc_none {
    display: block;
  }
  #header2 .tb_none,
  .pc_gnav .tb_none {
    display: inline-block;
  }
}
