/* 
common
1 main-visual
2 discover
3 charms
4 location
5 recommended
6 howToGet
7 carePromise
*/
/* 
common
*/
body {
  opacity: 0;
}

body.show {
  opacity: 1;
}

.anotherkyoto * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.anotherkyoto p {
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  text-align: left;
}

.anotherkyoto a:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.anotherkyoto .container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1279px) {
  .anotherkyoto .container {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .anotherkyoto .container {
    padding: 0 5.3%;
  }
}

.section-title {
  font-size: 3.125em;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 2.5em;
  }
}

.section-lead {
  font-size: 1.875em;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 767px) {
  .section-lead {
    font-size: 1.25em;
  }
}

.section-title + .section-lead {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .section-title + .section-lead {
    margin-top: 12px;
  }
}

.section-title + .section-lead + p {
  margin-top: 20px;
}

.anotherkyoto svg.js-external-link {
  vertical-align: middle;
  width: 1.5rem;
  width: 1rem;
  height: 1.5rem;
  height: 1rem;
  margin-left: 5px;
  fill: #757575;
}

.anotherkyoto svg.js-external-link.c-white {
  fill: #ffffff;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pc2 {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .pc2 {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pc-i {
    display: inline-block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-i {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-i {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-i {
    display: inline-block !important;
  }
}

/* 
1 main-visual
*/
.bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-visual {
  position: relative;
}

.main-visual-textBox {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 280px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .main-visual-textBox {
    top: 250px;
  }
}

.main-visual-textBox > h1,
.main-visual-textBox > p {
  text-align: center;
  color: #ffffff;
  font-size: 2.8125em;
  text-shadow: 0px 0px 15px #000000, 0px 0px 15px #000000, 0px 0px 15px #000000, 0px 0px 15px #000000, 0px 0px 15px #000000, 0px 0px 15px #000000;
}

@media screen and (max-width: 767px) {
  .main-visual-textBox > h1,
  .main-visual-textBox > p {
    line-height: 1;
  }
}

.main-visual-textBox > h1 {
  letter-spacing: 0.15em;
  font-weight: 500;
}

.main-visual-textBox > p:nth-child(2) {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .main-visual-textBox > p:nth-child(2) {
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}

.main-visual .bxslider img {
  width: 100%;
}

.main-visual .bx-wrapper {
  border: 0;
}

.slide-icon-block-wrap {
  display: block;
  margin-top: -105px;
}

.slide-icon-block {
  padding-bottom: 10px;
  display: inline-block;
}

.slide-img {
  width: 100%;
  height: 600px;
  background-image: url("/japan-travel-planner/anotherkyoto/images/slide1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .slide-img {
    height: 560px;
  }
}

.slide-img.slide-img-wood {
  background-image: url("/japan-travel-planner/anotherkyoto/images/slide2.png");
}

.slide-img.slide-img-tea {
  background-image: url("/japan-travel-planner/anotherkyoto/images/slide3.png");
}

.slide-img.slide-img-bamboo {
  background-image: url("/japan-travel-planner/anotherkyoto/images/slide4.png");
}

.slide-icon-img {
  width: 110px;
  height: 110px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px gray;
  box-shadow: 0 0 8px gray;
  padding: 10px;
  display: inline-block;
}

.slide-icon-block p {
  color: #ffffff;
  font-weight: 500;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  text-shadow: 0px 0px 20px #000000,0px 0px 20px #000000,0px 0px 20px #000000,0px 0px 20px #000000;
}

/* 
slider controller custom
*/
.main-visual .bx-controls {
  border-radius: 4px;
  padding: 20px 70px 10px 63px;
  position: absolute;
  right: 30px;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .main-visual .bx-controls {
    top: 535px;
  }
}

@media screen and (max-width: 767px) {
  .main-visual .bx-controls {
    bottom: -55px;
    right: 0;
    left: 0;
    margin: auto;
    left: 54%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.main-visual .bx-controls .bx-controls-auto {
  position: absolute;
  top: 0;
  left: 0;
}

.main-visual .bx-controls .bx-controls-auto-item {
  text-align: left;
}

.main-visual .bx-controls .bx-controls-auto:after {
  content: "";
  width: 1px;
  height: 21px;
  background: #ffffff;
  position: absolute;
  left: 40px;
  top: 1px;
}

@media screen and (max-width: 767px) {
  .main-visual .bx-controls .bx-controls-auto:after {
    background-color: #00146E;
  }
}

.main-visual .bx-wrapper .bx-pager {
  bottom: 9px;
  left: 50px;
}

.main-visual .bx-controls .bx-controls-auto {
  top: 5px;
}

.main-visual .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 767px) {
  .main-visual .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #E0E0E0;
  }
}

.main-visual .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .main-visual .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background-color: #00146E;
  }
}

.main-visual .bx-start.active,
.main-visual .bx-stop.active {
  display: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
  background-image: none;
}

.main-visual .bx-controls .bx-start:after {
  content: " ";
  background: url(/japan-travel-planner/anotherkyoto/images/sld_start.png) center no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 3px;
  left: 14px;
}

@media screen and (max-width: 767px) {
  .main-visual .bx-controls .bx-start:after {
    background-image: url(/japan-travel-planner/anotherkyoto/images/sld_start-sp.png);
    background-size: auto;
  }
}

.bx-wrapper .bx-controls-auto .bx-stop {
  background-image: none;
}

.main-visual .bx-controls .bx-stop:after {
  content: " ";
  background: url(/japan-travel-planner/anotherkyoto/images/sld_stop.png) center no-repeat;
  width: 11px;
  height: 20px;
  display: block;
  position: absolute;
  top: 1px;
  left: 15px;
}

@media screen and (max-width: 767px) {
  .main-visual .bx-controls .bx-stop:after {
    background-image: url(/japan-travel-planner/anotherkyoto/images/sld_stop-sp.png);
  }
}

/* 
2 discover 
*/
@media screen and (max-width: 767px) {
  .discover {
    margin-top: 120px;
  }
}

.discover .titleBlock {
  position: relative;
}

.discover .title-wrap {
  position: absolute;
  left: 53%;
  top: 71%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .discover .title-wrap {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (min-width: 768px) {
  .discover .section-title {
    text-align: left;
  }
}

.discover-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .discover-images {
    display: block;
  }
}

.discover .left-image {
  width: 49.84%;
}

@media screen and (max-width: 767px) {
  .discover .left-image {
    width: 100%;
    margin-top: 26px;
  }
}

.discover .right-image {
  width: 49.68%;
}

@media screen and (max-width: 767px) {
  .discover .right-image {
    width: 100%;
    margin-top: 10px;
  }
}

.discover .titleBlock + p {
  width: 100%;
  margin-top: 25px;
}

/* 
3 charms
*/
.charms {
  background-color: #EDF0F7;
  margin-top: 125px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .charms {
    margin-top: 70px;
  }
}

.charms .section-title {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .charms .section-title {
    margin-top: 70px;
  }
}

.charms button {
  background-color: transparent;
  border: none;
}

.container.ver-youtube {
  max-width: 1000px;
  margin-top: 40px;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 560px) {
  .youtube {
    height: 50vw;
  }
}

.youtube iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

#iframe_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
}

#player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play_btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  opacity: 0;
}

.play_btn:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 58px;
  height: 58px;
  content: " ";
  background-image: url(/japan-travel-planner/anotherkyoto/images/youtube-btn.svg);
}

.play_btn.pause {
  pointer-events: auto;
  opacity: 1;
}

/* 
4 location
*/
.location {
  background-color: #F5F5F5;
  padding-bottom: 50px;
}

.location-headImage {
  background-image: url(/japan-travel-planner/anotherkyoto/images/location-headImage.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
}

@media screen and (max-width: 768px) {
  .location-headImage {
    height: 340px;
    background-position: left;
  }
}

@media screen and (max-width: 767px) {
  .location-headImage {
    height: 340px;
    background-position: left;
  }
}

.location-headImage .container {
  position: relative;
}

.anotherkyoto .location .section-title {
  text-align: left;
  color: #ffffff;
  padding-top: 260px;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 20px #000000,0 0 20px #000000,0 0 20px #000000;
}

@media screen and (max-width: 1300px) {
  .anotherkyoto .location .section-title {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .anotherkyoto .location .section-title {
    padding-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .anotherkyoto .location .section-title {
    text-align: center;
    padding-left: 0;
  }
}

.location-headImage .container img {
  position: absolute;
  top: 90px;
  left: -180px;
}

@media screen and (max-width: 768px) {
  .location-headImage .container img {
    top: -20px;
  }
}

@media screen and (max-width: 767px) {
  .location-headImage .container img {
    left: 0;
    top: 0;
  }
}

.anotherkyoto .location .section-lead {
  text-align: left;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 20px #000000,0 0 20px #000000,0 0 20px #000000;
}

@media screen and (max-width: 1300px) {
  .anotherkyoto .location .section-lead {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .anotherkyoto .location .section-lead {
    text-align: center;
    padding-left: 0;
  }
}

.location-japanMap {
  background-color: #F5F5F5;
  float: right;
  width: 50%;
  margin-top: -275px;
  padding-top: 30px;
  border-radius: 30px 0 0 0 / 30px 0 0 0;
}

@media screen and (max-width: 768px) {
  .location-japanMap {
    margin-top: -85px;
  }
}

@media screen and (max-width: 767px) {
  .location-japanMap {
    margin-top: -80px;
    width: 80%;
    height: 90px;
  }
}

.location-japanMap-sp img {
  width: 100%;
  margin-top: -70px;
}

.location-text {
  float: left;
  width: 50%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .location-text {
    float: none;
    width: 100%;
    padding: 0 4.5%;
    margin-top: 0;
  }
}

.anotherkyoto .location-text p {
  width: 100%;
  max-width: 650px;
  float: right;
  padding-left: 10px;
  padding-right: 5%;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .anotherkyoto .location-text p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.location-kyotoMapBlock {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.location-kyotoMapBlock > img {
  max-width: 678px;
  width: 53%;
}

@media screen and (max-width: 1060px) {
  .location-kyotoMapBlock > img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .location-kyotoMapBlock > img {
    width: 100%;
  }
}

.location-access {
  margin-top: 35px;
}

@media screen and (max-width: 1060px) {
  .location-access {
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  .location-access {
    width: 100%;
  }
}

.location-access h4 {
  font-size: 1.75em;
  text-align: left;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .location-access h4 {
    text-align: center;
  }
}

.location-access-list {
  margin-top: 20px;
}

.location-access-list > li {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url("/japan-travel-planner/anotherkyoto/images/dot.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}

@media screen and (max-width: 767px) {
  .location-access-list > li {
    background-repeat: repeat-x;
  }
}

.location-access-list > li:last-child {
  background-image: none;
  padding-bottom: 0;
}

.location-access-list > li > p {
  padding-left: 40px;
  position: relative;
}

.location-access-list > li > p::before {
  content: " ";
  display: block;
  width: 9px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 10px;
  left: 16px;
}

.accessBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accessBlock h5 {
  padding-left: 15px;
  font-weight: 600;
  text-align: left;
}

.accessBlock + p {
  margin-top: 15px;
}

.accessBlock + p + p {
  margin-top: 5px;
}

/* 
5 recommended
*/
.recommended {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .recommended {
    margin-top: 70px;
  }
}

.p-recommended--body {
  margin-top: -50px;
  padding-top: 200px;
}

@media screen and (max-width: 767px) {
  .p-recommended--body {
    margin-top: -25px;
    padding-top: 60px;
  }
}

.p-recommended--tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-recommended--tablist {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-recommended--tablist2 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-recommended--tablist2 {
    margin-top: 40px;
  }
}

.p-recommended--tablist li {
  width: 25%;
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  min-height: 80px;
  position: relative;
  padding-left: 1%;
}

@media screen and (max-width: 767px) {
  .p-recommended--tablist li {
    width: 48%;
    margin: 7px 0;
    border-radius: 10px !important;
    min-height: 70px;
    padding-left: 3%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.p-recommended--tablist li p {
  font-size: 1.125em;
  font-weight: 500;
  color: #ffffff;
  margin-left: 14%;
}

@media screen and (max-width: 768px) {
  .p-recommended--tablist li p {
    line-height: 1.2;
    font-size: 0.875em;
    margin-left: 10%;
  }
}

@media screen and (max-width: 767px) {
  .p-recommended--tablist li p {
    line-height: 1.2;
    font-size: 0.875em;
  }
}

@media screen and (max-width: 767px) {
  .p-recommended--tablist li:last-child p {
    font-size: 0.8125em;
  }
}

.p-recommended--tabpanel h2 {
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  min-height: 80px;
  font-size: 1.125em;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  padding-left: 4%;
}

@media screen and (max-width: 768px) {
  .p-recommended--tabpanel h2 {
    text-align: left;
    padding-left: 3%;
    font-size: 0.875em;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

@media screen and (max-width: 767px) {
  .p-recommended--tabpanel h2 {
    text-align: left;
    padding-left: 7%;
    height: 70px;
    border-radius: 10px !important;
    font-size: 0.875em;
    line-height: 1.2;
  }
}

.p-recommended--tabpanel h2 img {
  margin-right: 15%;
}

@media screen and (max-width: 767px) {
  .p-recommended--tabpanel h2 img {
    margin-right: 9%;
  }
}

@media screen and (max-width: 767px) {
  .p-recommended--tabpanel h2.bamboo {
    font-size: 0.8125em;
  }
}

.p-recommended--tablist li[aria-selected=false]:hover,
.p-recommended--tabpanel[aria-hidden=true] h2:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 1030px) {
  .p-recommended--tablist li img,
  .p-recommended--tabpanel h2 img {
    width: 18%;
  }
}

@media screen and (max-width: 767px) {
  .p-recommended--tablist li img,
  .p-recommended--tabpanel h2 img {
    width: 25%;
  }
}

.p-recommended--tablist li:nth-child(1),
.p-recommended--tabpanel:nth-child(1) h2 {
  background-color: #0052A2;
  border: 1px solid #0052A2;
  border-radius: 10px 0px 0px 10px;
}

.p-recommended--tablist li:nth-child(2),
.p-recommended--tabpanel:nth-child(2) h2 {
  background-color: #973B2A;
  border: 1px solid #973B2A;
}

.p-recommended--tablist li:nth-child(3),
.p-recommended--tabpanel:nth-child(3) h2 {
  background-color: #2E792D;
  border: 1px solid #2E792D;
}

.p-recommended--tablist li:nth-child(4),
.p-recommended--tabpanel:nth-child(4) h2 {
  background-color: #287F85;
  border: 1px solid #287F85;
  border-radius: 0px 10px 10px 0px;
}

@media screen and (min-width: 769px) {
  .p-recommended--tablist [role=tab] {
    cursor: pointer;
  }
  .p-recommended--tabpanel[aria-hidden=true] h2 {
    cursor: pointer;
  }
}

.p-recommended--tablist [role=tab][aria-selected=true],
.p-recommended--tablist2 [role=tab][aria-selected=true],
.p-recommended--tabpanel[aria-hidden=false] h2 {
  cursor: default;
  background-color: #fff;
}

.p-recommended--tablist li:nth-child(1)[role=tab][aria-selected=true] p,
.p-recommended--tablist2 li:nth-child(1)[role=tab][aria-selected=true] p,
.p-recommended--tabpanel[aria-hidden=false]:nth-child(1) h2 {
  color: #0473a1;
}

.p-recommended--tablist li:nth-child(2)[role=tab][aria-selected=true] p,
.p-recommended--tablist2 li:nth-child(2)[role=tab][aria-selected=true] p,
.p-recommended--tabpanel[aria-hidden=false]:nth-child(2) h2 {
  color: #973B2A;
}

.p-recommended--tablist li:nth-child(3)[role=tab][aria-selected=true] p,
.p-recommended--tablist2 li:nth-child(3)[role=tab][aria-selected=true] p,
.p-recommended--tabpanel[aria-hidden=false]:nth-child(3) h2 {
  color: #2E792D;
}

.p-recommended--tablist li:nth-child(4)[role=tab][aria-selected=true] p,
.p-recommended--tablist2 li:nth-child(4)[role=tab][aria-selected=true] p,
.p-recommended--tabpanel[aria-hidden=false]:nth-child(4) h2 {
  color: #287F85;
}

.p-recommended--tabpanel[aria-hidden=false] .p-recommended--article-body {
  display: block;
}

.p-recommended--tabpanel[aria-hidden=true] .p-recommended--article-body {
  display: none;
}

.p-recommended--tabpanel[aria-hidden=false] .p-recommended--article-header h2 {
  cursor: default;
}

.p-recommended--tabpanels {
  position: relative;
}

.p-recommended--article-header {
  position: absolute;
  bottom: -130px;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .p-recommended--article-header {
    width: 48%;
  }
}

.p-recommended--tabpanel:nth-child(2) .p-recommended--article-header {
  left: 25%;
}

@media screen and (max-width: 767px) {
  .p-recommended--tabpanel:nth-child(2) .p-recommended--article-header {
    left: 52%;
  }
}

.p-recommended--tabpanel:nth-child(3) .p-recommended--article-header {
  left: 50%;
}

@media screen and (max-width: 767px) {
  .p-recommended--tabpanel:nth-child(3) .p-recommended--article-header {
    left: 0;
    bottom: -215px;
  }
}

.p-recommended--tabpanel:nth-child(4) .p-recommended--article-header {
  left: 75%;
}

@media screen and (max-width: 767px) {
  .p-recommended--tabpanel:nth-child(4) .p-recommended--article-header {
    left: 52%;
    bottom: -215px;
  }
}

.p-recommended--tabpanel p.reco-circle {
  text-align: center;
  display: inline-block;
  margin-top: 45px;
}

.p-recommended--tabpanel p.reco-circle > span {
  color: #ffffff;
  background-color: #0052A2;
  min-width: 90px;
  min-height: 90px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-recommended--tabpanel p.reco-circle > span > span {
  display: block;
}

.p-recommended--tabpanel p.reco-circle2 {
  color: #ffffff;
  background-color: #0052A2;
  min-width: 90px;
  min-height: 90px;
  border-radius: 50%;
  padding: 17px 15px;
  display: inline-block;
}

.p-recommended--tabpanel p.reco-circle2 span {
  display: block;
  line-height: 1.2;
  font-size: 1em;
}

.p-recommended--tabpanel p.reco-circle2 span span {
  font-size: 1.875em;
}

.p-recommended--tabpanel h4 {
  font-size: 1.75em;
  font-weight: 500;
  margin-top: 30px;
}

.p-recommended--tabpanel p.reco-circle.last {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-recommended--tabpanel p.reco-circle.last span {
    width: 120px;
    height: 120px;
  }
}

.approx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.approx.ver1 {
  margin: 80px 0;
}

.approx.ver1::before {
  content: " ";
  display: block;
  width: 5px;
  height: 50px;
  background-image: url("/japan-travel-planner/anotherkyoto/images/reco-dot1.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -53px;
}

.approx.ver1::after {
  content: " ";
  display: block;
  width: 5px;
  height: 50px;
  background-image: url("/japan-travel-planner/anotherkyoto/images/reco-dot1.png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: -56px;
}

.approx.ver2 {
  padding: 40px 0px 85px;
  width: 330px;
  display: inline-block;
  background-image: url("/japan-travel-planner/anotherkyoto/images/reco-dot2.png");
  background-repeat: no-repeat;
  background-position: 0 5px;
}

.approx.ver2 p {
  display: inline-block;
}

/*
.approx.ver2::before {
  content: " ";
  display: block;
  background-image: url("/japan-travel-planner/anotherkyoto/images/reco-dot2.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 317px;
  height: 150px;
  top: -35px;
}
*/
.approx.ver3 {
  padding: 40px 0px 85px;
  width: 330px;
  display: inline-block;
  background-image: url("/japan-travel-planner/anotherkyoto/images/reco-dot3.png");
  background-repeat: no-repeat;
  background-position: right 5px;
}

.approx.ver3 p {
  display: inline-block;
}

.approx.ver3.walk {
  padding-top: 28px;
}

/*
.approx.ver3::before {
  content: " ";
  display: block;
  background-image: url("/japan-travel-planner/anotherkyoto/images/reco-dot3.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 317px;
  height: 150px;
  top: -35px;
}
.approx.ver3.walk::before {
  top: -25px;
}
*/
@media screen and (max-width: 767px) {
  .approx.ver2,
  .approx.ver3 {
    padding: 50px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .approx.ver2,
  .approx.ver3 {
    background-image: url("/japan-travel-planner/anotherkyoto/images/reco-dot-sp.png");
    background-position: right 15px center;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .approx.trainBus {
    padding-top: 34px;
  }
  .approx.trainBus p {
    padding-left: 60px;
  }
  .approx.trainBus::before {
    top: -25px;
  }
  .approx.taxi {
    padding-top: 34px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .approx.taxi::before {
    top: -20px;
  }
}

.approx p {
  font-size: 1.125em;
  font-weight: bold;
  color: #0052A2;
}

.approx img {
  padding-left: 10px;
}

.p-recommended--tabpanel .imgTextBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-recommended--tabpanel .imgTextBlock.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-recommended--tabpanel .imgBlock-wrap {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-recommended--tabpanel .imgBlock-wrap {
    width: 100%;
  }
}

.p-recommended--tabpanel .imgBlock-wrap .imgBlock {
  width: 100%;
}

.p-recommended--tabpanel .imgBlock-wrap > p {
  text-align: right;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .p-recommended--tabpanel .imgBlock-wrap > p.ver-left {
    text-align: left;
  }
}

.p-recommended--tabpanel .imgBlock {
  width: 50%;
  height: 427px;
  background-position: center;
  background-size: cover;
  border-radius: 20px 0px 20px 0px;
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-sea-img1.png");
}

@media screen and (max-width: 767px) {
  .p-recommended--tabpanel .imgBlock {
    width: 100%;
    height: 230px;
  }
}

.p-recommended--tabpanel .imgBlock.back-img-left {
  background-position: left;
}

.p-recommended--tabpanel .imgBlock.sea-img1 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-sea-img1.png");
}

.p-recommended--tabpanel .imgBlock.sea-img2 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-sea-img2.png");
}

.p-recommended--tabpanel .imgBlock.sea-img3 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-sea-img3.png");
}

.p-recommended--tabpanel .imgBlock.sea-img4 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-sea-img4.png");
}

.p-recommended--tabpanel .imgBlock.sea-img5 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-sea-img5.png");
}

.p-recommended--tabpanel .imgBlock.sea-img6 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-sea-img6.png");
}

.p-recommended--tabpanel .imgBlock.sea-img7 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-sea-img7.png");
}

.p-recommended--tabpanel .imgBlock.wood-img1 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-wood-img1.png");
}

.p-recommended--tabpanel .imgBlock.wood-img2 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-wood-img2.png");
}

.p-recommended--tabpanel .imgBlock.wood-img3 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-wood-img3.png");
}

.p-recommended--tabpanel .imgBlock.wood-img4 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-wood-img4.png");
}

.p-recommended--tabpanel .imgBlock.wood-img5 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-wood-img5.png");
}

.p-recommended--tabpanel .imgBlock.wood-img6 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-wood-img6.png");
}

.p-recommended--tabpanel .imgBlock.wood-img7 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-wood-img7.png");
}

.p-recommended--tabpanel .imgBlock.tea-img1 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-tea-img1.png");
}

.p-recommended--tabpanel .imgBlock.tea-img2 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-tea-img2.png");
}

.p-recommended--tabpanel .imgBlock.tea-img3 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-tea-img3.png");
}

.p-recommended--tabpanel .imgBlock.tea-img4 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-tea-img4.png");
}

