@charset "UTF-8";
/* 共通 */
img {
  max-width: 100%;
}

#breadCrumb #breadCrumbin li a {
  color: #a38b4c;
}

#spot .spot {
  margin-bottom: 100px;
}

/* 観光案内トップ */
#model-course-navi {
  width: 100%;
  padding: 8rem 0;
}
@media only screen and (max-width: 768px) {
  #model-course-navi {
    padding: 4rem 0;
  }
}
#model-course-navi h2 {
  text-align: center;
  color: #93845e;
  font-size: 2.2rem;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #model-course-navi h2 {
    font-size: 1.8rem;
  }
}
#model-course-navi nav {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
#model-course-navi ul {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  justify-content: center;
}
#model-course-navi ul li {
  width: calc((100% - 4rem) / 3);
}
@media only screen and (max-width: 768px) {
  #model-course-navi ul li {
    width: 90%;
  }
}
#model-course-navi ul li a {
  display: block;
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
}
#model-course-navi ul li a figure {
  height: 100%;
}
#model-course-navi ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
#model-course-navi ul li a h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em 0.7em;
  color: #fff;
  line-height: 1.4;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  #model-course-navi ul li a h3 {
    font-size: 1.6rem;
  }
}
#model-course-navi ul li a:hover img {
  transform: scale(1.1);
}
#model-course-navi ul li.osaka a:hover h3 {
  background-color: rgba(112, 9, 9, 0.5);
}
#model-course-navi ul li.osaka h3 {
  background-color: rgba(112, 9, 9, 0.9);
}
#model-course-navi ul li.kyoto a:hover h3 {
  background-color: rgba(101, 106, 79, 0.5);
}
#model-course-navi ul li.kyoto h3 {
  background-color: rgba(101, 106, 79, 0.9);
}
#model-course-navi ul li.commingsoon a {
  pointer-events: none;
}
#model-course-navi ul li.commingsoon a figure {
  background-color: #f4f4f4;
}
#model-course-navi ul li.commingsoon a h3 {
  color: #93845e;
  background-color: rgba(244, 244, 244, 0.9);
}
@media only screen and (max-width: 768px) {
  #model-course-navi ul li.commingsoon {
    display: none;
  }
}

.nav {
  width: 100%;
  background: #f4f4f4;
}
.nav ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  flex-flow: row nowrap;
}
.nav ul li {
  width: 50%;
  text-align: center;
  border-right: 1px solid #a2936d;
}
.nav ul li:nth-last-of-type(1) {
  border-right: 0;
}
.nav ul li a {
  display: block;
  padding: 2rem 0;
  font-size: 20px;
  font-weight: bold;
  color: #93845e;
  margin: 25px auto 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .nav ul li a {
    font-size: 14px;
    margin: 10px auto 0;
  }
}
.nav ul li a:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 24px;
  left: 50%;
  margin-left: -8px;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .nav ul li a:after {
    font-size: 20px;
    margin-left: -6.5px;
  }
}

.nav2 {
  width: 100%;
}
.nav2 ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1rem;
}
.nav2 ul li {
  width: calc((100% - 3rem) / 4);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .nav2 ul li {
    width: 80%;
  }
}
.nav2 ul li a {
  display: block;
  padding: 1.5rem 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #93845e;
  position: relative;
  border: solid 1px #93845e;
}
@media only screen and (max-width: 768px) {
  .nav2 ul li a {
    font-size: 14px;
  }
}
.nav2 ul li a i {
  font-size: 2rem;
  margin-right: 1rem;
}
.nav2 ul li a:hover {
  background-color: #93845e;
  color: #fff;
}

#spot .nav2 + .spot {
  margin-top: 0 !important;
}

#sightseesing .spot section {
  padding: 3em 0;
}

.spot-h2 {
  padding: 3em 0;
}

.spot-h2 h2 {
  text-align: center;
  color: #a38b4c;
  font-size: 32px;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #fff;
}

