@charset "UTF-8";
/**
 * 京阪グループ総合ガイド
 *
 */
@media screen and (min-width: 768px) {
  .banner__list {
    margin-top: 30px;
  }
  .banner__list li {
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 2%;
    width: 48%;
  }
  .banner__list li:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .photo360__wrap {
    margin: 0 auto;
    width: 1100px;
  }
}

.photo360__wrap li {
  border-bottom: 1px solid #dcdcdc;
}

.photo360__wrap li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .photo360__wrap li {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .photo360__wrap li .photo360__image {
    width: 100%;
  }
}

.travel {
  background-color: #fbfbfb;
  border-top: 1px solid #e9e9e9;
  color: #221815;
}

@media screen and (min-width: 768px) {
  .travel {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .travel {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .cmn-block {
    margin: 0 auto;
    width: 1100px;
  }
}

@media screen and (max-width: 767px) {
  .cmn-block {
    padding: 0 15px;
  }
}

.travel-head {
  position: relative;
}

.travel-head .title {
  font-weight: bold;
}

.travel-head .lang li a {
  background-color: #001143;
  border: 1px solid #6b7694;
  border-radius: 2px;
  color: #fff !important;
  display: block;
  position: relative;
  text-align: center;
}

.travel-head .lang li a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 40%;
  right: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.travel-head .lang li a:hover {
  color: #5f6b8f !important;
  transition-duration: .2s;
}

.travel-head .lang .active a {
  color: #5f6b8f !important;
}

.travel-head .lang .active a::after {
  border-top: 1px solid #5f6b8f;
  border-right: 1px solid #5f6b8f;
}

@media screen and (min-width: 768px) {
  .travel-head {
    margin: 50px auto;
    width: 1140px;
  }
  .travel-head .title {
    font-size: 276.9230769231%;
  }
  .travel-head .lang {
    display: flex;
    margin-top: 20px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .travel-head .lang li {
    margin-left: 5px;
    width: 90px;
  }
  .travel-head .lang li a {
    padding: 4px 0 3px;
  }
}

@media screen and (max-width: 767px) {
  .travel-head {
    margin-top: 30px;
    padding: 0 15px;
    width: 100%;
  }
  .travel-head .title {
    font-size: 169.2307692308%;
    text-align: center;
  }
  .travel-head .lang {
    margin-top: 15px;
  }
  .travel-head .lang li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 2%;
    width: 49%;
  }
  .travel-head .lang li:nth-child(even) {
    margin-right: 0;
  }
  .travel-head .lang li a {
    padding: 10px 0 9px;
  }
}

.outline .outline-lead-txt {
  font-size: 107.6923076923%;
}

.outline .degitalpamphlet-btn {
  font-weight: bold;
  position: relative;
}

.outline .degitalpamphlet-btn::before {
  background: url(img/ico_degitalpamphlet.svg) no-repeat right 0;
  background-size: 29px auto;
  content: '';
  display: block;
  width: 29px;
  height: 30px;
  position: absolute;
  top: 30%;
  right: 25px;
}

.outline .degitalpamphlet-btn a {
  background-color: #ea5404;
  border-radius: 3px;
  color: #fff !important;
  display: block;
  text-align: center;
  padding: 25px 0;
}

.outline .pdfpamphlet-btn {
  font-weight: bold;
  position: relative;
}

.outline .pdfpamphlet-btn::before {
  background: url(img/ico_pdfpamphlet.svg) no-repeat right 0;
  background-size: 29px auto;
  content: '';
  display: block;
  width: 29px;
  height: 30px;
  position: absolute;
  top: 30%;
  right: 25px;
}

.outline .pdfpamphlet-btn a {
  background-color: #ea5404;
  border-radius: 3px;
  color: #fff !important;
  display: block;
  text-align: center;
  padding: 25px 0;
}

.outline .movie {
  background-color: #e9e9e9;
}

.outline .movie .movie-item {
  display: block;
}

@media screen and (min-width: 768px) {
  .outline {
    background: url(img/img_guidebook.png) no-repeat left top;
    background-size: 500px auto;
    min-height: 707px;
    padding-top: 15px;
  }
  .outline .outline-cont {
    margin-left: 550px;
    width: 550px;
  }
  .outline .outline-lead-txt {
    line-height: 1.7;
    margin: 35px 0 30px;
  }
  .outline .degitalpamphlet-btn, .outline .pdfpamphlet-btn {
    font-size: 138.4615384615%;
  }
}

.outline .movie {
  /*margin-top: 50px;*/
  margin-top: 20px;
  padding: 25px;
}

.outline .movie .movie-item {
  width: 500px;
  height: 281px;
}

@media screen and (max-width: 767px) {
  .outline {
    margin-top: 40px;
  }
  .outline .outline-lead-txt {
    line-height: 1.7;
    margin: 25px 0 20px;
  }
  .outline .degitalpamphlet-btn, .outline .pdfpamphlet-btn {
    font-size: 138.4615384615%;
  }
  .outline .movie {
    margin-top: 30px;
    padding: 15px;
  }
  .outline .movie .movie-item {
    width: 100%;
    height: auto;
  }
  .outline .movie iframe {
    width: 100%;
    height: auto;
  }
}

.contact-link {
  background-color: #fbe6db;
  font-weight: bold;
  text-align: center;
}

.contact-link a, .contact-link span {
  display: block;
  color: #ea5404 !important;
  display: block;
}

.contact-link:hover {
  background-color: #ffdbc8;
  transition-duration: .2s;
}

@media screen and (min-width: 768px) {
  .contact-link {
    margin: 50px 0 0;
    font-size: 123.0769230769%;
  }
  .contact-link a, .contact-link span {
    padding: 40px 0 35px;
  }
}

@media screen and (max-width: 767px) {
  .contact-link {
    margin: 30px 0;
    font-size: 107.6923076923%;
  }
  .contact-link a, .contact-link span {
    padding: 20px;
  }
}

.facility {
  background-color: #f5f5f5;
}

@media screen and (min-width: 768px) {
  .facility {
    margin-bottom: 70px;
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .facility {
    margin-bottom: 40px;
    padding: 30px 0;
    width: 100%;
  }
}

.cat-btn li {
  display: inline-block;
  font-weight: bold;
}

.cat-btn li a {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 100px;
  color: #444;
  display: block;
  position: relative;
  text-align: center;
}

.cat-btn li a::before {
  background-color: #bcbcbc;
  content: '';
  width: 1px;
  height: 7px;
  position: absolute;
  top: 39%;
  right: 23px;
}

.cat-btn li a::after {
  border-bottom: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 41%;
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cat-btn li a:hover {
  color: #999 !important;
  transition-duration: .2s;
}

@media screen and (min-width: 768px) {
  .cat-btn {
    margin: 0 10px 50px;
    /*margin: 0 30px 50px;*/
  }
  .cat-btn li {
    margin-right: 10px;
    /*width: 200px;*/
    width: 170px;
    font-size: 107.6923076923%;
  }
  .cat-btn li:last-child {
    margin-right: 0;
  }
  .cat-btn li a {
    padding: 15px 0 14px;
  }
}

@media screen and (max-width: 767px) {
  .cat-btn {
    margin-bottom: 30px;
  }
  .cat-btn li {
    margin-bottom: 10px;
    margin-right: 2%;
    width: 49%;
  }
  .cat-btn li:nth-child(even) {
    margin-right: 0;
  }
  .cat-btn li a {
    padding: 10px 0 9px;
  }
}

@media screen and (min-width: 768px) {
  .facility-block {
    margin-bottom: 100px;
  }
}

.facility-ttl {
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}

.facility-ttl::before {
  border-style: solid;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.facility-ttl h2 span {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .facility-ttl {
    margin-bottom: 50px;
    padding: 20px 0 15px 40px;
  }
  .facility-ttl::before {
    border-width: 50px 50px 0 0;
  }
  .facility-ttl h2 span {
    padding-right: 10px;
    font-size: 184.6153846154%;
  }
}

@media screen and (max-width: 767px) {
  .facility-ttl {
    margin-bottom: 30px;
    padding: 10px 0 8px 30px;
  }
  .facility-ttl::before {
    border-width: 30px 30px 0 0;
  }
  .facility-ttl h2 span {
    padding-right: 10px;
    font-size: 153.8461538462%;
  }
}

.-hotel::before {
  border-color: #4da04b transparent transparent transparent;
}

.-rail::before {
  border-color: #bad2e7 transparent transparent transparent;
}

.-leisure::before {
  border-color: #eb8954 transparent transparent transparent;
}

.-distribution::before {
  border-color: #ee82ad transparent transparent transparent;
}

.-sightseeing::before {
  border-color: #061e64 transparent transparent transparent;
}

.-concepttour::before {
  border-color: #a97abd transparent transparent transparent;
}

.facility-sttl {
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .facility-sttl {
    font-size: 138.4615384615%;
  }
}

@media screen and (max-width: 767px) {
  .facility-sttl {
    font-size: 123.0769230769%;
  }
}

.facility-list {
  letter-spacing: -.4em;
}

.facility-list li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.facility-list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .facility-list li {
    margin-bottom: 60px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .facility-list li {
    margin-bottom: 40px;
    margin-right: 0;
  }
}

.facility-img {
  position: relative;
}

.facility-img::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 225px;
  width: 100%;
}

.facility-img .facility-name {
  color: #fff;
  font-weight: bold;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  font-size: 138.4615384615%;
}

.facility-img .facility-name span {
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .facility-img {
    height: 225px;
    width: 350px;
  }
  .facility-img .facility-name span {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .facility-img {
    height: auto;
    width: 100%;
  }
  .facility-img .facility-name span {
    width: 90%;
  }
  .facility-img img {
    height: auto;
    width: 100%;
  }
}

.facility-btn {
  margin-top: 20px;
  position: relative;
}

.facility-btn .facility-btn01 {
  width: 240px;
}

.facility-btn .facility-btn01 li {
  margin-bottom: 18px;
  margin-right: 5px;
  margin-top: 2px;
}

.facility-btn .facility-btn01 li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.facility-btn .facility-btn01 li a {
  color: #444;
  padding-left: 36px;
  padding-top: 7px;
  position: relative;
  font-size: 123.0769230769%;
}

.facility-btn .facility-btn01 li a::before {
  background: url(img/ico_arr.svg) no-repeat left 0;
  background-size: 30px auto;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}

.facility-btn .facility-btn01 li a:hover {
  color: #999 !important;
  transition-duration: .2s;
}

.facility-btn .facility-btn02 {
  border-left: 1px solid #d3d3d3;
  height: 20px;
  margin-right: 5px;
  padding-left: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.facility-btn .facility-btn02 a {
  display: block;
  padding-top: 3px;
  font-size: 107.6923076923%;
}

.facility-btn .facility-btn02 a:hover {
  color: #999 !important;
  transition-duration: .2s;
}

.facility-ttl-block {
  border-left: 1px solid #d3d3d3;
  margin-bottom: 20px;
}

.facility-ttl-block .facility-ttl-lang {
  line-height: 1.7;
}

.facility-ttl-block .facility-ttl-lang span {
  display: block;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .facility-ttl-block {
    padding-left: 30px;
  }
  .facility-ttl-block .facility-ttl-lang {
    font-size: 123.0769230769%;
  }
  .facility-ttl-block .facility-ttl-lang span {
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 153.8461538462%;
  }
}

@media screen and (max-width: 767px) {
  .facility-ttl-block {
    padding-left: 15px;
  }
  .facility-ttl-block .facility-ttl-lang span {
    line-height: 1.5;
    margin-bottom: 5px;
    font-size: 123.0769230769%;
  }
}

.download-btn {
  font-weight: bold;
}

.download-btn a {
  background-color: #ea5404;
  border-radius: 3px;
  color: #fff !important;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .download-btn {
    margin: 40px auto 0;
    width: 550px;
    font-size: 153.8461538462%;
  }
  .download-btn a {
    padding: 25px 0;
  }
}

@media screen and (max-width: 767px) {
  .download-btn {
    margin-top: 20px;
    width: 100%;
    font-size: 123.0769230769%;
  }
  .download-btn a {
    padding: 20px 0;
  }
}

.download-txt {
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .download-txt {
    font-size: 123.0769230769%;
  }
}

@media screen and (max-width: 767px) {
  .download-txt {
    font-size: 92.3076923077%;
  }
}

.download-txtLink {
  margin-top: 10px;
  text-align: center;
}

.download-txtLink a {
  color: #ea5404 !important;
}

.download-txtLink a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .download-txtLink {
    font-size: 123.0769230769%;
  }
}

@media screen and (max-width: 767px) {
  .download-txtLink {
    font-size: 107.6923076923%;
  }
}

@media screen and (min-width: 768px) {
  .download-photo {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .download-photo {
    margin-top: 40px;
  }
}

.modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 999;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  transition: opacity .3s, visibility .3s;
  visibility: hidden;
}

.modal-wrapper:target {
  opacity: 1;
  transition: opacity .4s, visibility .4s;
  visibility: visible;
}

.modal-wrapper::after {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
}

.modal-wrapper .modal-window {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 20;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-wrapper .modal-close {
  color: #95979c !important;
  font-weight: bold;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  z-index: 20;
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
  transition-duration: .2s;
}

@media screen and (min-width: 768px) {
  .modal-wrapper .modal-window {
    padding: 40px 50px 80px;
    width: 70%;
    max-width: 1000px;
  }
  .modal-wrapper .modal-close {
    top: 5px;
    right: 15px;
    font-size: 307.6923076923%;
  }
}

@media screen and (max-width: 767px) {
  .modal-wrapper {
    padding: 2% 5%;
  }
  .modal-wrapper .modal-window {
    padding: 40px 20px;
    width: 90%;
  }
  .modal-wrapper .modal-close {
    top: 0;
    right: 10px;
    font-size: 230.7692307692%;
  }
}

.modal-overlay {
  background: rgba(102, 102, 102, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.contact {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .contact {
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 40px 20px;
  }
}

.contact-info {
  color: #666;
  position: relative;
}

.contact-info .contact-company {
  display: block;
  font-weight: bold;
}

.contact-info .contact-list li {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.contact-info .contact-list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-info .contact-office {
  font-weight: bold;
  font-size: 107.6923076923%;
}

.contact-info .cmn-telLink {
  color: #ea5404 !important;
}

.contact-info .num {
  color: #ea5404 !important;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .contact-info {
    margin-bottom: 40px;
  }
  .contact-info .contact-company {
    margin: 17px 0 10px;
    font-size: 138.4615384615%;
  }
  .contact-info .contact-list {
    position: absolute;
    top: -5px;
    left: 470px;
  }
  .contact-info .contact-office {
    margin-right: 5px;
  }
  .contact-info .cmn-telLink {
    cursor: text;
    pointer-events: none;
    text-decoration: none !important;
  }
  .contact-info .num {
    font-size: 169.2307692308%;
  }
}

@media screen and (max-width: 767px) {
  .contact-info {
    margin-bottom: 30px;
    text-align: center;
  }
  .contact-info .contact-company {
    margin: 17px 0 10px;
    font-size: 138.4615384615%;
  }
  .contact-info .contact-list {
    margin-top: 20px;
    position: static;
  }
  .contact-info .contact-office {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .contact-info .cmn-telLink {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .contact-info .num {
    font-size: 184.6153846154%;
  }
}

.contact-btn {
  font-weight: bold;
  margin: 0 auto;
}

.contact-btn a {
  background-color: #ea5404;
  border-radius: 3px;
  color: #fff !important;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contact-btn {
    width: 550px;
    font-size: 153.8461538462%;
  }
  .contact-btn a {
    padding: 25px 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-btn {
    width: 100%;
    font-size: 123.0769230769%;
  }
  .contact-btn a {
    padding: 20px 0;
  }
}

.agent_txt {
  background-color: #e4f6f7;
  font-weight: bold;
  text-align: center;
  color: #2f9da2 !important;
  padding: 20px 5px;
  display: block;
}

.agent_txt .mark {
  vertical-align: 10%;
}

@media screen and (min-width: 768px) {
  .agent_txt {
    font-size: 200%;
  }
}

@media screen and (max-width: 767px) {
  .agent_txt {
    font-size: 123.0769230769%;
  }
}

.pagetop {
  margin-bottom: 53px;
  margin-left: auto;
  bottom: 0;
  right: 0;
  transition: opacity .4s ease, transform .4s ease;
  z-index: 10;
  position: fixed;
}

.pagetop:not(.-visible) {
  opacity: 0;
  transform: translateY(100%);
}

.pagetop a {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  height: 100%;
  width: 100%;
}

a {
  color: #444 !important;
}

a:hover {
  text-decoration: none;
}

.font-en {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',Padauk,sans-serif;
}

@media screen and (min-width: 768px) {
  .font-en .outline {
    background: url(img/img_guidebook_en.png) no-repeat left top;
    background-size: 500px auto;
    min-height: 707px;
  }
}

@media screen and (min-width: 768px) {
  .font-en .cat-btn {
    margin: 0 10px 50px;
  }
  .font-en .cat-btn li {
    width: auto;
  }
  .font-en .cat-btn li a {
    padding: 15px 30px 14px;
  }
}

@media screen and (max-width: 767px) {
  .font-en .cat-btn li {
    font-size: 76.9230769231%;
  }
  .font-en .cat-btn li a::before {
    height: 0;
  }
  .font-en .cat-btn li a::after {
    border: none;
  }
}

@media screen and (min-width: 768px) {
  .font-en .contact-info .num {
    font-size: 153.8461538462%;
  }
}

.font-cn {
  font-family: 'Noto Sans SC','Hiragino Sans GB','microsoft yahei',Arial,sans-serif;
}

@media screen and (min-width: 768px) {
  .font-cn .outline {
    background: url(img/img_guidebook_cn.png) no-repeat left top;
    background-size: 500px auto;
    min-height: 707px;
  }
}

@media screen and (min-width: 768px) {
  .font-cn .contact-info .num {
    font-size: 138.4615384615%;
  }
}

.font-tw {
  font-family: 'Noto Sans TC','Microsoft JhengHei',STHeiti,pmingliu,Arial,Helvetica,sans-serif;
}

@media screen and (min-width: 768px) {
  .font-tw .outline {
    background: url(img/img_guidebook_tw.png) no-repeat left top;
    background-size: 500px auto;
    min-height: 707px;
  }
}

.o-hover a:hover {
  background-color: #f08247;
  transition-duration: .2s;
}

#header {
  width: 1140px !important;
}

#footer {
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 92.3076923077%;
}

html {
  background-color: #fbfbfb;
}
