@charset "utf-8";

/* CSS Document */

a {
    transition: .25s;
}

a:hover {
    opacity: .7;
}


/*common*/

main {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}


/*top_content*/

section.section--top_content {
    background: url(../img/pc_mv_image.jpg) no-repeat center bottom;
    background-size: cover;
    /*background-attachment: fixed;*/
    padding: 0;
}

section.section--top_content h2.mv__title {
    background: url(../img/pc_mv_box.png) no-repeat center 5px;
    text-align: center;
    padding: 90px 0;
    position: relative;
    margin: auto;
    width: 100%;
    height: 285px;
}

section.section--top_content h2.mv__title img {
    position: absolute;
    top: 70px;
    left: calc(100% / 2 - 307px);
}


/*nav*/

.nav__box {
    width: 100%;
    background: url(../img/nav_bg.png) repeat center;
}

.nav__box>ul {
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}

.nav__box>ul>li {
    width: calc(100% / 4);
    box-sizing: border-box;
    border-right: 3px dotted #636260;
}

.nav__box>ul>li:first-child {
    border-left: 3px dotted #636260;
}

.nav__box>ul>li>a {
    background: url(../img/nav_deco_off.png) no-repeat center 10px;
    color: #636260;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 36px 10px;
    transition: 0.5s;
    text-align: center;
    height: 35px;
}

.nav__box>ul>li>a::after {
    display: block;
    content: "";
    background-image: url(../img/aro01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin: 5px auto 0;
}

.nav__box>ul>li>a:hover {
    background: url(../img/nav_deco_on.png) no-repeat center 10px;
    color: #b4135c;
    opacity: 1;
}

.nav__box>ul,
ul.hotel__info_box,
section .area__guide_container,
ul.area__guide_info,
section .season__guide_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section {
    padding: 60px 0;
}

section p.info_text {
    text-align: center;
    line-height: 2;
    margin: 0 auto 50px;
    letter-spacing: -0.3px;
}

section .inner__box {
    width: 960px;
    margin: 0 auto;
}

section .inner__box h2 {
    width: 38%;
    font-size: 36px;
    font-weight: 900;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
    margin: 50px auto;
}

section .inner__box h2::before {
    display: block;
    font-size: 60%;
    color: #79013f;
    text-decoration: underline;
}

section.section--product {
    background: url(../img/nav_bg_end.png) no-repeat center -115px, url(../img/bg_02.png) repeat center;
}

section.section--product>.inner__box h2 {
    position: relative;
    padding: 10px 60px 5px;
    border-top: solid 5px #6d465a;
    border-bottom: solid 5px #6d465a;
}

section.section--product>.inner__box h2#air {
    margin: 120px auto 50px;
}

section.section--product>.inner__box h2>span {
    color: #79013f;
}

section.section--product>.inner__box h2 span.sub_h2 {
    display: block;
    font-size: 24px;
    text-decoration: underline;
}

section.section--product>.inner__box h2:before,
section.section--product>.inner__box h2:after {
    content: '';
    position: absolute;
    top: -25px;
    width: 5px;
    height: -webkit-calc(100% + 50px);
    height: calc(100% + 50px);
    background-color: #6d465a;
}

section.section--product>.inner__box h2:before {
    left: 20px;
}

section.section--product>.inner__box h2:after {
    right: 20px;
}

section .button--more__link {
    width: 500px;
    margin: 30px auto 50px;
}

section .button--more__link a {
    display: block;
    background: url(../img/aro02.png) no-repeat 97% 50%;
    background-color: #212121;
    background-size: 8px 10px;
    padding: 10px;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    filter: drop-shadow(3px 2px 3px rgba(0, 0, 0, 0.5));
}

section.section--hotel_info {
    background-color: #eaeaec;
}

section.section--hotel_info>.inner__box h2,
section.section--area_guide>.inner__box h2 {
    padding: 10px 60px 5px;
    border: solid 3px #838383;
}

section.section--hotel_info>.inner__box h2::before {
    content: "京都周辺の";
}

section.section--area_guide>.inner__box h2::before {
    content: "京都の";
}


section .area__guide_container .area__guide_box,
ul.area__guide_info>li,
ul.season__guide_info {
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
}

ul.season__guide_photo {
    width: 460px;
}

ul.season__guide_photo li {
    position: relative;
}

ul.season__guide_photo li span {
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    position: absolute;
    right: 10px;
    bottom: 0;
}

section .area__guide_container .area__guide_box.east {
    width: 100%;
}

ul.area__guide_info.east>li {
    width: calc(100% / 4 - 15px);
}

ul.hotel__info_box>li{
  width: calc(96% / 4);
}

ul.hotel__info_box>li>h3 {
    font-size: 16px;
    font-weight: 900;
    margin: 5px 0;
    color: #79013f;
}
.access-data{
  margin-top: 5px;
  font-size: 11px;
}
.access-data>span{
  font-size: 14px;
  font-weight: bold;
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 5px;
}

.access-data>span::before{
  content: "";
  background: url("../img/icon_spot.png") no-repeat center center / contain;
  width: 16px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.access-data>span::after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 60%;
  height: 1px;
  border-top: 1px dotted #333;
}

ul.hotel__info_box>li>p.more__link {
    margin-top: 5px;
}

ul.hotel__info_box>li>p.more__link a {
    display: block;
    background: url(../img/aro03.png) no-repeat 100% 50%;
    padding-right: 20px;
    text-align: right;
    text-decoration: underline;
    font-weight: 900;
}

