@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a img {
  border-width: 0px;
  border-style: none;
  border-color: #fff;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* box-size */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px;
  /* 文字色を親から継承 */
  color: inherit;
}

body {
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.section img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 1;
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
}

.section .sp-block {
  display: block !important;
}

.section .pc-block {
  display: none !important;
}

.section .sp-inline {
  display: inline !important;
}

.section .pc-inline {
  display: none !important;
}

.section .sp350-block {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .section .sp-block {
    display: none !important;
  }
  .section .pc-block {
    display: block !important;
  }
  .section .sp-inline {
    display: none !important;
  }
  .section .pc-inline {
    display: inline !important;
  }
}
@media screen and (max-width: 350px) {
  .section .sp350-block {
    display: block !important;
  }
}
header {
  position: relative;
}

html {
  height: -webkit-fill-available;
}

body {
  --col-black: #000;
  --col-blue-dark: #012350;
  --col-blue: #1d3598;
  --col-blue-vivid: #1278b8;
  --col-bg-blue-light: #eef1f6;
  --col-tag-blue-light: #d8e2f2;
  --col-yellow-light: #fffde4;
  --col-bg-green-light: #417e00;
  --col-bg-green-light: #d1e4ce;
  --col-gray: #8d999d;
  --col-gray-dark: #666;
  min-height: -webkit-fill-available;
  min-width: 100%;
}

.footer {
  position: relative;
  z-index: 15;
}
.footer .s-paegtop {
  z-index: 1000;
}
.footer footer .s-footer-links {
  background-color: #fff;
}
.footer .s-footer {
  margin-top: 0;
}

header,
.section,
.remodal,
.gothic {
  background-color: var(--main-deepgreen);
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: var(--col-black);
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section *,
.section *::after,
.section *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section a {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.section a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.section {
  position: relative;
  padding: 0 20px;
}
.section .content_wrap {
  max-width: 1080px;
  margin: auto;
}

/*共通ロゴ*/
header {
  background-color: transparent;
}
header.l-header-wrap {
  z-index: 100;
  position: absolute;
  width: 100%;
}
header.l-header-wrap div {
  margin: 8px 12px 8px;
  text-align: left;
  width: calc(100% - 24px);
  line-height: 1;
}
header.l-header-wrap div img {
  height: auto;
  vertical-align: bottom;
  margin-left: 0;
  max-width: 48px;
}

/* MV */
#mainvisual {
  padding: 0;
}
#mainvisual .content_wrap {
  overflow: hidden;
}
#mainvisual .content_wrap h2 {
  aspect-ratio: 1/1;
}
#mainvisual .content_wrap h2 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
}

/* ／ MV */
/* 監修 */
#supervision {
  background: var(--col-blue-dark);
  padding-block: 40px;
}
#supervision .content_wrap {
  background: var(--col-yellow-light);
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
#supervision .content_wrap .img_wrap {
  width: 60.8856088561%;
  margin: auto;
}
#supervision .content_wrap .detail_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#supervision .content_wrap .detail_wrap hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#supervision .content_wrap .detail_wrap hgroup p {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}
#supervision .content_wrap .detail_wrap hgroup h3 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  word-break: keep-all;
  text-align: center;
}
#supervision .content_wrap .detail_wrap .lead {
  line-height: 1.6;
}

/* ／監修 */
#main {
  overflow: hidden;
  background: var(--col-bg-blue-light);
  padding-block: 40px 60px;
}

