@charset "UTF-8";
/* ===================================================================
CSS information

file name  : homepage.css
author     : Abilive
style info : トップページ
=================================================================== */
#contents .con_bestrate .box_bestrate, #contents .con_topic {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1330px) {
  #contents .con_bestrate .box_bestrate, #contents .con_topic {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_bestrate .box_bestrate, #contents .con_topic {
    width: 97.2%;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_bestrate .box_bestrate, #contents .con_topic {
    width: 93.75%;
    padding: 0;
  }
}

/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/*Animate */
/* -----------------------------------------------------------
	ホテル リブランド用
----------------------------------------------------------- */
#footer #fix_menu li.btn_guest a::before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: #424242;
  -webkit-mask-image: url("../images/common/ic_member_sp.svg");
  mask-image: url("../images/common/ic_member_sp.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: top;
  -webkit-mask-size: auto;
  mask-size: 1.3em;
}

/* -----------------------------------------------------------
	.con_bestrate
----------------------------------------------------------- */
#contents .con_bestrate {
  background-color: #F7F5E9;
  padding: 80px 0;
  margin-top: 30px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_bestrate {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_bestrate {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1023px) {
  #contents .con_bestrate .box_bestrate {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 641px) {
  #contents .con_bestrate .box_bestrate .box_detail {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#contents .con_bestrate .box_bestrate .box_detail .img_bestrate {
  width: 180px;
}
@media only screen and (min-width: 641px) {
  #contents .con_bestrate .box_bestrate .box_detail .img_bestrate {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_bestrate .box_bestrate .box_detail .img_bestrate {
    width: 160px;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_bestrate .box_bestrate .box_detail .img_bestrate {
    width: 140px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_bestrate .box_bestrate .box_detail .box_txt {
    margin-top: 20px;
  }
}
#contents .con_bestrate .box_bestrate .box_detail .box_txt h2 {
  font-size: 308%;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #bc9143 0%, #e5d164 40%, #c6aa4d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_bestrate .box_bestrate .box_detail .box_txt h2 {
    font-size: 247%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_bestrate .box_bestrate .box_detail .box_txt h2 {
    font-size: 200%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_bestrate .box_bestrate .box_detail .box_txt h2 {
    text-align: center;
  }
}
#contents .con_bestrate .box_bestrate .box_detail .box_txt .txt_main {
  font-size: 154%;
  font-weight: 600;
  color: #735524;
  line-height: 1.5em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_bestrate .box_bestrate .box_detail .box_txt .txt_main {
    font-size: 124%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_bestrate .box_bestrate .box_detail .box_txt .txt_main {
    font-size: 108%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_bestrate .box_bestrate .box_detail .box_txt .txt_main {
    text-align: center;
    margin-top: 10px;
  }
}
#contents .con_bestrate .box_bestrate .box_detail .box_txt .txt_main span {
  font-size: 180%;
}
@media only screen and (min-width: 1023px) {
  #contents .con_bestrate .box_bestrate .box_btn {
    border-left: solid 1px #735524;
    padding: 20px 0 20px 60px;
    margin-left: 60px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_bestrate .box_bestrate .box_btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_bestrate .box_bestrate .box_btn .btn_bestrate {
    margin-top: 30px;
  }
}
#contents .con_bestrate .box_bestrate .box_btn .btn_bestrate a {
  display: block;
  width: 240px;
  font-size: 120%;
  color: #fff;
  text-decoration: none;
  background-color: #735524;
  border: solid 1px #735524;
  padding: 15px 20px;
  transition: 0.2s;
  position: relative;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_bestrate .box_bestrate .box_btn .btn_bestrate a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_bestrate .box_bestrate .box_btn .btn_bestrate a {
    font-size: 93%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_bestrate .box_bestrate .box_btn .btn_bestrate a {
    width: 74%;
    margin: 0 auto;
  }
}
#contents .con_bestrate .box_bestrate .box_btn .btn_bestrate a:before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 10px;
  top: 43%;
  transform: rotate(30deg);
}
#contents .con_bestrate .box_bestrate .box_btn .btn_bestrate a:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
}
#contents .con_bestrate .box_bestrate .box_btn .btn_bestrate a:hover {
  color: #735524;
  background-color: #fff;
}
#contents .con_bestrate .box_bestrate .box_btn .btn_bestrate a:hover:before, #contents .con_bestrate .box_bestrate .box_btn .btn_bestrate a:hover:after {
  background-color: #735524;
}
#contents .con_bestrate .box_bestrate .box_btn .btn_reserve {
  width: 240px;
  font-size: 120%;
  color: #fff;
  cursor: pointer;
  background-color: #735524;
  border: solid 1px #735524;
  padding: 15px 20px;
  transition: 0.2s;
  position: relative;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_bestrate .box_bestrate .box_btn .btn_reserve {
    font-size: 108%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_bestrate .box_bestrate .box_btn .btn_reserve {
    font-size: 93%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_bestrate .box_bestrate .box_btn .btn_reserve {
    width: 74%;
    margin: 0 auto;
  }
}
#contents .con_bestrate .box_bestrate .box_btn .btn_reserve:before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 10px;
  top: 43%;
  transform: rotate(30deg);
}
#contents .con_bestrate .box_bestrate .box_btn .btn_reserve:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
}
#contents .con_bestrate .box_bestrate .box_btn .btn_reserve:hover {
  color: #735524;
  background-color: #fff;
}
#contents .con_bestrate .box_bestrate .box_btn .btn_reserve:hover:before, #contents .con_bestrate .box_bestrate .box_btn .btn_reserve:hover:after {
  background-color: #735524;
}
@media only screen and (min-width: 1023px) {
  #contents .con_bestrate .box_bestrate .box_btn .btn_reserve {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_bestrate .box_bestrate .box_btn .btn_reserve {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_bestrate .box_bestrate .box_btn .btn_reserve {
    margin-top: 15px;
  }
}

