@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: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
}
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;
}
#container .topicpath dt {
  height: 0;
  overflow: hidden;
}
#container .topicpath dd {
  margin: 5px 0 0 0;
  font-size: 1.2rem;
}
a:hover {
  text-decoration: underline;
}
/* =======================
ファーストビュー
========================== */
.page_image img {
  width: 100%;
}
/* =======================
右下↑
========================== */
.pageTop {
  position: relative;
  height: 0;
  margin: 0 auto;
}
.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);
}
.page_image .ttl_img {
  position: absolute;
  width: 60px;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
  /* =======================
客室詳細ページ　ボタン
========================== */
    #container .room_type .btn a:hover,
    #container .room_nav .item a:hover,
    #container .room_box .btn a:hover{
        text-decoration: none;        
    }
/*スマートフォン*/
@media screen and (min-width: 0px) {
  /* =======================
改行 
========================== */
  .sp_br {
    display: block;
  }
  .tb_br {
    display: none;
  }
  .pc_br {
    display: none;
  }
.ginza_br {
    display: none;
}
  /* =======================
PCとSPの出し分け 
========================== */
  .sp_on {
    display: block;
  }
  .pc_on {
    display: none;
  }
  /* =======================
各ページ
========================== */
  #container {
    width: 90%;
    margin: 10px auto 70px;
  }
  #container .ttl h1 {
    font-size: 3.0rem;
    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;
  }
  /* =======================
page_image
========================== */
  .page_image ul {
    position: absolute;
    bottom: 10px;
    left: 6%;
  }
  .page_image .text_link {
    position: absolute;
    bottom: -25px;
    right: 2%;
  }
  .page_image ul li {
    width: 100px;
    margin: 0 5px;
    float: left;
  }
  /* =======================
プラン
========================== */
  .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 {
    width: 94%;
    margin: 0px auto 60px;
  }
  .service h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .service section {
    margin-bottom: 10px;
  }
  .service section img {
    width: 50%;
    float: left;
  }
  .service section div {
    width: 48%;
    float: left;
    margin-left: 2%;
  }
  .service section h3 {
    font-size: 1.5rem;
    margin-bottom: 8px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
  }
  .service section p {
    font-size: 1.3rem;
  }
  .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(../../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;
  }
  .btn a {
    background-color: #8e6127;
    color: #fff;
    font-size: 1.4rem;
    background-image: url(../../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;
    padding: 40px 0 0;
  }
  .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;
    font-size: 1.2rem;
  }
  .col_sp2_pc3 ul li a p span {
    color: #000;
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 5px;
  }
  /* =======================
共通部品
========================== */
  #container #room_facility .room_bd {
    border-bottom: 1px solid #CCC;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 2.4rem;
  }
  #container #room_facility .room_bd span {
    font-size: 1.3rem;
  }
  #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 h3, 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;
  }