/* 初夏の京都の休養旅 */
#kyuyo_tabi .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#kyuyo_tabi .content_wrap h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 100%;
}
#kyuyo_tabi .content_wrap h3 img {
  width: 50px;
}
#kyuyo_tabi .content_wrap h3 span {
  word-break: keep-all;
  font-size: 18px;
  line-height: 1.5;
}
#kyuyo_tabi .content_wrap .route_wap {
  width: 100%;
  background-color: #fff;
  padding: 16px 12.5px;
  border-radius: 10px;
}
#kyuyo_tabi .content_wrap .route_wap ul {
  padding-left: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 350px) {
  #kyuyo_tabi .content_wrap .route_wap ul {
    padding-left: 20px;
  }
}
@media (max-width: 315px) {
  #kyuyo_tabi .content_wrap .route_wap ul {
    padding-left: 5px;
  }
}
#kyuyo_tabi .content_wrap .route_wap ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../_img/route_train_tate.svg) center right calc(50% - 28px) repeat-y;
  background-size: 8px 30px;
}
@media (max-width: 350px) {
  #kyuyo_tabi .content_wrap .route_wap ul::before {
    background-position: center right calc(50% - 10px);
  }
}
@media (max-width: 315px) {
  #kyuyo_tabi .content_wrap .route_wap ul::before {
    background-position: center right calc(50% - 2.5px);
  }
}
#kyuyo_tabi .content_wrap .route_wap ul .spot_wrap {
  position: relative;
  z-index: 1;
}
#kyuyo_tabi .content_wrap .route_wap ul .spot_wrap::before, #kyuyo_tabi .content_wrap .route_wap ul .spot_wrap::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: -64px;
  display: block;
  width: 1px;
  height: 30px;
  background: var(--col-gray-dark);
}
@media (min-width: 480px) {
  #kyuyo_tabi .content_wrap .route_wap ul .spot_wrap::before, #kyuyo_tabi .content_wrap .route_wap ul .spot_wrap::after {
    left: -102px;
  }
}
@media (max-width: 350px) {
  #kyuyo_tabi .content_wrap .route_wap ul .spot_wrap::before, #kyuyo_tabi .content_wrap .route_wap ul .spot_wrap::after {
    left: -45px;
  }
}
@media (max-width: 315px) {
  #kyuyo_tabi .content_wrap .route_wap ul .spot_wrap::before, #kyuyo_tabi .content_wrap .route_wap ul .spot_wrap::after {
    left: -30px;
  }
}
#kyuyo_tabi .content_wrap .route_wap ul .spot_wrap::after {
  top: 18px;
  bottom: auto;
}
#kyuyo_tabi .content_wrap .route_wap ul .spot_wrap .spot {
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  width: 102px;
  height: 32px;
  background-color: var(--col-blue-dark);
  border-radius: calc(infinity * 1px);
}
#kyuyo_tabi .content_wrap .route_wap ul .spot_wrap .station {
  width: 64px;
  height: 26px;
  position: absolute;
  top: calc(50% - 13px);
  right: -76px;
  display: grid;
  place-items: center;
  font-size: 11px;
  line-height: 1;
  background: var(--col-bg-blue-light);
  border-radius: 4px;
}
@media (max-width: 315px) {
  #kyuyo_tabi .content_wrap .route_wap ul .spot_wrap .station {
    right: -68px;
  }
}
#kyuyo_tabi .content_wrap .route_wap ul .spot_wrap:first-child::before {
  display: none;
}
#kyuyo_tabi .content_wrap .route_wap ul .spot_wrap:last-child::after {
  display: none;
}
#kyuyo_tabi .content_wrap .route_wap ul .transport {
  position: relative;
  width: 102px;
  height: 30px;
  z-index: 5;
}
#kyuyo_tabi .content_wrap .route_wap ul .transport > span {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -134px;
  width: 134px;
  height: auto;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 0;
  gap: 0 0.5em;
  background-color: #fff;
}
@media (min-width: 480px) {
  #kyuyo_tabi .content_wrap .route_wap ul .transport > span {
    word-break: normal;
    left: -192px;
    width: 180px;
  }
}
@media (max-width: 350px) {
  #kyuyo_tabi .content_wrap .route_wap ul .transport > span {
    left: -97.5px;
    font-size: 10px;
    width: 122px;
    background: transparent -webkit-gradient(linear, left top, right top, color-stop(60%, #fff), color-stop(60%, transparent));
    background: transparent linear-gradient(90deg, #fff 60%, transparent 60%);
  }
}
@media (max-width: 315px) {
  #kyuyo_tabi .content_wrap .route_wap ul .transport > span {
    left: -82.5px;
  }
}
#kyuyo_tabi .content_wrap .spot_list {
  margin: 20px auto 0;
  display: grid;
  gap: 40px;
}
#kyuyo_tabi .content_wrap .spot_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#kyuyo_tabi .content_wrap .spot_list li .img_wrap {
  position: relative;
}
#kyuyo_tabi .content_wrap .spot_list li .img_wrap figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4), -1px 1px 3px rgba(0, 0, 0, 0.4), -1px -1px 3px rgba(0, 0, 0, 0.4), 1px -1px 3px rgba(0, 0, 0, 0.4);
}
#kyuyo_tabi .content_wrap .spot_list li .detail_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#kyuyo_tabi .content_wrap .spot_list li .detail_wrap hgroup.title {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 12px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--col-black);
}
#kyuyo_tabi .content_wrap .spot_list li .detail_wrap hgroup.title .sub {
  grid-column: 1/3;
  grid-row: 1/2;
  font-size: 16px;
  line-height: 1.4;
}
#kyuyo_tabi .content_wrap .spot_list li .detail_wrap hgroup.title h4 {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: 24px;
  line-height: 1;
}
#kyuyo_tabi .content_wrap .spot_list li .detail_wrap hgroup.title .spot_link {
  grid-column: 2/3;
  grid-row: 2/3;
  align-self: center;
  justify-self: end;
  margin: -2px -8px;
  font-size: 13px;
  line-height: 2.2;
  color: var(--col-blue-vivid);
  position: relative;
  padding: 0 8px;
  padding-left: 26px;
  position: relative;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in, color 0.2s ease-in;
  transition: background 0.2s ease-in, color 0.2s ease-in;
}
#kyuyo_tabi .content_wrap .spot_list li .detail_wrap hgroup.title .spot_link::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 8px;
  display: block;
  width: 10px;
  height: 14px;
  background: var(--col-blue-vivid);
  -webkit-mask-image: url(../_img/icon_spot.svg);
          mask-image: url(../_img/icon_spot.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#kyuyo_tabi .content_wrap .spot_list li .detail_wrap hgroup.title .spot_link:hover {
  opacity: 1;
  background-color: var(--col-blue-vivid);
  color: #fff;
}
#kyuyo_tabi .content_wrap .spot_list li .detail_wrap hgroup.title .spot_link:hover::before {
  background-color: #fff;
}
#kyuyo_tabi .content_wrap .spot_list li .detail_wrap dl.point {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.714;
  font-weight: bold;
  color: var(--col-blue);
}
#kyuyo_tabi .content_wrap .spot_list li .detail_wrap dl.point dt {
  width: 6em;
}
#kyuyo_tabi .content_wrap .spot_list li .detail_wrap dl.point dd {
  width: calc(100% - 6em - 1em);
}
#kyuyo_tabi .content_wrap .spot_list li .detail_wrap dl.point dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1em;
}
#kyuyo_tabi .content_wrap .spot_list li .detail_wrap .lead {
  line-height: 1.714;
}
#kyuyo_tabi .content_wrap .spot_list li .detail_wrap .sub_lead {
  font-size: 13px;
  line-height: 1.6;
  color: var(--col-gray-dark);
}