.p-recommended--tabpanel .imgBlock.tea-img5 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-tea-img5.png");
}

.p-recommended--tabpanel .imgBlock.tea-img6 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-tea-img6.png");
}

.p-recommended--tabpanel .imgBlock.tea-img7 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-tea-img7.png");
}

.p-recommended--tabpanel .imgBlock.bamboo-img1 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-bamboo-img1.png");
}

.p-recommended--tabpanel .imgBlock.bamboo-img2 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-bamboo-img2.png");
}

.p-recommended--tabpanel .imgBlock.bamboo-img3 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-bamboo-img3.png");
}

.p-recommended--tabpanel .imgBlock.bamboo-img4 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-bamboo-img4.png");
}

.p-recommended--tabpanel .imgBlock.bamboo-img5 {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-bamboo-img5.png");
}

.p-recommended--tabpanel .textBlock {
  width: 46%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-recommended--tabpanel .textBlock {
    width: 100%;
  }
}

.p-recommended--tabpanel .textBlock h4 {
  text-align: left;
}

.p-recommended--tabpanel .textBlock p {
  margin-top: 20px;
}

.p-recommended--tabpanel .textBlock .link-wrap {
  text-align: right;
  margin-top: 10px;
}

.p-recommended--tabpanel .textBlock a {
  display: inline-block;
  text-align: center;
  background-color: #262626;
  min-width: 200px;
  padding: 20px 30px;
  color: #ffffff;
  border-radius: 30px;
}

.arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}

.things {
  margin-top: 110px;
}

.things h4 {
  margin-top: 0px;
}

.thingsBlock {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .thingsBlock {
    display: block;
  }
}

.thingsBlock-img {
  width: 50%;
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-sea-img8.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.thingsBlock-img.wood {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-wood-img8.png");
}

.thingsBlock-img.tea {
  background-image: url("/japan-travel-planner/anotherkyoto/images/tabcontents-tea-img8.png");
}

@media screen and (max-width: 767px) {
  .thingsBlock-img {
    width: 100%;
    height: 180px;
  }
}

.thingsBlock-texts {
  width: 50%;
  padding: 40px 30px;
}

@media screen and (max-width: 767px) {
  .thingsBlock-texts {
    width: 100%;
  }
}

.thingsBlock-texts h5 {
  text-align: left;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.7;
}

.thingsBlock-texts p {
  margin-top: 20px;
}

.thingsBlock-texts .linkBlock {
  text-align: right;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .thingsBlock-texts .linkBlock {
    text-align: center;
  }
}

.thingsBlock-texts .linkBlock a {
  text-align: center;
  display: inline-block;
  padding: 13px 20px;
  border: 1px solid #0C308E;
  color: #0C308E;
  border-radius: 30px;
  font-size: 1em;
  font-weight: 500;
}

.thingsBlock-texts .linkBlock a:hover {
  background-color: #cbd5ff;
}

/* 
6 howToGet 
*/
.howToGet {
  margin-top: 130px;
}

@media screen and (max-width: 767px) {
  .howToGet {
    margin-top: 70px;
  }
}

.howToGet .section-title + p {
  margin-top: 35px;
}

.howToGet .section-title + p a {
  color: #006AC3;
  text-decoration: underline;
}

.howToGet .section-title + p a:link {
  color: #006AC3;
}

.howToGet .section-title + p a:visited {
  color: #006AC3;
}

.howToGet .section-title + p a:active {
  color: #006AC3;
}

@media screen and (min-width: 769px) {
  .howToGet .section-title + p a:hover {
    color: #D54100;
  }
}

.howToGet h3 {
  font-size: 1.875em;
  text-align: left;
  margin-top: 45px;
}

.howToGet h3.domesticFlight {
  margin-top: 110px;
}

@media screen and (max-width: 767px) {
  .howToGet h3.domesticFlight {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .howToGet h3 {
    text-align: center;
  }
}

.howToGet h3 span {
  padding-bottom: 15px;
  border-bottom: 2px solid #0C308E;
  font-weight: bold;
}

.howToGet-img {
  margin-top: 40px;
}

.howToGet .textTableBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .howToGet .textTableBlock {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.howToGet .textTableBlock.domestic {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
}

.howToGet .textTableBlock > p {
  max-width: 770px;
}

@media screen and (max-width: 767px) {
  .howToGet .textTableBlock > p {
    margin-top: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .howToGet table {
    width: 100%;
  }
}

.howToGet .tableWrap {
  margin-top: -105px;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .howToGet .tableWrap {
    margin-top: 0;
    margin-right: 0;
    width: 100%;
  }
}

.howToGet .tableWrap2 {
  margin-top: -50px;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .howToGet .tableWrap2 {
    margin-top: 0;
    margin-right: 0;
    width: 100%;
  }
}

.howToGet table th {
  font-size: 1.125em;
}

@media screen and (min-width: 768px) {
  .howToGet table th {
    min-width: 155px;
  }
}

@media screen and (min-width: 940px) {
  .howToGet table th {
    min-width: 205px;
  }
}

.howToGet table th:first-child {
  padding-right: 5px;
}

.howToGet table th:last-child {
  padding-left: 5px;
}

.howToGet table th span {
  background-color: #4D4D4D;
  color: #ffffff;
  display: block;
  padding: 16px 0;
  border-radius: 6px 6px 0px 0px;
}

.howToGet table tbody tr {
  border-bottom: 1px solid #D9D9D9;
  background-color: #ffffff;
}

.howToGet table tbody tr:first-child {
  border-top: 1px solid #D9D9D9;
}

.howToGet table tbody td {
  padding: 20px 0px 10px;
}

@media screen and (min-width: 769px) {
  .howToGet table tbody td {
    padding: 20px 20px 10px;
  }
}

.howToGet table tbody td:first-child {
  border-left: 1px solid #D9D9D9;
  position: relative;
}

.howToGet table td:first-child::before {
  content: ">";
  position: absolute;
  right: -5px;
}

.howToGet table tbody td:last-child {
  border-right: 1px solid #D9D9D9;
}

@media screen and (max-width: 767px) {
  .textTableBlock.domestic {
    margin-top: 45px;
  }
}

.textTableBlock.domestic .domestic-img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .textTableBlock.domestic .domestic-img {
    width: 100%;
  }
}

.domestic-textblock {
  width: 50%;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .domestic-textblock {
    width: 100%;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .domestic-textblock > * {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .domestic-textblock > p {
    margin-top: 15px;
  }
}

.tableWrap3 {
  text-align: right;
  margin-top: 20px;
  margin-right: 40px;
}

@media screen and (max-width: 1050px) {
  .tableWrap3 {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .tableWrap3 table {
    display: inline-block;
  }
}

/* 
7 carePromise 
*/
.carePromise {
  margin-top: 180px;
}

@media screen and (max-width: 767px) {
  .carePromise {
    margin-top: 70px;
  }
}

.carePromise .section-title {
  font-size: 2.8125em;
  color: #00146E;
}

@media screen and (max-width: 767px) {
  .carePromise .section-title {
    font-size: 1.875em;
  }
}

.carePromise .section-lead {
  font-size: 1.4375em;
  margin-top: 60px;
  font-weight: 950;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .carePromise .section-lead {
    font-size: 1em;
    margin-top: 30px;
  }
}

.carePromise .textBlock {
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}

.carePromise .textBlock p {
  font-weight: 950;
  max-width: 830px;
}

@media screen and (max-width: 767px) {
  .carePromise .textBlock p {
    font-size: 0.875em;
  }
}

.linkBlock {
  display: block;
}

.carePromise a {
  display: inline-block;
  font-size: 1em;
  font-weight: 950;
  text-decoration: underline;
  margin-top: 20px;
  color: #006AC3;
}

.carePromise a:link {
  color: #006AC3;
}

.carePromise a:visited {
  color: #006AC3;
}

.carePromise a:active {
  color: #006AC3;
}

@media screen and (min-width: 769px) {
  .carePromise a:hover {
    color: #D54100;
  }
}

@media screen and (max-width: 767px) {
  .carePromise a {
    font-size: 0.875em;
  }
}

.carePromise img {
  margin-top: 40px;
}
/*# sourceMappingURL=style.css.map */