ul.hotel__info_box>li>p.more__link a:hover {
    text-decoration: none;
}

ul.hotel__info_box>li .hotel__photo {
    position: relative;
}

ul.hotel__info_box>li span.icon__area {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #cc3467;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    padding: 3px 10px 1px;
}

section.section--area_guide {
    background-image: url(../img/pc_bg_spot.png), url(../img/pc_bg_joint02.png);
    background-position: center 50px, center bottom;
    background-repeat: no-repeat;
    background-color: #c4c4c4;
}

section.section--area_guide>.inner__box h2 {
    background-color: #d0d0d0;
}

section.section--area_guide h3 {
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-shadow: 0.3px 0.3px 0.5px #000;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 20px;
}

section.section--area_guide h3,
ul.area__guide_info li h4,
ul.season__guide_info li span {
    position: relative;
    z-index: 1;
}

section.section--area_guide h3,
ul.area__guide_info li h4 {
    padding-left: 10px;
}

ul.season__guide_info li span {
    padding-left: 8px;
}

section.section--area_guide h3::before,
ul.area__guide_info li h4::before,
ul.season__guide_info li span::before {
    content: "";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

section.section--area_guide h3::before {
    width: 50px;
    height: 50px;
}

ul.area__guide_info li h4::before,
ul.season__guide_info li span::before {
    width: 36px;
    height: 36px;
}

section.section--area_guide h3.middle::before,
ul.area__guide_info.middle li h4::before {
    background-color: #9f91ab;
}

section.section--area_guide h3.north::before,
ul.area__guide_info.north li h4::before {
    background-color: #ad9092;
}

section.section--area_guide h3.south::before,
ul.area__guide_info.south li h4::before {
    background-color: #9cac91;
}

section.section--area_guide h3.west::before,
ul.area__guide_info.west li h4::before {
    background-color: #92a5ac;
}

section.section--area_guide h3.east::before,
ul.area__guide_info.east li h4::before {
    background-color: #c3b26d;
}

ul.area__guide_info li h4 {
    font-size: 16px;
    font-weight: 900;
    margin: 15px auto 10px;
}

ul.area__guide_info li h4 {
    color: #2a0e48;
}

ul.area__guide_info li h4 small {
    font-size: 12px;
}

ul.area__guide_info>li p.area__guide_access {
    display: block;
    background: url(../img/icon_spot.png) no-repeat 0 50%;
    background-size: 15px;
    padding-left: 20px;
    margin: 10px 0;
    font-weight: 900;
    position: relative;
}

ul.area__guide_info>li p.area__guide_access::after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 60%;
    height: 1px;
    border-top: 1px dotted #333;
}

ul.area__guide_info>li p.area__guide_smalltxt {
    font-size: 11px;
}

section.section--season_guide {
    background-image: url(../img/pc_bg_deco_shiki.png);
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #505050;
    position: relative;
    padding: 1px 0 100px;
}

section.section--season_guide::after {
    content: "";
    display: block;
    width: 100%;
    height: 135px;
    background: url(../img/pc_bg_joint_03.png);
    background-position: center;
    background-size: auto;
    position: absolute;
    left: 0;
    bottom: -30px;
}

section.section--season_guide>.inner__box h2 {
    color: #fff;
}

section.section--season_guide>.inner__box h2,
section.section--question_answer>.inner__box h2 {
    border-bottom: solid 3px #000;
}

ul.season__guide_info li {
    margin-bottom: 10px;
}

ul.season__guide_info li span {
    font-size: 20px;
    font-weight: 900;
}

ul.season__guide_info li span.spring::before {
    background-color: #c08790;
}

ul.season__guide_info li span.summer::before {
    background-color: #8488c1;
}

ul.season__guide_info li span.autumn::before {
    background-color: #bf8e4f;
}

ul.season__guide_info li span.winter::before {
    background-color: #428b8a;
}

ul.season__guide_info li p {
    display: initial;
    padding-left: 12px;
    vertical-align: sub;
    color: #fff;
}

@media all and (-ms-high-contrast: none) {
    ul.season__guide_info li p {
        display: ruby-text-container;
    }
}

section .question__answer_container {
    background-color: #fcf8f9;
    padding: 20px;
}

section.section--question_answer .list__box {
    color: #505050;
}

section.section--question_answer .list__box:not(:last-child) {
    margin-bottom: 30px;
    border-bottom: 4px dotted #6d465a;
    padding-bottom: 13px;
}

section.section--question_answer .list__box>h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}

section.section--question_answer {
    background: #aaaaaa;
}


/***** ▼商品カセット 調整*****/

ul.t_item li {
    width: calc((100% - 10px) / 2);
    border: 1px solid #6d465a;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #FFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

ul.t_item li:after {
    content: "";
    border: 6px solid transparent;
    border-bottom: 6px solid #6d465a;
    border-right: 6px solid #6d465a;
    position: absolute;
    bottom: 0;
    right: 0;
}

ul.t_item li:hover {
    background: #fdeef3;
    border: 1px solid #6d465a;
}

ul.t_item li:hover:after {
    content: "";
    border: 6px solid transparent;
    border-bottom: 6px solid #6d465a;
    border-right: 6px solid #6d465a;
    position: absolute;
    bottom: 0;
    right: 0;
}


/***** ▲商品カセット 調整*****/

section.searchmodule__box {
    margin: 0 auto;
}