/* ／ 初夏の京都の休養旅 */
/* 合わせて楽しみたい観光・ 休養モデルでみるおすすめ観光*/
#as_well_kanko {
  margin-top: 80px;
}

#rest_model_kanko .content_wrap {
  background-color: var(--col-yellow-light);
}
#rest_model_kanko .content_wrap h3 {
  background-color: var(--col-blue-dark);
}

.kanko {
  margin: 0 auto 60px;
}
.kanko .content_wrap {
  position: relative;
  width: 100%;
  background-color: var(--col-bg-green-light);
  padding: 40px 20px 20px;
}
.kanko .content_wrap h3 {
  position: absolute;
  top: -22px;
  left: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 20px;
  min-height: 44px;
  display: grid;
  place-items: center;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  background-color: #417e00;
  border-radius: calc(infinity * 1px);
}
.kanko .content_wrap .plan_list {
  display: grid;
  gap: 64px;
}
.kanko .content_wrap .plan_list > li {
  display: grid;
  gap: 16px;
  position: relative;
}
.kanko .content_wrap .plan_list > li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--col-gray-dark);
}
.kanko .content_wrap .plan_list > li .img_wrap {
  width: 100%;
}
.kanko .content_wrap .plan_list > li .detail_wrap {
  width: 100%;
  display: grid;
  gap: 16px;
}
.kanko .content_wrap .plan_list > li .detail_wrap h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
}
.kanko .content_wrap .plan_list > li .detail_wrap h4 + .lead {
  margin-top: -6px;
}
.kanko .content_wrap .plan_list > li .detail_wrap .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.kanko .content_wrap .plan_list > li .detail_wrap .tag_list > li {
  border-radius: calc(infinity * 1px);
  background-color: var(--col-tag-blue-light);
  color: var(--col-blue);
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  height: 22px;
  padding: 0 12px;
  display: grid;
  place-items: center;
}
.kanko .content_wrap .plan_list > li .detail_wrap .lead {
  font-size: 13px;
  line-height: 1.8;
}
.kanko .content_wrap .plan_list > li .detail_wrap .link_btn {
  margin-top: 8px;
  width: 100%;
  height: 46px;
  border: solid 2px var(--col-gray-dark);
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  display: grid;
  place-items: center;
  -webkit-transition: background 0.2s ease-in, color 0.2s ease-in;
  transition: background 0.2s ease-in, color 0.2s ease-in;
}
.kanko .content_wrap .plan_list > li .detail_wrap .link_btn:hover {
  opacity: 1;
  color: #fff;
  background-color: var(--col-black);
}