.spot-pick {
  width: 100%;
  order: 3;
  margin: 2em 0 0;
}

.spot-pick ul {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  font-size: 0;
}

.spot-pick ul li {
  width: 33.3333333333%;
  max-width: 250px;
  display: inline-block;
  vertical-align: top;
  margin-right: 66px;
}

.spot-pick ul li:nth-last-of-type(1) {
  margin-right: 0;
}

.spot-pick ul li .img {
  text-align: center;
}

.spot-pick ul li h3 {
  font-size: 18px;
  color: #a38b4c;
  text-align: center;
  margin: 15px auto;
  letter-spacing: -1px;
}

.spot-pick ul li .txt {
  font-size: 15px;
  font-weight: 500;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.5;
}

.row-buttons {
  width: 100%;
  margin-top: 2em;
  order: 4;
}

.button-02 {
  position: relative;
  width: 50%;
  max-width: 312px;
  display: block;
  padding: 13px 0;
  background-color: #a38b4c;
  font-size: 16px;
  font-size: 18px;
  border: solid 2px #a38b4c;
  color: #fff !important;
  margin: 0 auto;
  text-align: center;
}

.button-02::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
  transition: 0.3s;
  z-index: 10;
}

.button-02:hover {
  background: #fff;
  transition: 1s;
  color: #a38b4c;
}

.button-02:hover::after {
  border-top: 1px solid #a38b4c;
  border-right: 1px solid #a38b4c;
}

/* 観光案内下層 */
/* スライダー */
.slide_spot {
  background: #333333;
  padding: 50px 0;
}

.slide_spot li {
  margin-left: 15px;
  margin-right: 15px;
}

.slide_spot .slick-prev {
  left: 20%;
}

.slide_spot .slick-next {
  right: 20%;
}

/* 地図 */
.map {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto 100px;
}

.map-block {
  overflow: hidden;
}

.map-block iframe {
  height: calc(100% + 67px);
  margin-top: -67px;
}

.map iframe {
  height: 580px;
}

/* 観光地 */
.spot article {
  width: 96%;
  max-width: 1200px;
  margin: 80px auto 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: 16px;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.6;
  margin-top: -40px;
  padding: 120px 0 100px;
}

.spot article:nth-of-type(2n - 1) .text_area,
.spot article:nth-of-type(2n) .img_area {
  order: 1;
}

.spot article:nth-of-type(2n) .text_area,
.spot article:nth-of-type(2n - 1) .img_area {
  order: 2;
}

.spot article.is-odd .text_area,
.spot article.is-even .img_area {
  order: 1;
}

.spot article.is-even .text_area,
.spot article.is-odd .img_area {
  order: 2;
}

.spot article .text_area {
  width: 55%;
  max-width: 660px;
}

.spot article h2 {
  color: #a38b4c;
  font-family: YuMincho, "Yu Mincho", serif;
}

.spot article .text_area h2 {
  margin-bottom: 30px;
  font-size: 32px;
}

.spot article .text_area .route {
  width: 100%;
  max-width: 657px;
  margin-top: 40px;
}

.spot article .img_area {
  width: 40%;
  max-width: 480px;
}

.spot article .img_area h2 {
  display: none;
}

.link-bk {
  display: block;
  border: 1px solid #9e8b63;
  color: #9e8b63;
  width: 237px;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 18px;
  background-color: #fff;
  margin-left: auto;
}

/* 大阪 */
#osaka article h2 {
  color: #700909;
}

#osaka .spot-h2,
#osaka #top_contents,
#osaka .button-02 {
  background-color: #700909;
}

#osaka .button-02 {
  border-color: #700909;
}

#osaka .button-02:hover {
  background-color: #fff;
  color: #700909 !important;
}

#osaka .button-02:hover:after {
  border-color: #700909;
}

#osaka .slide_spot {
  background-color: #765151;
}