/* =======================
awards
========================== */
  #awards {
    margin: 0 auto;
    padding: 0 20px 40px;
    background-color: #f0f0f0;
  }
  #awards h2 {
    font-size: 2.4rem;
    text-align: center;
    padding: 30px 0 0 0;
  }
  #awards ul li {
    width: 44%;
    float: left;
    padding: 3%;
  }
  footer .sns {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
  }
}
/*スマートフォン 横*/
@media screen and (min-width:480px) {
  /* =======================
サービス
========================== */
  .service section {
    margin-bottom: 10px;
  }
  .service section img {
    width: 50%;
    float: left;
  }
  .service section div {
    width: 48%;
    float: left;
    margin-left: 2%;
  }
  .page_image .ttl_img {
    top: 74%;
    width: 100px;
    left: 50%;
  }
}
/* タブレット */
@media screen and (min-width:768px) {
  /* =======================
改行 
========================== */
  .sp_br {
    display: none;
  }
  .tb_br {
    display: block;
  }
  .pc_br {
    display: block;
  }
.ginza_br {
    display: block;
}
  .page_image ul {
    bottom: 20px;
  }
  .page_image .text_link {
    bottom: -25px;
    left: 5%;
  }
  .page_image ul li {
    width: 150px;
  }
  /* =======================
PCとSPの出し分け 
========================== */
  .sp_on { display: none; }
  .pc_on { display: block; }
  /* =======================
プラン
========================== */
  .plan h2.min {
    font-size: 3.0rem;
  }
  /* =======================
コンセプト
========================== */
  .concept h2.min {
    font-size: 3.0rem;
  }
  /* =======================
トピックス
========================== */
  .topics h2.min {
    font-size: 3.0rem;
  }
  /* =======================
ニュース
========================== */
  .news h2.min {
    font-size: 3.0rem;
  }
  /* =======================
サービス
========================== */
  .service {
    margin: 0 auto 60px;
  }
  .service h2 {
    font-size: 3.0rem;
    margin: 40px 0 20px;
    margin-bottom: 40px;
  }
  .service section {
    float: left;
    width: 23%;
    margin: 0 2% 30px 0;
  }
  .service section p {
    font-size: 1.4rem;
  }
  .service section img {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
  .service section div {
    width: 100%;
  }
  .service section:last-child {
    margin: 0 0 30px 0;
  }
  .service section .btn a {
    padding: 10px 0;
    font-size: 1.3rem;
    background-position: 10px 14px;
    line-height: 1;
  }
  .inner {
    width: 94%;
    margin: 0 auto;
  }
  .col_sp1_pc3.topics {
    margin: 0 auto 40px;
  }
  #container .topicpath {
    display: block;
    margin-bottom: 30px;
    font-size: 1.1rem;
  }
  /* =======================
awards
========================== */
  #awards h2 {
    font-size: 3.0rem;
    padding: 40px 0 0;
  }
  #awards ul {
    display: flex;
  }
  #awards ul li {
    width: 150px;
    float: left;
    padding: 9px;
  }
  #awards ul li a {
    display: block;
  }
  /* =======================
共通部品
========================== */
  #container .room_list ul li {
    width: 50%;
    margin-bottom: 30px;
    justify-content: space-around;
    display: flex;
  }
  #room_facility h3, h4 {
    /* letter-spacing: 3px; */
  }
  #container #room_facility .room_bd {
    font-size: 2.4rem;
  }
  .page_image .ttl_img {
    top: 73%;
  }
  #room_facility .amenity dt {
    font-weight: bold;
  }
  #room_facility .amenity .txt_sub {
    margin-top: 10px;
  }
}
/* タブレット(横) */
@media screen and (min-width:1024px) {
  .service {
    margin-bottom: 40px;
  }
  .page_image .ttl_img {
    top: 62%;
  }
.ginza_br {
    display: none;
}
}
/* タブレット（横）,PCページ */
@media screen and (min-width:1024px) {
  /* =======================
改行 
========================== */
  .sp_br {
    display: none;
  }
  .tb_br {
    display: none;
  }
  .pc_br {
    display: block;
  }
  /* =======================
PCとSPの出し分け 
========================== */
  .sp_on {
    display: none;
  }
  .pc_on {
    display: block;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  /* =======================
飛び先配置
========================== */
  .link {
    margin-top: -70px;
    padding-top: 70px;
    display: block;
  }
  /* =======================
右下↑
========================== */
  .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;
  }
  /* =======================
サービス
========================== */
  .service {
    margin: 0 auto 60px;
  }
  .service section {
    float: left;
    width: 215px;
    margin: 0 20px 30px 0; 
  }
  .service section:last-child {
    margin: 0 0 30px 0;
  }
  .service section:nth-child(5) {
    margin-right: 0;
}
  .service h2 {
    margin-bottom: 40px;
  }
  /* =======================
共通設備
========================== */
  #container #room_facility .room_bd {
    border-bottom: 1px solid #CCC;
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-size: 3.0rem;
    line-height: 1.0;
  }
  #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: 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: 3.0rem;
  }
  .page_image .ttl_img {
    top: 64%;
  }
  /* =================================
award
===================================== */
  .page_image ul {
    bottom: 10px;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
  }
  .page_image .text_link {
    bottom: 10px;
    width: 685px;
    left: 50%;
    margin: 0 0 -35px -485px;
  }
  .page_image ul li {}
  #awards ul {
    width: 845px;
    margin: 0 auto;
  }
}
/* タブレット（横）,PCページ */
@media screen and (min-width:1280px) {
.service {
    width: 1000px;
}
.service section {
  width: 235px;
}
.service section h3 {
  padding-top: 5px;
  margin-bottom: 10px;
}
}

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