/* ／ 合わせて楽しみたい観光・ 休養モデルでみるおすすめ観光*/
/* 京都にはまだまだ〜〜 */
#rest_spot {
  margin-bottom: 40px;
}
#rest_spot h3 {
  font-size: 16px;
  line-height: 1.6;
  color: var(--col-blue);
  text-align: center;
  position: relative;
  margin: 0 auto 32px;
  z-index: 1;
}
#rest_spot h3::before, #rest_spot h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  display: block;
  width: 60px;
  height: 2px;
  background: var(--col-blue);
  rotate: 60deg;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
#rest_spot h3::after {
  left: auto;
  right: -30px;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  rotate: -60deg;
}
#rest_spot .content_wrap {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  position: relative;
  z-index: 50;
}
#rest_spot .content_wrap ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin: auto;
}
#rest_spot .content_wrap ul.list h4,
#rest_spot .content_wrap ul.list h5 {
  font-size: 18px;
  font-weight: bold;
  list-style: 1;
  color: var(--col-blue);
  display: grid;
  place-items: center;
  height: 51px;
  background-color: var(--col-tag-blue-light);
  border-radius: 16px;
}
#rest_spot .content_wrap ul.list h5 {
  font-size: 16px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  max-width: 30px;
  height: auto;
  min-height: 100px;
  padding: 12px 0;
}
#rest_spot .content_wrap ul.list em {
  font-style: normal;
  font-weight: bold;
}
#rest_spot .content_wrap ul.list dl.category_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#rest_spot .content_wrap ul.list dl.category_top ul.list_2nd {
  display: grid;
  gap: 16px;
}
#rest_spot .content_wrap ul.list dl.category_top ul.list_2nd li > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
#rest_spot .content_wrap ul.list dl.category_top ul.list_2nd li > dl dt {
  min-width: 30px;
}
#rest_spot .content_wrap ul.list dl.category_top ul.list_2nd li > dl dd {
  width: calc(100% - 30px);
  font-size: 14px;
  line-height: 1.8;
}

/* ／ 京都にはまだまだ〜〜 */
/* 休養学 */
#book {
  margin-bottom: 30px;
}
#book .content_wrap {
  padding: 40px 20px;
  background-color: #fff;
  position: relative;
  display: grid;
  gap: 30px;
}
#book .content_wrap::before, #book .content_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--col-gray-dark) 4px, transparent 4px) center center;
  background-size: 8px 8px;
  background-repeat: repeat-x;
}
#book .content_wrap::after {
  top: auto;
  bottom: 0;
}
#book .content_wrap .img_wrap {
  width: 44.7457627119%;
  margin: auto;
}
#book .content_wrap .detail_wrap {
  display: grid;
  gap: 24px;
}
#book .content_wrap .detail_wrap hgroup {
  display: grid;
  gap: 10px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
#book .content_wrap .detail_wrap hgroup p {
  font-size: 14px;
}
#book .content_wrap .detail_wrap hgroup h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  gap: 0 1em;
}
#book .content_wrap .detail_wrap .lead {
  line-height: 1.6;
}
#book .content_wrap .detail_wrap .link_btn {
  font-size: 15px;
  line-height: 1.6;
  color: var(--col-blue-vivid);
  word-break: keep-all;
  -webkit-transition: background 0.2s ease-in, color 0.2s ease-in;
  transition: background 0.2s ease-in, color 0.2s ease-in;
  padding: 4px 8px;
  margin: -4px -8px;
  border-radius: 3px;
}
#book .content_wrap .detail_wrap .link_btn span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: var(--col-blue-vivid);
  -webkit-mask-image: url(../_img/icon_blankwindow.svg);
          mask-image: url(../_img/icon_blankwindow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  margin-left: 0.3em;
}
#book .content_wrap .detail_wrap .link_btn:hover {
  opacity: 1;
  color: #fff;
  background-color: var(--col-blue-vivid);
}
#book .content_wrap .detail_wrap .link_btn:hover span {
  background-color: #fff;
}

/* ／ 休養学 */
#notes ul {
  font-size: 13px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
#notes ul li {
  padding-left: 1.2em;
  position: relative;
}
#notes ul li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1.4em;
}

/* 関連情報 */
#info {
  margin-block: 60px;
  padding-inline: 40px;
}
#info h3 {
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 24px;
}
#info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
#info ul li {
  display: grid;
  gap: 10px;
}
#info ul li picture {
  width: 100%;
}
#info ul li .lead {
  line-height: 1.6;
}

/* ／ 関連情報 */
/* アニメーション */
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
figure.animation.zoom {
  display: block;
  overflow: hidden;
}
figure.animation.zoom img {
  opacity: 0;
}
figure.animation.zoom.active img {
  -webkit-animation-name: zoomout, fade;
          animation-name: zoomout, fade;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
          animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-delay: 0.3s, 0.1s;
          animation-delay: 0.3s, 0.1s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes zoomout {
  0% {
    scale: 1.15;
  }
  100% {
    scale: 1;
  }
}

@keyframes zoomout {
  0% {
    scale: 1.15;
  }
  100% {
    scale: 1;
  }
}
@media screen and (min-width: 769px) {
  body {
    min-width: 768px;
  }
  .footer {
    z-index: 1000;
  }
  .footer .s-footer .inner {
    max-width: 1080px !important;
    width: 100% !important;
  }
  .footer .s-footer-links .inner {
    max-width: 1080px !important;
    width: 100% !important;
  }
  header,
  .section,
  .remodal,
  .gothic {
    font-size: 16px;
  }
  /*共通ロゴ*/
  header.l-header-wrap div {
    width: 100%;
    max-width: 1080px;
    margin: 16px auto;
  }
  header.l-header-wrap div img {
    margin-left: 12px;
    max-width: 60px;
  }
  /*／共通ロゴ*/
  /*MV*/
  #mainvisual .content_wrap {
    width: 100%;
    max-width: none;
  }
  #mainvisual .content_wrap h2 {
    height: auto;
    aspect-ratio: auto;
  }
  /*／MV*/
  /* 監修 */
  #supervision {
    padding-block: 80px;
  }
  #supervision .content_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #supervision .content_wrap .img_wrap {
    width: 165px;
    min-width: 165px;
    margin: auto;
  }
  #supervision .content_wrap .detail_wrap hgroup {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #supervision .content_wrap .detail_wrap hgroup h3 {
    font-size: 18px;
  }
  #supervision .content_wrap .detail_wrap .lead {
    font-size: 14px;
  }
  /* ／監修 */
  #main {
    padding-block: 80px 120px;
  }
  /* 初夏の京都の休養旅 */
  #kyuyo_tabi .content_wrap {
    gap: 20px;
  }
  #kyuyo_tabi .content_wrap h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    width: 100%;
  }
  #kyuyo_tabi .content_wrap h3 img {
    width: 50px;
  }
  #kyuyo_tabi .content_wrap h3 span {
    word-break: keep-all;
    font-size: 26px;
    line-height: 1.5;
  }
  #kyuyo_tabi .content_wrap .route_wap {
    margin-top: 20px;
    padding: 74px 16px 85px;
  }
  #kyuyo_tabi .content_wrap .route_wap ul {
    width: 100%;
    margin: auto;
    max-width: 810px;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: url(../_img/route_train_yoko.svg) center center repeat-x;
    background-size: 24px 6px;
  }
  #kyuyo_tabi .content_wrap .route_wap ul::before {
    display: none;
  }
  #kyuyo_tabi .content_wrap .route_wap ul .spot_wrap {
    width: 16.049382716%;
  }
  #kyuyo_tabi .content_wrap .route_wap ul .spot_wrap::before, #kyuyo_tabi .content_wrap .route_wap ul .spot_wrap::after {
    bottom: auto;
    left: 0;
    top: -50%;
    width: calc(50% - 5px);
    height: 1px;
    background: var(--col-gray-dark);
  }
  #kyuyo_tabi .content_wrap .route_wap ul .spot_wrap::after {
    top: -50%;
    left: auto;
    right: 0;
  }
  #kyuyo_tabi .content_wrap .route_wap ul .spot_wrap .spot {
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    width: 100%;
    height: 50px;
    word-break: keep-all;
  }
  #kyuyo_tabi .content_wrap .route_wap ul .spot_wrap .station {
    width: 76px;
    height: 30px;
    top: auto;
    bottom: -42px;
    left: calc(50% - 38px);
    right: auto;
    font-size: 14px;
  }
  #kyuyo_tabi .content_wrap .route_wap ul .spot_wrap:first-child::before {
    display: none;
  }
  #kyuyo_tabi .content_wrap .route_wap ul .spot_wrap:last-child::after {
    display: none;
  }
  #kyuyo_tabi .content_wrap .route_wap ul .transport {
    width: 4.9382716049%;
    height: 50px;
  }
  #kyuyo_tabi .content_wrap .route_wap ul .transport > span {
    top: -12px;
    translate: -50% -100%;
    left: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 160px;
    padding: 0 4px;
    background-color: #fff;
    word-break: keep-all;
    white-space: nowrap;
    line-height: 1.4;
  }
  #kyuyo_tabi .content_wrap .spot_list {
    margin: 60px auto 0;
    gap: 80px;
  }
  #kyuyo_tabi .content_wrap .spot_list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
  #kyuyo_tabi .content_wrap .spot_list li .img_wrap {
    width: calc(0.5038461538 * (100% - 40px));
  }
  #kyuyo_tabi .content_wrap .spot_list li .detail_wrap {
    width: calc(0.4961538462 * (100% - 40px));
    padding-top: 16px;
  }
  #kyuyo_tabi .content_wrap .spot_list li .detail_wrap .lead {
    margin-top: -8px;
    line-height: 1.8;
  }
  /* ／初夏の京都の休養旅 */
  /* 合わせて楽しみたい観光・ 休養モデルでみるおすすめ観光*/
  #as_well_kanko {
    margin-top: 120px;
  }
  .kanko {
    margin: 0 auto 80px;
  }
  .kanko .content_wrap {
    padding: 48px 40px 40px;
  }
  .kanko .content_wrap h3 {
    top: -23.5px;
    left: 40px;
    min-height: 47px;
    font-size: 18px;
    line-height: 1.5;
  }
  .kanko .content_wrap .plan_list {
    gap: 80px;
  }
  .kanko .content_wrap .plan_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
  }
  .kanko .content_wrap .plan_list > li:not(:last-child)::after {
    bottom: -40px;
  }
  .kanko .content_wrap .plan_list > li .img_wrap {
    width: calc(0.3166666667 * (100% - 40px));
  }
  .kanko .content_wrap .plan_list > li .detail_wrap {
    width: calc(0.6833333333 * (100% - 40px));
  }
  .kanko .content_wrap .plan_list > li .detail_wrap h4 {
    font-size: 18px;
  }
  .kanko .content_wrap .plan_list > li .detail_wrap h4 + .lead {
    margin-top: -6px;
  }
  .kanko .content_wrap .plan_list > li .detail_wrap .tag_list {
    margin-top: -8px;
    gap: 10px;
  }
  .kanko .content_wrap .plan_list > li .detail_wrap .tag_list > li {
    font-size: 14px;
    height: 25px;
  }
  .kanko .content_wrap .plan_list > li .detail_wrap .lead {
    font-size: 14px;
    line-height: 1.6;
  }
  .kanko .content_wrap .plan_list > li .detail_wrap .link_btn {
    margin-top: 8px;
    width: 216px;
  }
  /* ／ 合わせて楽しみたい観光・ 休養モデルでみるおすすめ観光*/
  /* 京都にはまだまだ〜〜 */
  #rest_spot {
    margin-bottom: 80px;
  }
  #rest_spot h3 {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 18px;
  }
  #rest_spot h3::before, #rest_spot h3::after {
    left: -76px;
  }
  #rest_spot h3::after {
    left: auto;
    right: -76px;
  }
  #rest_spot .content_wrap {
    padding: 40px;
    gap: 24px;
  }
  #rest_spot .content_wrap ul.list {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #rest_spot .content_wrap ul.list h4,
  #rest_spot .content_wrap ul.list h5 {
    width: 68px;
    height: 127px;
    min-height: auto;
    padding: 0;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  #rest_spot .content_wrap ul.list h5 {
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    max-width: none;
    min-width: 120px;
    height: 29px;
  }
  #rest_spot .content_wrap ul.list dl.category_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
  #rest_spot .content_wrap ul.list dl.category_top ul.list_2nd {
    gap: 8px;
  }
  #rest_spot .content_wrap ul.list dl.category_top ul.list_2nd li > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  #rest_spot .content_wrap ul.list dl.category_top ul.list_2nd li > dl dt {
    min-width: 120px;
  }
  #rest_spot .content_wrap ul.list dl.category_top ul.list_2nd li > dl dd {
    width: calc(100% - 120px);
  }
  /* ／ 京都にはまだまだ〜〜 */
  /* 休養学 */
  #book {
    margin-bottom: 40px;
  }
  #book .content_wrap {
    padding: 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  #book .content_wrap .img_wrap {
    width: calc(0.1360824742 * (100% - 30px));
  }
  #book .content_wrap .detail_wrap {
    width: calc(0.8639175258 * (100% - 30px));
  }
  #book .content_wrap .detail_wrap hgroup {
    text-align: left;
  }
  #book .content_wrap .detail_wrap hgroup p {
    line-height: normal;
  }
  #book .content_wrap .detail_wrap hgroup h3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #book .content_wrap .detail_wrap .lead {
    font-size: 14px;
  }
  #book .content_wrap .detail_wrap .link_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  /* ／ 休養学 */
  #notes ul {
    font-size: 14px;
  }
  /* 関連情報 */
  #info {
    margin-block: 60px 80px;
    padding-inline: 40px;
  }
  #info h3 {
    font-size: 26px;
    margin: 0 auto 40px;
  }
  #info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
  #info ul li {
    width: 50%;
    max-width: 324px;
  }
  #info ul li picture {
    width: 100%;
  }
  /* ／ 関連情報 */
  /* ／pc end */
}/*# sourceMappingURL=style.css.map */