/* -----------------------------------------------------------
	.con_intro_kyoto
----------------------------------------------------------- */
.hotelrebrand #contents .con_page_title {
  padding: 40px 0 30px;
}
.hotelrebrand #contents .con_page_title h2:before {
  display: none;
}

#contents .con_search .box_search .box_inn_sea .box_other .txt_kids,
#contents .con_inn_search .box_search .box_inn_sea .box_other .txt_kids,
#wrp_search .con_search .box_search .box_inn_sea .box_other .txt_kids,
#wrp_search .con_inn_search .box_search .box_inn_sea .box_other .txt_kids {
  text-align: center;
  margin-top: 15px;
}
#contents .con_search .box_search .box_inn_sea .box_other .txt_kids a,
#contents .con_inn_search .box_search .box_inn_sea .box_other .txt_kids a,
#wrp_search .con_search .box_search .box_inn_sea .box_other .txt_kids a,
#wrp_search .con_inn_search .box_search .box_inn_sea .box_other .txt_kids a {
  text-decoration: none;
}
#contents .con_search .box_search .box_inn_sea .box_other .txt_kids a:after,
#contents .con_inn_search .box_search .box_inn_sea .box_other .txt_kids a:after,
#wrp_search .con_search .box_search .box_inn_sea .box_other .txt_kids a:after,
#wrp_search .con_inn_search .box_search .box_inn_sea .box_other .txt_kids a:after {
  font-family: FontAwesome;
  content: "\f0a9";
  margin-left: 5px;
}

#header .con_header .box_header .box_top .box_left h1,
#fixheader .con_header .box_header .box_top .box_left h1 {
  display: block !important;
  font-size: 100%;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #header .con_header .box_header .box_top .box_left h1,
  #fixheader .con_header .box_header .box_top .box_left h1 {
    font-size: 85%;
  }
}
@media only screen and (max-width: 640px) {
  #header .con_header .box_header .box_top .box_left h1,
  #fixheader .con_header .box_header .box_top .box_left h1 {
    font-size: 70%;
  }
}
@media only screen and (max-width: 640px) {
  #header .con_header .box_header .box_top .box_left h1,
  #fixheader .con_header .box_header .box_top .box_left h1 {
    font-weight: 400;
  }
}

/* -----------------------------------------------------------
	.con_topic
----------------------------------------------------------- */
#contents .con_topic {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  #contents .con_topic {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 641px) {
  #contents .con_topic > ul {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 1023px) {
  #contents .con_topic > ul > li {
    width: 26%;
  }
}
#contents .con_topic > ul > li a {
  display: grid;
  text-decoration: none;
  border: solid 3px #EDEFF7;
  border-radius: 25px;
  padding: 35px 30px 55px;
  position: relative;
  transition: 0.3s;
}
@media only screen and (min-width: 1023px) {
  #contents .con_topic > ul > li a {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }
}
@media only screen and (max-width: 1022px) {
  #contents .con_topic > ul > li a {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 1022px) {
  #contents .con_topic > ul > li a {
    border-radius: 20px;
    padding: 15px 15px 20px;
  }
}
#contents .con_topic > ul > li a h3 {
  font-size: 139%;
  font-weight: 500;
  color: #00145F;
  text-align: center;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_topic > ul > li a h3 {
    font-size: 139%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_topic > ul > li a h3 {
    font-size: 124%;
  }
}
@media only screen and (min-width: 1023px) {
  #contents .con_topic > ul > li a h3 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1022px) {
  #contents .con_topic > ul > li a h3 {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
  }
}
@media only screen and (max-width: 1022px) {
  #contents .con_topic > ul > li a h3 {
    margin-bottom: 10px;
  }
}
#contents .con_topic > ul > li a .txt_detail {
  font-size: 116%;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_topic > ul > li a .txt_detail {
    font-size: 116%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_topic > ul > li a .txt_detail {
    font-size: 93%;
  }
}
@media only screen and (min-width: 1023px) {
  #contents .con_topic > ul > li a .txt_detail {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
    text-align: justify;
    line-height: 1.8em;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1022px) {
  #contents .con_topic > ul > li a .txt_detail {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }
}
#contents .con_topic > ul > li a .box_img {
  overflow: hidden;
  width: calc(100% - 10px);
  border-radius: 25px;
  margin: 0 auto;
}
@media only screen and (min-width: 1023px) {
  #contents .con_topic > ul > li a .box_img {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }
}
@media only screen and (max-width: 1022px) {
  #contents .con_topic > ul > li a .box_img {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }
}
@media only screen and (max-width: 1022px) {
  #contents .con_topic > ul > li a .box_img {
    width: 100px;
    border-radius: 10px;
    margin-right: 10px;
  }
}
#contents .con_topic > ul > li a .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  background-color: #00145F;
  border: solid 1px #00145F;
  border-radius: 1000px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.3s;
}
@media only screen and (max-width: 1022px) {
  #contents .con_topic > ul > li a .arrow {
    bottom: 10px;
    right: 15px;
  }
}
#contents .con_topic > ul > li a .arrow svg {
  width: 50%;
  height: 50%;
  fill: #fff;
}
#contents .con_topic > ul > li a:hover {
  border-color: #00145F;
}
#contents .con_topic > ul > li a:hover .arrow {
  background-color: #fff;
}
#contents .con_topic > ul > li a:hover .arrow svg {
  fill: #00145F;
}
@media only screen and (min-width: 1023px) {
  #contents .con_topic > ul > li:nth-child(n+2) {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #contents .con_topic > ul > li:nth-child(n+2) {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_topic > ul > li:nth-child(n+2) {
    margin-top: 15px;
  }
}
