@charset "utf-8";
/* GATE HOTEL */
/*Setting for the PC*/
body {}
#headerSection.topics {
  height: 695px !important;
  background-image: url(/kyoto/images/bg-topics_.jpg) !important;
}
#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;
}
#topics {
  margin-top: -80px !important;
  padding-top: 80px !important;
}
#topicsFilter {
  margin: 0;
}
#topicsFilter ul {
  display: block;
  text-align: center;
}
#topicsFilter ul li {
  display: inline-block;
  font-size: 16px;
  margin-right: 20px;
}
#topicsFilter ul li:after {
  margin-left: 20px;
  content: ' | ';
}
#topicsFilter ul li:last-child:after {
  margin-left: 0px;
  content: '';
}
#topicsFilter ul li a {
  text-decoration: none;
  padding: 1px 5px;
  background-color: #fff;
  color: #000;
}
#topicsFilter ul li a.hover, #topicsFilter ul li a.selected {
  padding: 1px 5px;
  background-color: #333;
  color: #fff;
}
.topicsArticleArea {
  min-height: 720px;
}
#topicsArticleBox {
  padding-top: 60px;
  overflow: hidden;
}
#topicsArticleBox .articleBox {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  display: block;
  width: 360px;
  height: 360px;
  float: left;
  color: #000;
  text-decoration: none;
  overflow: hidden;
}
#topicsArticleBox .articleBox .topicsWrap {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#topicsArticleBox .articleBox.selected {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  width: 360px;
}
#topicsArticleBox .articleBox.unSelected {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  width: 0px !important;
}
#topicsArticleBox .photoWrap {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
#topicsArticleBox .photoWrap span {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}
#topicsArticleBox .entryWrap {
  padding: 0; /*30px;*/
  overflow: auto;
}
#topicsArticleBox .entryWrap h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#topicsArticleBox .entryWrap p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  padding: 5px;
}
#topicsArticleBox .articleBox span.more {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
  margin: 20px auto;
  width: 110px;
  padding: 10px;
  color: #000;
  background-color: #fff;
  text-align: center;
  font-size: 10px;
  text-decoration: none;
  letter-spacing: 0;
  border: solid 1px #999;
}
#topicsArticleBox a.articleBox.hover .photoWrap span {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
/*************/
.topicsHeader {}
.topicsHeader h2 {
  font-size: 24px;
  font-weight: normal;
  color: #936D00;
  margin: 20px 0 40px 0;
  line-height: 1.75;
}
.topicsHeader .topicsImages {
  width: 100%;
  text-align: center;
}
.topicsHeader .topicsImages img {
  max-width: 100%;
  height: auto;
}
.topicsEntry {
  overflow: hidden;
}
.topicsEntry img {
  display: block;
  margin: 20px auto;
  width: auto;
  max-height: 450px;
}
.topicsEntry table img {
  width: 96%;
}
.topicsEntry table.notimg img {
  width: auto;
  max-height: auto;
}
.topicsEntry p, .topicsQueryEntry p {
  font-size: 16px;
  line-height: 1.75;
  margin: 1em 0;
}
.topicsEntry ul li, .topicsQueryEntry ul li {
  margin-left: 30px;
  list-style-type: disc;
  line-height: 1.75;
}
.topicsEntry ol li, .topicsQueryEntry ol li {
  margin-left: 30px;
  list-style-type: decimal;
  line-height: 1.75;
}
.topicsEntry h1, .topicsEntry h2, .topicsQueryEntry h1, .topicsQueryEntry h2 {
  font-size: 24px;
  font-weight: normal;
  color: #936D00;
  margin: 20px 0 20px 0;
  line-height: 1.75;
}
.topicsEntry h3, .topicsEntry h4, .topicsQueryEntry h3, .topicsQueryEntry h4 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 20px 0 20px 0;
  line-height: 1.75;
}
.topicsEntry h5, .topicsEntry h6, .topicsQueryEntry h5, .topicsQueryEntry h6 {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin: 20px 0 20px 0;
  line-height: 1.75;
}
.topicsEntry table, .topicsQueryEntry table {
  font-size: 16px;
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
}
.topicsEntry table th, .topicsQueryEntry table th {
  padding: 5px;
  border: solid 1px #ddd;
  background-color: #f0f0f0;
}
.topicsEntry table td, .topicsQueryEntry table td {
  padding: 5px;
  border: solid 1px #ddd;
  background-color: #fff;
  line-height: 1.6;
  vertical-align: middle;
}
.topicsQueryArea {
  clear: both;
  overflow: hidden;
  padding-bottom: 40px;
}
.topicsQueryImage {
  width: 40%;
  float: left;
}
.topicsQueryImage img {
  max-width: 100%;
  height: auto;
}
.topicsQueryEntry {
  margin-left: 40%;
  padding: 0 0 0 40px;
}
/***************/
.slider-container-topics .topicsSlide {
  text-align: center;
}
.slider-container-topics .topicsSlide a {
  display: inline-block;
  width: 360px;
  height: 360px;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  background-color: #fff;
  text-align: left;
}
.slider-container-topics .topicsSlide a.hover .photoWrap span {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.slider-container-topics .topicsWrap {
  display: block;
  width: 360px;
  height: 360px;
  overflow: hidden;
}
.slider-container-topics .photoWrap {
  width: 360px;
  height: 180px;
  overflow: hidden;
}
.slider-container-topics .photoWrap span {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.slider-container-topics .entryWrap {
  padding: 10px 30px 30px 30px;
  overflow: auto;
}
.slider-container-topics .entryWrap h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.slider-container-topics .entryWrap p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
.slider-container-topics .articleBox span.more {
  /*    display: inline-block;
    font-size: 14px;
    margin: 10px 0;
    padding: 5px;
    background-color: #f0f0f0;*/
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
  margin: 20px auto;
  width: 110px;
  padding: 10px;
  color: #000;
  background-color: #fff;
  text-align: center;
  font-size: 10px;
  text-decoration: none;
  letter-spacing: 0;
  border: solid 1px #999;
}
.slideWraps-topics {
  background-color: #f0f0f0;
  width: 780px;
  margin: 60px auto;
  padding: 10px 10px 40px 10px;
}
.slideWraps-topics h2.topicsSlider {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin: 20px auto 30px auto;
}
.slick-prev {
  left: -52px;
}
.slick-next {
  right: -40px;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 160px;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
}
.slick-prev:before {
  content: url(/kyoto/images/btn-prev.png);
}
.slick-next:before {
  content: url(/kyoto/images/btn-ford.png);
}
.topicsLink {
  padding: 20px;
  text-align: center;
  width: 320px;
  margin: 0 auto;
}
.topicsLink a.boxed {
  /*-webkit-transition: all .5s ease;
    transition: all .5s ease;*/
  display: block;
  width: 320px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0;
  background-color: #936D00;
  text-align: center;
  margin-left: 0;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0;
}
.flexPages {
  padding-top: 60px;
}
.slider-container-topics .slide-arrow.prev-arrow.slick-arrow {
  position: absolute;
  top: 120px;
  left: -60px;
  margin-top: 32px;
  z-index: 1000;
  width: auto;
  height: 64px;
}
.slider-container-topics .slide-arrow.next-arrow.slick-arrow {
  position: absolute;
  top: 120px;
  margin-top: 32px;
  right: -60px;
  z-index: 1000;
  width: auto;
  height: 64px;
}
/* topicsTemp */
.topicsEntry .topicsTemp {
  margin-bottom: 20px;
}
.topicsEntry .topicsTemp p {
  margin: 0;
}
.topicsEntry .topicsTemp .photoArea, .topicsEntry .topicsTemp .photoArea li {
  margin: 0;
  padding: 0;
}
.topicsEntry .topicsTemp .photoArea {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 50px;
}
.topicsEntry .topicsTemp .photoArea li {
  list-style: none;
  width: 48%;
  padding-top: 30px;
  margin-right: 4%;
}
.topicsEntry .topicsTemp .photoArea li:nth-child(2n) {
  margin-right: 0;
}
.topicsEntry .topicsTemp .photoArea img {
  width: 100%;
  margin: 0 auto;
}
.topicsEntry .topicsTemp .photoArea li.piece1 {
  width: 70%;
  margin: 0;
}
.topicsEntry .topicsTemp .photoArea li.piece1 img {
  max-height: auto;
}
.topicsEntry .topicsTemp .photoArea.piece3, .topicsEntry .topicsTemp .photoArea.piece4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.topicsEntry .topicsTemp .photoArea.piece3 li {
  width: 30%;
  margin-right: auto;
}
.topicsEntry .topicsTemp .photoArea.piece3 li:nth-child(3n) {
  margin: 0;
}
.topicsEntry .topicsTemp .photoArea.piece4 li {
  width: 22%;
  margin-right: auto;
}
.topicsEntry .topicsTemp .photoArea.piece4 li:nth-child(4n) {
  margin: 0;
}
.topicsEntry .topicsTemp .detailsTxt {
  margin: 50px 0 0;
}
.topicsEntry .topicsTemp .detailsBox {
  margin: 50px 0;
  border-color: #936D00;
}
.topicsEntry .topicsTemp .detailsBox th, .topicsEntry .topicsTemp .detailsBox td {
  padding: 15px 30px;
  border: 1px solid #936D00;
}
.topicsEntry .topicsTemp .detailsBox th {
  width: 200px;
  background: #f4edda;
  color: #936D00;
  vertical-align: middle;
}
.topicsEntry .topicsTemp .btnArea {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.topicsEntry .topicsTemp .btn a {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  background: #936D00;
  text-align: center;
  font-size: 110%;
  width: 500px;
  height: 50px;
  line-height: 50px;
  /*width: 320px;*/
  color: #fff;
}
.topicsEntry .topicsTemp .btn.none {
  display: none;
}
.topicsEntry .topicsTemp .subBox {
  margin-top: 50px;
}
.topicsEntry .topicsTemp .subBox h3 {
  color: #936D00;
  font-size: 130%;
  margin: 0;
}
.topicsEntry .topicsTemp .subBox .txt {
  padding-top: 20px;
}
.topicsEntry .topicsTemp .subBox .photoArea.piece3 {
  margin-top: 0;
}
/****************************************************************************************************************/
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body {}
  #headerSection.topics {
    background-image: url(/kyoto/images/_bg-topics_.jpg) !important;
    background-position: 63% center;
  }
  #globalMenuBar {
    margin-top: 0px;
  }
  .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;*/
  }
  .pages {
    margin: 0 auto;
    padding: 0px;
  }
  #topics {
    margin-top: -140px !important;
    padding-top: 140px !important;
  }
  #topicsFilter {
    padding: 20px 0;
  }
  #topicsFilter ul {
    display: block;
    text-align: left;
  }
  #topicsFilter ul li {
    width: 31%;
    height: 30px;
    display: block;
    font-size: 16px;
    float: left;
    margin: 1%;
  }
  #topicsFilter ul li a {
    display: block;
    font-size: 12px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 1px 5px;
    background-color: #f0f0f0;
    color: #000;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
  }
  #topicsFilter ul li:after {
    margin: 0;
    content: '';
  }
  .topicsArticleArea {
    min-height: 420px;
  }
  #topicsArticleBox {
    clear: both;
    width: 100%;
    padding-top: 20px;
    overflow: hidden;
  }
  #topicsArticleBox .articleBox {
    -webkit-transition: all .0s ease;
    transition: all .0s ease;
    display: block;
    width: 100%;
    height: 320px;
    float: left;
    color: #000;
    text-decoration: none;
    overflow: hidden;
  }
  #topicsArticleBox .articleBox.sp {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  #topicsArticleBox .articleBox .topicsWrap {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #topicsArticleBox .photoWrap {
    width: 100%;
    height: 180px;
    overflow: hidden;
  }
  #topicsArticleBox .articleBox.selected {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    height: 320px;
  }
  #topicsArticleBox .articleBox.unSelected {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100% !important;
    height: 0px !important;
  }
  .slideWraps-topics {
    width: 100%;
    margin: 60px auto;
    padding: 10px 10px 40px 10px;
  }
  .topicsHeader h2 {
    font-size: 20px;
    font-weight: normal;
    color: #936D00;
    margin: 0px 10px;
    padding: 50px 0px 0;
    line-height: 1.75;
  }
  #topicsArticleBox .articleBox span.more {
    display: block;
    width: 120px;
    font-size: 14px;
    margin: 10px auto 10px auto;
    padding: 5px;
    background-color: #f0f0f0;
    text-align: center;
  }
  /*******************/
  .topicsEntry {
    overflow: hidden;
  }
  .topicsEntry p, .topicsQueryEntry p {
    /* font-size:14px;*/
    line-height: 1.75;
    margin: 1em 0;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
  .topicsEntry ul li, .topicsQueryEntry ul li {
    margin-left: 30px;
    list-style-type: disc;
    line-height: 1.75;
  }
  .topicsEntry ol li, .topicsQueryEntry ol li {
    margin-left: 30px;
    list-style-type: decimal;
    line-height: 1.75;
  }
  .topicsEntry h1, .topicsEntry h2, .topicsQueryEntry h1, .topicsQueryEntry h2 {
    font-size: 24px;
    font-weight: normal;
    color: #936D00;
    margin: 20px 0 20px 0;
    line-height: 1.75;
  }
  .topicsEntry h3, .topicsEntry h4, .topicsQueryEntry h3, .topicsQueryEntry h4 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 20px 0 20px 0;
    line-height: 1.75;
  }
  .topicsEntry h5, .topicsEntry h6, .topicsQueryEntry h5, .topicsQueryEntry h6 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin: 20px 0 20px 0;
    line-height: 1.75;
  }
  .topicsEntry table, .topicsQueryEntry table {
    font-size: 16px;
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
  }
  .topicsEntry table th, .topicsQueryEntry table th {
    padding: 5px;
    border: solid 1px #ddd;
    background-color: #f0f0f0;
  }
  .topicsEntry table td, .topicsQueryEntry table td {
    padding: 5px;
    border: solid 1px #ddd;
    background-color: #fff;
    line-height: 1.6;
    vertical-align: middle;
  }
  .topicsQueryArea {
    clear: both;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .topicsQueryImage {
    width: 40%;
    float: left;
    padding: 10px 0 10px 10px;
  }
  .topicsQueryImage img {
    max-width: 100%;
    height: auto;
  }
  .topicsQueryEntry {
    margin-left: 40%;
    padding: 0 0 0 10px;
  }
  .topicsLink {
    padding: 0px;
    text-align: center;
    width: 320px;
    margin: 0 auto;
  }
  .slick-prev {
    left: 0px;
  }
  .slick-next {
    right: 5px;
  }
  .slick-prev, .slick-next {
    z-index: 10000;
    width: 35px;
    height: 64px;
  }
  .slick-next:before, .slick-next:before {
    display: block;
  }
  .topicsEntry img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
  }
  .slider-container-topics .slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    top: 120px;
    left: 0px;
    margin-top: 32px;
    z-index: 1000;
    width: auto;
    height: 64px;
  }
  .slider-container-topics .slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    top: 120px;
    margin-top: 32px;
    right: 0px;
    z-index: 1000;
    width: auto;
    height: 64px;
  }
    /* topicsTemp */
  .topicsEntry .topicsTemp {
    margin: 0 3%;
  }
  .topicsEntry .topicsTemp .photoArea li.piece1 {
    width: 90%;
  }
  .topicsEntry .topicsTemp .photoArea.piece3 li {
    width: 48%;
    margin-right: auto;
  }
  .topicsEntry .topicsTemp .photoArea.piece3 li:nth-child(2n) {
    margin: 0;
  }
  .topicsEntry .topicsTemp .photoArea.piece4 li {
    width: 48%;
    margin-right: auto;
  }
  .topicsEntry .topicsTemp .photoArea.piece4 li:nth-child(2n) {
    margin: 0;
  }
  .topicsEntry .topicsTemp .detailsBox th, .topicsEntry .topicsTemp .detailsBox td {
    padding: 15px 15px;
  }
  .topicsEntry .topicsTemp .detailsBox th {
    width: 120px;
  }
  .topicsEntry .topicsTemp .btn a {
    width: 320px;
  }
  .topicsEntry .topicsTemp .btnArea p:first-child {
    margin-bottom: 30px;
  }
  .topicsEntry .topicsTemp .subBox h3 {
    font-size: 120%;
  }
}