/* 京都 */
#kyoto article h2 {
  color: #3c4a02;
}

#kyoto .spot-h2,
#kyoto .button-02,
#kyoto #top_contents {
  background-color: #3c4a02;
}

#kyoto .button-02,
#kyoto .button-02:hover:after {
  border-color: #3c4a02;
}

#kyoto .button-02:hover {
  background-color: #fff;
  color: #3c4a02 !important;
}

#kyoto .slide_spot {
  background-color: #656a4f;
}

/*  */
#spot hgroup {
  background-color: #f4f4f4;
  padding: 5em 0;
}

#spot hgroup h1,
#spot hgroup strong {
  color: #a38b4c;
  font-family: YuMincho, "Yu Mincho", serif;
}

#spot hgroup h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 1em;
}

#spot hgroup .txt {
  max-width: 1200px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  line-height: 1.6;
}

#spot hgroup .txt strong {
  font-size: 26px;
  display: block;
  margin-bottom: 0.7em;
}

#spot .spot .route img:nth-child(2n) {
  margin-top: 10px;
}

#spot .spot .fltbox:has(.map) {
  padding-bottom: 0;
}

.main_bn {
  max-width: 1100px;
  margin: 0 auto 30px;
}

.sub-title {
  margin-top: 1em;
}

article.spot {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
article.spot .text_area {
  width: 55%;
  max-width: 660px;
}
article.spot .text_area h2 {
  color: #a38b4c;
  font-size: 32px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 30px;
}
article.spot .text_area .route {
  width: 100%;
  max-width: 657px;
}
article.spot .img_area {
  width: 40%;
  max-width: 480px;
}

@media only screen and (min-width: 769px) {
  #access {
    width: 100%;
    padding: 40px 0 80px;
    background: #f4f4f4;
    font-size: 15px;
    font-weight: 500;
    font-family: YuMincho, "Yu Mincho", serif;
  }
  #access .btn_clear {
    width: 100%;
    text-align: center;
  }
  .accessBox01 {
    width: 20%;
    height: 280px;
    padding: 10px;
    border-left: 1px solid #b1a281;
    border-bottom: 1px solid #b1a281;
    float: left;
  }
  .accessBox01 th {
    font-weight: bold;
    color: #b1a281;
    text-align: center;
    border-top: 1px solid #b1a281;
    padding: 6px;
  }
  .accessBox01 th span {
    color: #b1a281;
    margin-right: 5px;
    font-size: 20px;
  }
  .accessBox01 .accessTxt01 {
    width: 20%;
    font-weight: bold;
    font-size: 1em;
    vertical-align: top;
    padding: 0 0 0 10px;
  }
  .accessTxt01 {
    width: 20%;
    font-weight: bold;
    font-size: 1em;
    vertical-align: top;
    padding: 3px 0 0 10px;
  }
  .accessTxt02 {
    font-size: 1em;
    line-height: 0;
  }
  .accessTxt03 {
    text-align: center;
  }
  .accessTxt03 span {
    margin: 0 5px;
    font-size: 20px;
    font-weight: bold;
    color: #b1a281;
  }
  .accessBox02 {
    width: 20%;
    height: 280px;
    padding: 10px;
    border-left: 1px solid #b1a281;
    border-bottom: 1px solid #b1a281;
    float: left;
  }
  .accessBox02 th {
    font-weight: bold;
    color: #b1a281;
    text-align: center;
    border-top: 1px solid #b1a281;
  }
  .accessBox02 th span {
    color: #b1a281;
    margin-right: 5px;
    font-size: 20px;
  }
  .accessBox03 {
    width: 20%;
    height: 280px;
    padding: 10px;
    border-left: 1px solid #b1a281;
    border-right: 1px solid #b1a281;
    border-bottom: 1px solid #b1a281;
    float: left;
  }
  .accessBox03 th {
    font-weight: bold;
    color: #b1a281;
    text-align: center;
    border-top: 1px solid #b1a281;
  }
  .accessBox03 th span {
    color: #b1a281;
    margin-right: 5px;
    font-size: 20px;
  }
  .accessTbl {
    width: 1200px;
    margin: auto;
    border: 1px solid #b1a281;
    border-collapse: collapse;
    font-size: 13px;
  }
  .accessTbl tr {
    border: 1px solid #b1a281;
    border-collapse: collapse;
  }
  .accessTbl tr td {
    border: 1px solid #b1a281;
    border-collapse: collapse;
    width: 20%;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
  }
  .accessTbl tr td div {
    margin-bottom: 10px;
  }
  .accessTbl tr td div:last-of-type {
    margin-bottom: 0;
  }
  .accessTbl tr td div h3 {
    color: #b1a281;
    padding: 15px 0;
  }
  .accessTbl tr td div h3 span {
    margin-right: 5px;
    font-size: 20px;
    padding: 10px 0;
  }
  .accessTbl tr td div dl {
    margin: 0 0 10px 0;
    text-align: left;
  }
  .accessTbl tr td div dl dt {
    width: 100%;
    font-weight: bold;
    padding: 5px 0 10px 0;
  }
  .accessTbl tr td div dl dd {
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 13px;
    line-height: 1.7em;
  }
  .accessTbl tr td div p span {
    margin: 0 5px;
    font-size: 20px;
    font-weight: bold;
    color: #b1a281;
  }
  .nopc {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  #access {
    padding: 40px 0 40px 0;
    background: #f4f4f4;
  }
  #access .btn_clear {
    width: 100%;
    text-align: center;
    margin-top: 20px !important;
  }
  .accessBox01 {
    width: 50%;
    padding: 10px;
    border-top: 1px solid #b1a281;
    border-left: 1px solid #b1a281;
    border-bottom: 1px solid #b1a281;
    float: left;
    height: 400px;
  }
  .accessBox01 th {
    font-weight: bold;
    color: #b1a281;
    text-align: center;
    border-top: 1px solid #b1a281;
    font-size: 0.8em;
  }
  .accessBox01 th span {
    color: #b1a281;
    margin-right: 5px;
    font-size: 1em;
  }
  .sp_line img {
    width: 100%;
  }
  .accessTxt01 {
    width: 19%;
    font-weight: bold;
    font-size: 0.7em;
    display: none;
  }
  .accessTxt02 {
    font-size: 0.8em;
    padding-left: 5px;
  }
  .accessTxt03 {
    text-align: center;
    font-size: 0.8em;
  }
  .accessTxt03 span {
    margin: 0 5px;
    font-size: 20px;
    font-weight: bold;
    color: #b1a281;
  }
  .accessBox02 {
    width: 50%;
    border-top: 1px solid #b1a281;
    border-bottom: 1px solid #b1a281;
    border-left: 1px solid #b1a281;
    float: left;
    height: 200px;
  }
  .accessBox02 th {
    font-weight: bold;
    color: #b1a281;
    text-align: center;
    border-top: 1px solid #b1a281;
    padding: 5px;
    font-size: 0.8em;
  }
  .accessBox02 th span {
    color: #b1a281;
    margin-right: 5px;
    font-size: 1em;
  }
  .accessBox03 {
    width: 50%;
    border-top: 1px solid #b1a281;
    border-bottom: 1px solid #b1a281;
    border-left: 1px solid #b1a281;
    float: left;
    height: 200px;
  }
  .accessBox03 th {
    font-weight: bold;
    color: #b1a281;
    text-align: center;
    border-top: 1px solid #b1a281;
    font-size: 0.8em;
  }
  .accessBox03 th span {
    color: #b1a281;
    margin-right: 5px;
    font-size: 1em;
  }
  .accessTbl {
    width: 95%;
    margin: auto;
    border: 1px solid #b1a281;
    border-bottom: none;
    font-size: 13px;
  }
  .accessTbl tr td {
    border-bottom: 1px solid #b1a281;
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
  }
  .accessTbl tr td div {
    margin-bottom: 10px;
  }
  .accessTbl tr td div:last-of-type {
    margin-bottom: 0;
  }
  .accessTbl tr td div h3 {
    color: #b1a281;
    padding: 10px 0;
  }
  .accessTbl tr td div h3 span {
    margin-right: 5px;
    font-size: 18px;
  }
  .accessTbl tr td div dl {
    margin: 0 0 10px 0;
    text-align: left;
  }
  .accessTbl tr td div dl dt {
    width: 20%;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
  }
  .accessTbl tr td div dl dd {
    width: 65%;
    margin: 0 0 0 10%;
    display: inline-block;
    line-height: 2em;
  }
  .accessTbl tr td div p span {
    margin: 0 5px;
    font-size: 20px;
    font-weight: bold;
    color: #b1a281;
  }
}
@media only screen and (max-width: 768px) {
  /* 地図 */
  .map {
    margin: 20px auto 50px;
  }
  .map iframe {
    height: 480px;
  }
  /* スライダー */
  .slide_spot {
    padding: 30px 0;
  }
  .slide_spot li {
    margin-left: 0;
    margin-right: 0;
  }
  .slide_spot li .img img {
    width: 100%;
  }
  .slide_spot li .img {
    width: 93%;
    margin: 0 auto;
  }
  .slide_spot .slick-prev {
    left: 2px;
  }
  .slide_spot .slick-next {
    right: 2px;
  }
  /*  spot  */
  #spot .spot {
    width: 93%;
    margin: 40px auto 60px;
  }
  .spot-h2 h2 {
    font-size: 20px;
  }
  .button-02 {
    font-size: 16px;
    color: #fff !important;
  }
  .button-02::after {
    width: 2vw;
    height: 2vw;
    right: 5%;
  }
  #spot hgroup {
    padding: 3em 1em;
  }
  #spot hgroup .txt strong {
    text-align: center;
  }
  .spot-pick ul {
    font-size: 0;
  }
  .spot-pick ul li {
    width: 32%;
    max-width: initial;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
  }
  .spot-pick ul li:nth-last-of-type(1) {
    margin-right: 0;
  }
  .spot-pick ul li .img {
    width: 100%;
    text-align: center;
  }
  .spot-pick ul li .img img {
    width: 100%;
  }
  .spot-pick ul li h3 {
    font-size: 16px;
    margin: 10px auto;
    letter-spacing: -1px;
  }
  .spot-pick ul li .txt {
    display: none;
  }
  .spot article {
    margin-top: -60px !important;
    padding: 80px 0 20px !important;
    font-size: 12px;
    gap: 10px;
    justify-content: center;
  }
  .spot article .text_area {
    width: 100%;
    order: 2;
  }
  .spot article .text_area h2 {
    display: none;
  }
  .spot article .text_area .route {
    margin-top: 10px;
  }
  .spot article .img_area {
    width: 100%;
    order: 1;
  }
  .spot article:nth-of-type(2n + 1) .img_area {
    order: 1;
  }
  .spot article:nth-of-type(2n + 1) .text_area {
    order: 2;
  }
  .spot article.is-odd .img_area {
    order: 1;
  }
  .spot article.is-odd .text_area {
    order: 2;
  }
  .spot article h2 {
    color: #a38b4c;
    font-family: YuMincho, "Yu Mincho", serif;
  }
  .spot article .img_area h2 {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  /* 京都 */
  #spot hgroup {
    padding: 3em 1em;
  }
  #spot hgroup h1 {
    font-size: 26px;
    margin-bottom: 1em;
  }
  #spot hgroup .txt strong {
    font-size: 22px;
    display: block;
    margin-bottom: 0.7em;
  }
  #spot hgroup .txt {
    font-size: 14px;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */