@charset "utf-8";
/* GATE HOTEL */
/*Setting for the PC*/
body {}
#headerSection.ac {
  height: 695px !important;
  background-image: url(/kyoto/images/bg-accommodation_.jpg) !important;
  background-position: center center;
}
#globalMenuBar {
  /*margin-top: 458px;*/
}
.titleArea {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  position: absolute;
  top: 544px;
  left: 10px;
  /*color:#fff;
    font-size:36px;
    letter-spacing: 0.1em;
    padding-bottom:5px;
    border-bottom:solid 1px #fff;*/
}
/* entry area */
.pages {
  margin: 0 auto;
  padding: 60px;
}
#ac h2 {
  font-size: 30px;
  color: #936D00;
  text-align: center;
  font-weight: normal;
  margin-bottom: 60px;
}
#ac p.acRead {
  font-size: 14px;
  text-align: center;
  line-height: 1.75;
}
#ac h3 {
  font-size: 20px;
  font-weight: normal;
  color: #936D00;
  margin-top: 60px;
  text-align: left;
  padding-bottom: 10px;
}
hr.acH3 {
  border: none;
  background-color: #936D00;
  height: 1px;
  width: 289px;
  margin-bottom: 30px;
  text-align: left;
  margin-left: 0;
}
#ac h4 {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin-top: 60px;
  text-align: left;
  padding-bottom: 10px;
}
#ac dl {
  line-height: 1.75;
}
#ac dl dt {
  font-weight: bold;
  font-size: 14px;
  margin: .5em 0 0 0;
}
#ac dl dd {
  font-size: 14px;
  margin: 0 0 1em 0;
}
#ac p.acText {
  font-size: 14px;
  line-height: 1.75;
}
#ac p.acText_r {
  text-align: right;
}
#ac p.attention {
  font-size: 12px;
  line-height: 1.25;
}
#ac ul {
  margin-top: 1em;
}
#ac ul li {
  list-style-type: disc;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 .5em 1.5em;
}
#ac ol {
  margin-top: 1em;
}
#ac ol li {
  list-style-type: decimal;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 .5em 1.5em;
}
ol li ol {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #000;
}
#ac ol li ol {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #000;
  counter-reset: item;
  maring-left: -1.5em;
}
#ac ol li ol li {
  list-style: none;
  padding-left: 2em;
  text-indent: -2em;
  margin-left: 0;
}
#ac ol li ol li:before {
  content: "("counters(item, "-") ")";
  counter-increment: item;
  margin-right: 0.5em;
}
#ac ol li ol li ul li:before {
  content: none;
}
#ac ol.memo {
  margin-top: 0.5em;
}
#ac ol.memo li {
  list-style-type: decimal;
  font-size: 12px;
  line-height: 1.25;
  margin: 0 0 0 1.5em;
}
#ac .acH3 ol li ul li {
  text-indent: -1em;
  padding-left: 1em;
  list-style: none;
}
#ac .iroha > li {
  list-style-type: none;
}
#ac .brackets > li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1em;
  padding-left: 1em;
}
#ac .brackets > li::before {
  content: "("counter(cnt)")";
  margin-right: 0.5em;
}
#ac .brackets > .iroha {
  text-indent: -1em;
  padding-left: 1em;
}
.acTable01 {
  width: 70%;
  margin: 1em 0;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.75;
}
.acTable01 th {
  font-weight: normal;
  background-color: #ddd;
  color: #000;
  padding: 3px;
  border: solid 1px #666;
}
.acTable01 td {
  font-weight: normal;
  color: #000;
  padding: 3px;
  border-left: solid 1px #666;
  border-bottom: solid 1px #666;
}
.acTable01 tr td:last-child {
  border-right: solid 1px #666;
  text-align: right;
}
.acTable01 tr:nth-of-type(2n) td {
  background-color: #f0f0f0;
}
.acTable01 tr:nth-of-type(6) td {
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
}
.acTable01 tr:last-child th {
  background-color: #fff;
  text-align: right;
}
.acTable01 tr th[rowspan] {
  background-color: #fff;
}
.acTable02 {
  width: 70%;
  margin: 1em 0;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.75;
}
.acTable02 th {
  font-weight: normal;
  background-color: #ddd;
  color: #000;
  padding: 3px;
  border: solid 1px #666;
}
.acTable02 td {
  font-weight: normal;
  color: #000;
  padding: 3px;
  border: solid 1px #666;
  text-align: center;
}
.acTable02 tr:nth-of-type(2) td {
  background-color: #f0f0f0;
}
/****************************************************************************************************************/
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body {}
  #globalMenuBar {
    margin-top: 0px;
  }
  #headerSection.ac {
    background-image: url(/kyoto/images/_bg-accommodation_.jpg) !important;
  }
  .titleArea {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    position: absolute;
    top: 550px;
    left: 20px;
    /*color:#fff;
    font-size:36px;
    letter-spacing: 0.1em;
    padding-bottom:5px;
    border-bottom:solid 1px #fff;*/
  }
  .accommodation-title {
    width: 95%;
    height: AUTO;
  }
  .pages {
    margin: 0 auto;
    padding: 0px;
  }
  #ac h2 {
    font-size: 20px;
    color: #936D00;
    text-align: center;
    font-weight: normal;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #ac p.acRead {
    font-size: 12px;
    text-align: left;
    line-height: 1.75;
    margin: 0 10px .5em 10px;
  }
  #ac h3 {
    font-size: 18px;
    font-weight: normal;
    color: #936D00;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    padding-bottom: 5px;
    line-height: 1.5;
  }
  hr.acH3 {
    border: none;
    background-color: #936D00;
    height: 1px;
    width: 289px;
    margin-bottom: 15px;
    text-align: left;
    margin-left: 10px;
  }
  #ac dl dt {
    font-weight: bold;
    font-size: 12px;
    margin: 0 10px .5em 10px;
  }
  #ac dl dd {
    font-size: 12px;
    margin: 0 10px .5em 10px;
  }
  #ac p.acText {
    font-size: 12px;
    line-height: 1.75;
    margin: 0 10px .5em 10px;
  }
  #ac ol li {
    list-style-type: decimal;
    font-size: 12px;
    line-height: 1.75;
    margin: 0 1em .5em 3em;
  }
  #ac h4 {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin: 40px 10px 0px 10px;
    text-align: left;
    padding-bottom: 10px;
  }
  .acTable01, .acTable02 {
    width: 99%;
    margin: 1em auto;
  }
  #ac p.attention {
    font-size: 12px;
    line-height: 1.25;
    margin: 0 10px;
  }
  #ac ol.memo {
    margin: 10px;
  }
  .acTable01 tr td:last-child {
    width: 18%;
  }
}