@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;
}
a {
  outline: none;
}
p,
dl {
  line-height: 1.5;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.none {
  display: 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: 5px 0 0 0;
  font-size: 1.2rem;
}
a:hover {
  text-decoration: underline;
}
/* =======================
	　ファーストビュー
========================== */
.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);
}
/*スマートフォン*/
@media screen and (min-width: 0px) {
  /* =======================
		改行 
========================== */
  .pc_br {
    display: block;
  }
  .sp_br {
    display: block;
  }
  .tb_br {
    display: block;
  }
  .hanareya_br {
    display: none;
  }
  .ginza_br {
    display: none;
  }
  /* =======================
　　PCとSPの出し分け 
========================== */
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  /* =======================
		各ページ
========================== */
  #container {
    width: 90%;
    margin: 10px auto 70px;
  }
  #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;
  }
  /* =======================
	　　右下↑
========================== */
  .pageTop a {
    bottom: 65px;
    width: 45px;
    height: 20px;
  }
  /* =======================
	　プラン
========================== */
  .plan h2.min {
    font-size: 2.4rem;
  }
  /* =======================
	　コンセプト
========================== */
  .concept h2.min {
    font-size: 2.4rem;
  }
  /* =======================
	　トピックス
========================== */
  .topics h2.min {
    font-size: 2.4rem;
  }
  /* =======================
	　ニュース
========================== */
  .news h2.min {
    font-size: 2.4rem;
  }
  /* =======================
	　サービス
========================== */
  .service {
    margin: 0 auto;
  }
  .service h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .service .service_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 10px;
  }
  .service section {
    margin-bottom: 10px;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(141px, 1fr));
    grid-template-rows: auto 1fr;
  }
  .service section h3 {
    font-size: 1.5rem;
    padding-top: 3px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
  }
  .service section p {
    font-size: 1.4rem;
  }
  .service section p a {
    text-decoration: underline;
  }
  .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;
    background-image: url(/kyoto/img/common/yazi_white.png);
    background-repeat: no-repeat;
    background-position: 13px 20px;
    background-size: 5px;
    width: 100%;
    display: block;
    padding: 15px 0;
    text-align: center;
  }

  /* =======================
	　検索バナー
========================== */
  .inner {
    width: 94%;
    margin: 0 auto 10%;
  }
  .btn a {
    background-color: #8e6127;
    color: #fff;
    font-size: 1.4rem;
    background-image: url(/kyoto/img/common/yazi_white.png);
    background-repeat: no-repeat;
    background-position: 13px 20px;
    background-size: 5px;
    width: 100%;
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  /* =======================
	トピックス
========================== */
  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 header
========================== */
  #top-head {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 3;
    height: 60px;
  }
  #top-head {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 4;
    color: #fff;
  }
  #top-head ul.top_header_box {
    display: grid;
    grid-template-columns: 1fr 98px 70px;
    height: 100%;
  }
  #top-head ul.top_header_box li#logo {
    position: relative;
  }
  #top-head ul.top_header_box li#logo p {
    width: 127px;
    position: absolute;
    margin: auto;
    height: 42px;
    top: 9px;
    left: 17px;
  }
  .sp_header {
    position: relative;
  }
  .sp_header #lang {
    position: absolute;
    z-index: 4;
    color: #fff;
    right: 100px;
  }
  .sp_header #lang .lang_list {
    text-align: center;
    padding: 24px 0;
    display: inline-block;
  }
  .sp_header #lang span.lang_now::after {
    content: "";
    display: inline-block;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    width: 5px;
    height: 5px;
    transform: translate(5px, -50%) rotate(135deg);
  }
  .sp_header #lang .lang_accordion_content {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    text-align: left;
  }
  .sp_header #lang .lang_accordion_content a {
    color: #fff;
    margin-bottom: 8px;
  }
  #top-head ul.top_header_box li #reserve {
    display: none;
    background-color: #8e6126;
    text-align: center;
    height: 100%;
  }
  #top-head ul.top_header_box li #reserve a {
    padding: 23px 0;
    display: block;
    box-sizing: border-box;
    color: #fff;
  }
  #top-head ul.top_header_box li #reserve a:hover {
    text-decoration: none;
  }
  #top-head ul.top_header_box li#menu {
    background-color: #fff;
    position: relative;
  }
  #top-head {
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.2s ease-in;
  }
  #top-head.black-bg {
    background-color: rgba(0, 0, 0, 1);
    transition: all 0.3s ease-in;
  }
  #top-head.open {
    z-index: 5;
  }
  #top-head.open .top_header_box {
    background-color: rgba(0, 0, 0, 1);
    transition: all 0.5s 0.3s ease-in;
  }
  /* =======================
ハンバーガーメニュー
========================== */
  #nav-toggle {
    width: 35px;
    height: 17px;
    margin: auto;
    position: absolute;
    inset: 0;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #8e6126;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 8px;
  }
  #nav-toggle span:nth-child(3) {
    top: 16px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  #global-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    display: none;
    background-color: rgba(0, 0, 0, 1);
    overflow-y: auto;
  }
  html.scrollable {
    overflow: hidden;
  }
  #global-nav {
    width: 100%;
    margin-top: 90px;
    overflow-y: auto;
  }
  .open #global-nav {
    opacity: 1;
    overflow: auto;
    text-align: left;
    box-sizing: border-box;
  }
  #global-nav nav {
    width: 84%;
    margin: auto;
  }
  #global-nav nav ul.main_link_box {
    width: 100%;
    margin: auto;
    list-style: none;
  }
  #global-nav nav ul.main_link_box li {
    float: none;
    position: static;
    border-top: 1px solid #666;
    font-size: 14px;
    width: 100%;
    padding: 0;
    text-align: left;
    line-height: 5rem;
  }
  #global-nav nav ul.main_link_box li:last-child {
    border-bottom: 1px solid #666;
  }

  #global-nav ul li a {
    display: block;
    width: 100%;
    color: #fff;
  }
  #global-nav ul li a:hover {
    text-decoration: none;
  }

  #global-nav ul li a img {
    width: 48px;
    vertical-align: middle;
  }
  #global-nav ul li span#AccordionTrigger {
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
  #AccordionTrigger::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 20px;
    border-top: 1px solid #fff;
    transition: transform 0.3s ease-in-out;
    width: 14px;
    top: 50%;
    transform: translate(-50%) rotate(90deg);
  }
  #AccordionTrigger::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 20px;
    border-top: 1px solid #fff;
    transition: transform 0.3s ease-in-out;
    width: 14px;
    top: 50%;
    transform: translateX(-50%);
  }
  #AccordionTrigger.active::before {
    transform: translate(-50%) rotate(180deg);
  }
  #AccordionTrigger.active::after {
    opacity: 0;
  }
  #global-nav ul li ul.submenu {
    padding: 0 0 1rem 2rem;
  }
  #global-nav .main_link_box li span {
    display: inline-block;
    padding: 0 0 0 20px;
  }
  #global-nav nav ul.submenu li {
    border: none;
    line-height: 4rem;
    font-size: 1.2rem;
    font-weight: normal;
    position: relative;
  }
  #global-nav nav ul.submenu li:last-child {
    border: none;
  }
  #global-nav nav ul.submenu li span::before {
    background: #fff;
    content: " ";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    z-index: -1;
  }
  #global-nav nav ul.btn_link_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 47px;
    column-gap: 5%;
    row-gap: 14px;
    margin-top: 50px;
  }
  #global-nav nav ul.btn_link_box li {
    border: solid #666 1px;
    text-align: center;
    line-height: 4.5rem;
    font-size: min(3.4vw, 1.2rem);
  }
  #global-nav nav ul.btn_link_box li a {
    height: 100%;
    width: 100%;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #global-nav nav ul.btn_link_box li a img.externallink {
    width: 1.4rem;
    margin: 0 0 3px 2px;
  }
  #global-nav nav ul.lang_link_box {
    display: flex;
    justify-content: center;
    margin: 60px auto;
  }
  #global-nav nav ul.lang_link_box li {
    width: 25%;
    text-align: center;
  }
  #global-nav nav ul.lang_link_box li.selected {
    color: #8e6126;
  }
  #global-nav nav ul.lang_link_box li:not(:first-child) {
    border-left: 1px solid #666;
  }
  header #top-head .lang {
    border: #666 1px solid;
    text-align: center;
    width: 30%;
    margin: 20px auto;
    padding: 5px 0;
  }
  header #top-head .lang a:visited {
    color: #ffffff;
    text-decoration: none;
  }

  /* =======================
	お電話でのご予約
========================== */
  .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 {
    font-size: 2.4rem;
    width: 180px;
    margin: 0 auto;
    padding: 0 0 0 20px;
    background: url(../img/common/tel_img_001.png) no-repeat 0 6px;
    background-size: 9%;
  }
  .tel_box dd a {
    color: #ab8334;
  }
  #top-head .lang {
    border: #ccc 1px solid;
    text-align: center;
    width: 30%;
    margin: 20px auto;
    padding: 5px 0;
  }
  /* =======================
	フッターアコーディオンメニュー
========================== */
  .sp_footer_menu {
    background-color: #000;
    font-size: 1.1rem;
    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(../img/common/footer_arrow_001.png) no-repeat 0 11px;
    padding-left: 15px;
    margin-left: 20px;
  }
  #acMenu dd li:nth-last-of-type(1) {
    padding-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;
  }

  /* =======================
	フッター
========================== */
  footer {
    font-size: 1rem;
    text-align: center;
  }
  footer p,
  dl {
    line-height: 1.5;
  }
  footer .hotel_info {
    background: #000;
    color: #fff;
    border-top: 1px solid #eeeeee;
  }
  footer .info_dt {
    padding: 10px 0 30px 0;
    margin: 0 auto;
  }
  footer .hotel_info img {
    width: 160px;
  }
  footer .hotel_info a {
    color: #fff;
  }
  footer .footer_line {
    width: 100%;
    height: auto;
    border-top: 1px solid #fff;
    padding: 15px 0;
  }
  footer .sns {
    padding-bottom: 20px;
  }
  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.2rem;
  }
  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;
    padding: 5px 0 0;
    position: relative;
  }
  footer .lang .hotel_list li a {
    padding: 5px 0;
  }
  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: "";
  }
  .sns {
    padding-bottom: 20px;
    background: #000;
  }
  footer .lang {
    padding-bottom: 30px;
    background: #000;
  }
  footer .lang .hotel_list {
    width: 45%;
    border: #fff solid 1px;
  }
  footer .lang .hotel_list li {
    padding: 10px 0;
    margin: 0 auto;
  }
  footer .lang .hotel_list li a:before {
    border: none;
  }
  footer .group_footer a:hover img {
    opacity: 0.75;
  }
  footer .copyright {
    padding-bottom: 20px;
  }
  /*nav {
	height: 10vh; /* 環境にあわせる */
  /*	overflow-x: scroll;
*/
  footer .recruit_img {
    margin: 0 auto 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
  }
  footer .recruit_img a:hover {
    opacity: 0.75;
    background-color: #fff;
  }
  footer .recruit_img img {
    width: 230px;
  }
  footer .recruit_img p {
    width: 100%;
    padding: 20px 0 0;
  }
  footer .recruit_img p:last-child {
    width: 100%;
    padding: 20px 0;
    background: #000;
  }
  footer .pc_footer_menu ul li img {
    width: 12px;
    vertical-align: baseline;
    margin-bottom: -1px;
  }
  /* =======================
	　共通部品
========================== */
  /* =======================
	　デイユース
========================== */
  #container #room_facility .room_facility_box {
    margin-bottom: 50px;
  }
  #container #room_facility .ml_20 li {
    line-height: 2;
  }
  #container #room_facility .btn a {
    width: 100%;
    margin: 20px auto 30px;
    background-image: none;
  }
  #container #room_facility table {
    margin: 20px auto 0;
    text-align: center;
    border: 1px solid #ccc;
    width: 100%;
    font-weight: normal;
  }
  #container #room_facility table thead tr {
    height: 45px;
    font-weight: bold;
    background-color: #ededed;
  }
  #container #room_facility table td {
    border: 1px solid #ccc;
    padding: 10px 0;
    line-height: 1.5;
  }
  #container #room_facility table tr {
    height: 35px;
  }
  #container #room_facility table .time-l {
    width: 60%;
  }
  #container #room_facility .rest {
    margin: 5px auto;
  }
  #container #room_facility .reservation_box {
    margin: 20px auto 40px;
    background-color: #fff;
    border: solid 1px #ccc;
    padding: 3% 3% 6%;
  }
  #container #room_facility .reservation_box h3 {
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 0 0 30px 0;
    background-color: #f2f2f2;
    text-align: center;
    font-weight: normal;
    font-size: 1.6rem;
    color: #333;
  }
  #container #room_facility .reservation_box .open_anteroom {
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    line-height: 1.5;
    text-align: center;
  }
  #container #room_facility .reservation_box .phon_number {
    font-size: 3rem;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 24px 39px;
    width: 279px;
    margin: -10px auto 0;
    text-align: center;
    line-height: 1.2;
  }
  #container #room_facility .reservation_box .phon_number a {
    color: #0c000c;
  }
  #container #room_facility .room_bd {
    border-bottom: 1px solid #ccc;
    margin: -70px auto 30px;
    padding: 70px 0 15px;
    font-size: 2.4rem;
  }
  #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(../sitemap/img/common/yaji_img_002.png) 0 10px no-repeat;
    padding: 6px 0 0 10px;
  }
  #room_facility h4 {
    letter-spacing: 3px;
  }
  #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 h3 span {
    font-size: 1.3rem;
  }
  .ttl h2,
  h3,
  h4 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  section#room_facility {
    margin: 60px 0;
  }
  /* =======================
	　h2
========================== */
  .mb_b {
    margin-bottom: 10px;
  }
  /* =======================
	　h2
========================== */
  #awards {
    background-color: #f0f0f0;
    margin: 0 auto 30px;
    padding: 0 0 40px;
  }
  #awards h2 {
    font-size: 2.4rem;
    text-align: center;
    padding: 30px 0 0 0;
  }
  #awards ul li {
    width: 100%;
  }
  #awards_sp h2 {
    font-size: 2.4rem;
    text-align: center;
    padding: 30px 0 0 0;
  }
  #awards .flex-viewport {
    width: 95%;
    margin: 0 auto;
    max-width: 380px;
  }
}
/*スマートフォン 横*/
@media screen and (min-width: 480px) {
  #global-nav ul .right_link {
    width: 50%;
    float: left;
  }
}
/* タブレット */
@media screen and (min-width: 768px) {
  /* =======================
　　PCとSPの出し分け 
========================== */
  .pc_none {
    display: none;
  }
  .tb_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  /* =======================
		改行 
========================== */
  .pc_br {
    display: block;
  }
  .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);
  }
  /* =======================
	　header
========================== */
  header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
  }
  header #logo {
    z-index: 5;
    width: 180px;
    display: block;
    top: 0;
    position: absolute;
  }
  header #logo a {
    display: block;
    width: 100%;
    margin: 0;
  }
  header .sp_none a {
    color: #fff;
  }
  header .pc_lnav {
    width: 100%;
    background-color: #000;
  }
  header .pc_lnav nav {
    width: 100%;
  }
  header .pc_lnav nav ul {
    position: absolute;
    right: 0;
    font-size: 1rem;
    padding: 10px 0;
    text-align: right;
  }
  header .pc_lnav nav ul li {
    padding: 5px;
    display: inline;
  }
  header .pc_lnav nav ul li a img {
    width: 10px;
    margin-top: -2px;
  }
  header .pc_gnav {
    background-color: rgba(0, 0, 0, 0.5);
  }
  header .pc_gnav nav {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 60px;
  }
  header .pc_gnav nav ul {
    position: absolute;
    right: 0;
    font-size: 1.2rem;
    background-color: transparent;
    width: 587px;
  }
  header .pc_gnav nav ul li {
    padding: 0 2px;
    margin: 24px 0;
    width: 73px;
    float: left;
    text-align: center;
    border-left: #666 solid 1px;
  }
  header .pc_gnav nav ul .rest {
    width: 110px;
  }
  header .pc_gnav nav ul li:last-child {
    background-color: #8e6126;
    color: #fff;
    padding: 0;
    margin: 0;
    width: 81px;
  }
  header .pc_gnav nav ul li:last-child a {
    display: block;
    padding: 24px 0;
  }
  header .pc_lnav nav {
    height: 30px;
    margin: 0 auto;
    position: relative;
  }
  #container .topicpath {
    display: block;
    margin-bottom: 30px;
    font-size: 1.1rem;
  }
  header ul li a:hover {
    color: #d2ab79;
  }
  header ul li a:link,
  header ul li a:visited {
    text-decoration-line: none;
  }
  /* =======================
pc_gnav #pc_gnav2
========================== */
  header .pc_lnav2 {
    width: 100%;
    background-color: #000;
  }
  header .pc_lnav2 nav {
    width: 1000px;
  }
  header .pc_lnav2 #logo {
    position: fixed;
  }
  header .pc_lnav2 nav ul {
    position: absolute;
    right: 0;
    font-size: 1rem;
    padding: 10px 0;
    width: 440px;
    text-align: right;
  }
  header .pc_lnav2 nav ul li {
    padding: 5px 15px;
    display: inline;
  }
  header .pc_gnav2 {
    width: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
  }
  header .pc_gnav2 nav {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 60px;
  }
  header .pc_gnav2 nav ul {
    position: absolute;
    right: 0;
    font-size: 1.2rem;
    background-color: transparent;
    width: 587px;
  }
  header .pc_gnav2 nav ul .rest {
    width: 110px;
  }
  header .pc_gnav2 nav ul li {
    padding: 0 2px;
    margin: 24px 0;
    width: 73px;
    float: left;
    text-align: center;
    border-left: #666 solid 1px;
  }
  header .pc_gnav2 nav ul li:last-child {
    background-color: #8e6126;
    color: #fff;
    padding: 0;
    margin: 0;
    width: 81px;
  }
  header .pc_gnav2 nav ul li:last-child a {
    display: block;
    padding: 23.5px 0;
  }
  header .pc_lnav2 nav {
    height: 30px;
    margin: 0 auto;
    position: relative;
  }
  .pc_gnav2 nav #logo img {
    margin: 8px 0 0 15px;
    width: 140px;
  }
  #container {
    width: 94%;
  }
  /* =======================
	　セールバナー
========================== */
  .sp_sale_bnr {
    background-color: #a31a1a;
  }
  .sp_sale_bnr img {
    margin: 0 auto;
  }
  /* =======================
	　　.pageTop
========================== */
  .pageTop {
    display: block;
  }
  /* =======================
	　プラン
========================== */
  .plan h2.min {
    font-size: 3rem;
  }
  /* =======================
	　コンセプト
========================== */
  .concept h2.min {
    font-size: 3rem;
  }
  /* =======================
	　トピックス
========================== */
  .topics h2.min {
    font-size: 3rem;
  }
  /* =======================
	　ニュース
========================== */
  .news h2.min {
    font-size: 3rem;
  }
  /* =======================
	　デイユース
========================== */
  #container #room_facility li {
    text-align: center;
  }
  #container #room_facility .btn a {
    width: 48%;
    margin: 30px auto;
  }
  #container #room_facility .reservation_box {
    padding: 3% 5% 20px 5%;
  }
  #container #room_facility .reservation_box .phon_number {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  #container #room_facility .time-l {
    width: 65%;
  }
  /* =======================
	　サービス
========================== */
  .service {
    margin: 0 auto 60px;
  }
  .service h2 {
    font-size: 3rem;
    margin: 40px 0 20px;
    margin-bottom: 40px;
  }
  .service .service_list {
    row-gap: 20px;
  }
  .service section img {
    width: 100%;
    float: none;
  }
  .service section div {
    width: 100%;
  }
  .service section .btn a {
    padding: 10px 0;
    font-size: 1.3rem;
    background-position: 10px 14px;
    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;
  }
  /* =======================
	　awards
========================== */
  #awards .flex-viewport {
    max-width: 1200px;
  }
  #awards {
    margin-bottom: 0;
  }
  #awards h2 {
    font-size: 3rem;
    padding: 40px 0 0;
  }
  #awards ul {
    display: flex;
  }
  #awards ul li {
    width: 150px;
    float: left;
  }
  #awards ul li a {
    display: block;
  }
  #awards_sp h2 {
    font-size: 3rem;
    padding: 40px 0 0;
  }
  #awards_sp ul {
    display: flex;
  }
  #awards_sp ul li {
    width: 150px;
    float: left;
    padding: 9px;
  }
  #awards_sp ul li a {
    display: block;
  }
  /* =======================
	　共通部品
========================== */
  #container .room_list ul li {
    width: 50%;
    margin-bottom: 30px;
    justify-content: space-around;
    display: flex;
  }
  #container #room_facility {
    margin-top: -50px;
    padding-top: 100px;
  }
  #room_facility h3,
  h4 {
    letter-spacing: 3px;
  }
  #room_facility .service h3,
  #room_facility .service h3 h4 {
    letter-spacing: normal;
  }
  #container #room_facility .room_bd {
    font-size: 2.4rem;
  }
  /*
  #container #room_facility section {
    padding-top: 90px;
    margin-top: -90px;
   }
*/
  #room_facility .amenity dt {
    font-weight: bold;
  }
  #room_facility .amenity .txt_sub {
    margin-top: 10px;
  }
  /* =======================
	　h2
========================== */
  .mb_b {
    margin-bottom: 40px;
  }
  /* =======================
	フッター
========================== */
  footer {
    font-size: 1.3rem;
    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 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
  }
  footer .pc_footer_menu ul li {
    font-size: 12px;
    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_info {
    border-top: none;
  }
  footer .info_dt {
    width: 70%;
    margin: 0 auto;
    height: 125px;
    padding: 10px 0 20px 0;
    border-top: none;
  }
  footer .hotel_info a {
    display: block;
    float: left;
    padding: 0 10px 0 0;
  }
  footer .hotel_info a img {
    width: 170px;
  }
  footer .hotel_info p {
    text-align: left;
    float: left;
    padding: 0 0 0 30px;
    margin: 20px 0 0 0;
    border-left: #828282 solid 1px;
  }
  footer .sns {
    padding-bottom: 30px;
  }
  footer .lang {
    padding-bottom: 40px;
  }
  footer .lang .hotel_list {
    width: 172px;
    margin: 0 auto;
  }
  footer .lang .hotel_list li {
    width: 72%;
  }
  footer .lang2 {
    max-width: 740px;
    margin: 0 auto 40px;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  footer .hotel_list {
    width: auto;
    margin: 0 20px 15px;
  }
  footer .copyright {
    font-size: 1.1rem;
    padding-bottom: 20px;
  }
  .grouphotels {
    padding: 40px 0 10px;
  }
  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 li {
    font-size: 1.2rem;
  }
  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 {
    padding: 3px 0 3px 5px;
  }
  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 .hotel_info {
    color: #fff;
    margin: 0 auto;
  }
  footer .recruit_img {
    margin: 0 auto 0;
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: none;
    background: #000;
  }
  footer .recruit_img img {
    width: 100%;
  }
  footer .recruit_img p {
    padding: 0;
    margin: 10px 10px;
    width: 230px;
  }
  footer .recruit_img p:last-child {
    padding: 0;
    margin: 10px 10px;
    width: 230px;
  }
}
/* タブレット(横) */
@media screen and (min-width: 1024px) {
  .service {
    margin-bottom: 40px;
  }
  footer .hotel_list {
    width: 980px;
  }
  footer .hotel_list {
    width: auto;
    margin: 0;
  }
  footer .lang .hotel_list:first-child {
    margin: 0 auto;
  }
  footer .hotel_list:first-child {
    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;
  }
  footer .hotels_box {
    max-width: 1000px;
    margin: auto;
  }
  footer .hotels:first-child {
    padding-bottom: 10px;
  }
  footer .hotel_list:first-child {
    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 .copyright {
    font-size: 1rem;
    padding-bottom: 20px;
  }
  footer .lang .hotel_list:first-child {
    margin: 0 auto;
  }
  /* =======================
		改行 
========================== */
  .pc_br {
    display: block;
  }
  .sp_br {
    display: none;
  }
  .tb_br {
    display: block;
  }
  .br_sp {
    display: none;
  }
  .hanareya_br {
    display: block;
  }
  .ginza_br {
    display: none;
  }
  /* =======================
　　PCとSPの出し分け 
========================== */
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .tb_none {
    display: none;
  }
  /* =======================
	　飛び先配置
========================== */
  .link {
    margin-top: -70px;
    padding-top: 70px;
    display: block;
  }
  /* =======================
	　header
========================== */
  header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
  }
  header #logo {
    width: 219px;
    top: 0;
    position: absolute;
    z-index: 3;
  }
  header #logo a {
    display: block;
    width: 100%;
    margin: 0;
  }
  header .sp_none a {
    color: #fff;
  }
  header .sp_none a:hover {
    color: #d2ab79;
    text-decoration: none;
  }
  header .pc_lnav {
    width: 100%;
    background-color: #000;
  }
  header .pc_lnav nav {
    width: 1000px;
  }
  header .pc_lnav nav ul {
    position: absolute;
    right: 0;
    font-size: 1.1rem;
    padding: 10px 0;
    text-align: right;
  }
  header .pc_lnav nav ul li {
    padding: 5px 10px;
    display: inline;
  }
  header .pc_lnav nav ul li a img {
    width: 10px;
    margin-top: -2px;
  }
  header .pc_gnav {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  header .pc_gnav nav {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 62px;
  }
  header .pc_gnav nav ul {
    position: absolute;
    right: 0;
    font-size: 1.4rem;
    background-color: transparent;
    width: 750px;
  }
  header .pc_gnav nav ul li {
    padding: 0 10px;
    margin: 24px 0;
    width: 76px;
    float: left;
    text-align: center;
    border-left: #666 solid 1px;
  }
  header .pc_gnav nav ul .rest {
    width: 120px;
  }
  header .pc_gnav nav ul .special {
    width: 80px;
  }
  header .pc_gnav nav ul li:last-child {
    background-color: #8e6126;
    padding: 0;
    margin: 0;
    width: 123px;
  }
  header .pc_gnav nav ul li:last-child a {
    display: block;
    padding: 24px;
  }
  header .pc_lnav nav {
    height: 30px;
    margin: 0 auto;
    position: relative;
  }
  #container .topicpath {
    display: block;
    margin-bottom: 30px;
    font-size: 1.1rem;
  }
  /* =======================
	 head_sale
========================== */
  .head_sale {
    background-image: url("/kyoto/img/200714/head_backsale.png");
    background-size: contain;
  }
  .head_sale a.overwhite {
    width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
    display: block;
  }
  .head_sale a.overwhite:hover img {
    cursor: pointer;
    filter: alpha(opacity=60); /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)"; /* ie 8 */
    -moz-opacity: 0.6; /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6; /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
  }
  .head_sale img {
    margin: 0 auto;
  }
  .head_sale a img:hover {
    opacity: 0.9;
  }
  /* =======================
	 pc_gnav #pc_gnav2
========================== */
  header .pc_lnav2 {
    width: 100%;
    background-color: #000;
  }
  header .pc_lnav2 nav {
    width: 1000px;
  }
  header .pc_lnav2 #logo {
    position: fixed;
  }
  header .pc_lnav2 nav ul {
    position: absolute;
    right: 0;
    font-size: 1rem;
    padding: 10px 0;
    width: 440px;
    text-align: right;
  }
  header .pc_lnav2 nav ul li {
    padding: 5px 15px;
    display: inline;
  }
  header .pc_gnav2 {
    width: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
  }
  header .pc_gnav2 nav {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 62px;
  }
  header .pc_gnav2 nav ul {
    position: absolute;
    right: 0;
    font-size: 1.4rem;
    background-color: transparent;
    width: 750px;
  }
  header .pc_gnav2 nav ul .rest {
    width: 120px;
  }
  header .pc_gnav2 nav ul .special {
    width: 80px;
  }
  header .pc_gnav2 nav ul li {
    padding: 0 10px;
    margin: 24px 0;
    width: 76px;
    float: left;
    text-align: center;
    border-left: #666 solid 1px;
  }
  header .pc_gnav2 nav ul li:last-child {
    background-color: #8e6126;
    padding: 0;
    margin: 0;
    width: 123px;
  }
  header .pc_gnav2 nav ul li:last-child a {
    display: block;
    padding: 24px;
  }
  header .pc_lnav2 nav {
    height: 30px;
    margin: 0 auto;
    position: relative;
  }
  .pc_gnav2 nav #logo img {
    margin: 7px 0 0 17px;
  }
  /* =======================
	　　右下↑
========================== */
  .pageTop a {
    bottom: 10px;
    width: 60px;
    height: 30px;
  }
  /* =======================
	　h2
========================== */
  h2 {
    text-align: center;
  }
  .mb_b {
    margin-bottom: 40px;
  }
  /* =======================
	　コンセプト
========================== */
  .col_sp1_pc3 {
    margin-bottom: 40px;
  }
  /* =======================
	　おすすめプラン
========================== */
  .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;
  }
  /* =======================
	　デイユース
========================== */
  #container #room_facility .reservation_box {
    width: 60%;
  }
  #container #room_facility table {
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ccc;
    width: 70%;
  }
  #container #room_facility .rest {
    width: 70%;
    margin: 5px auto;
  }
  /* =======================
	　サービス
========================== */
  .service {
    max-width: 1000px;
    margin: 60px auto;
  }
  .service .service_list {
    row-gap: 40px;
    column-gap: 20px;
  }
  .service h2 {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .service section p a:hover {
    text-decoration: none;
    opacity: 1;
  }
  /* =======================
	　フッター
========================== */
  footer .pc_footer_menu_dt {
    width: 1000px;
    margin: 0 auto;
  }
  footer .pc_footer_menu {
    padding: 30px 0 0 0;
  }
  footer .pc_footer_menu ul {
    padding: 10px 0;
  }
  footer .pc_footer_menu ul li {
    font-size: 12px;
    line-height: 1.2;
    display: inline;
    padding: 0 15px;
    border-left: #828282 solid 1px;
    margin: 0 -1px 12px 0;
  }
  footer .pc_footer_menu ul li:last-child {
    border-right: #828282 solid 1px;
  }
  footer .info_dt {
    width: 520px;
    height: 105px;
    padding: 10px 0 20px 0;
    border-top: none;
  }
  footer .hotel_info a {
    display: block;
    float: left;
    padding: 0 10px 0 0;
  }
  footer .hotel_info a img {
    width: 170px;
  }
  footer .hotel_info p {
    text-align: left;
    float: left;
    padding: 0 0 0 30px;
    margin: 25px 0 0 0;
    border-left: #828282 solid 1px;
  }
  footer .e_hotel_list {
    width: 916px;
    margin-bottom: 30px;
  }
  footer .lang .hotel_list {
    width: 172px;
    margin: 0 auto 35px;
  }
  footer .lang .hotel_list li {
    width: 100%;
  }
  footer .recruit_img {
    padding: 0;
    margin: 0 auto 0;
    border-bottom: none;
  }

  footer .recruit_img img {
    width: 100%;
  }
  /* =======================
	　共通設備
========================== */
  #container #room_facility .room_bd {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-size: 3rem;
  }
  #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: 33%;
  }
  .room_list .yaji {
    background: url(../../../sitemap/img/common/yaji_img_002.png) 5px no-repeat;
    padding: 4px 0 0 15px;
  }
  .room_list {
    margin-bottom: 90px;
  }
  #container .room_list .yaji {
    background: url(../sitemap/img/common/yaji_img_002.png) 5px 10px no-repeat;
    padding: 6px 0 0 15px;
  }
  #room_facility h3,
  h4 {
    letter-spacing: 3px;
  }
  #room_facility .room_list ul li {
    font-size: 1.4rem;
  }
  #room_facility .amenity dt {
    font-weight: bold;
  }
  #room_facility .amenity .txt_sub {
    margin-top: 10px;
  }
  /* =================================
		チェックイン・クレジット・キャンセル 
===================================== */
  #room_facility h2 {
    font-size: 3rem;
  }
  /* =================================
		award
===================================== */
  #awards ul {
    /*    max-width: 1050px;*/
    margin: 0 auto;
  }
  #awards_sp ul {
    /*    max-width: 1050px;*/
    margin: 0 auto;
  }
}
/* =================================
        .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;
  }
}
