@charset "UTF-8";
/* CSS Document */

/*----------------------------------
	index用のCSSです
----------------------------------*/
/* @import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap&subset=japanese"); */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, img, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","Meiryo","メイリオ","MS Pゴシック",sans-serif;
}

body{
    position: relative;
}

.containner{
    background: url(/attending/kokunai/momiji/images/bg01.png);
    margin-bottom: 30px;
}

.inner{
    width: 1024px;
    margin:0 auto;
}


.Group {
    text-align: center;
    width: 960px;
    margin: 0 auto 30px auto;
}

.recommend {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recommend li {
    margin-bottom: 25px;
}



img{
    max-width:100%;
    vertical-align: middle;
}
a{
    text-decoration: none !important;
    transition: all 0.3s;
}
a:hover{
    transition: all 0.3s;
    opacity:0.5;
}
.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.cf{
    display: inline-block;
}
.cf {
    display: block;
}
.center{
    text-align: center;
	    margin: 0 auto 30px;
	width: 515px;
}

.mv{
    position: relative;
    background: url(/attending/kokunai/momiji/images/BL15-38502.jpg) no-repeat center;
    background-size: cover;
    height: 435px;
}

.mvmaptyo{
    position: relative;
    background: url(/attending/kokunai/momiji/images/BP19-052006D_mv.jpg) no-repeat center;
    background-size: cover;
    height: 435px;
}

.mvmapspk{
    position: relative;
    background: url(/attending/kokunai/momiji/images/BP18-035272D_mv.png) no-repeat center;
    background-size: cover;
    height: 435px;
}

.mvmapsdj{
    position: relative;
    background: url(/attending/kokunai/momiji/images/BL17-035299D_mv.jpg) no-repeat center;
    background-size: cover;
    height: 435px;
}

.mvmaposa{
    position: relative;
    background: url(/attending/kokunai/momiji/images/EBL14-75954D_mv.jpg) no-repeat center;
    background-size: cover;
    height: 435px;
}

.mvmapngo{
    position: relative;
    background: url(/attending/kokunai/momiji/images/EBP10-12753D_mv.jpg) no-repeat center;
    background-size: cover;
    height: 435px;
}

.mvmapfuk{
    position: relative;
    background: url(/attending/kokunai/momiji/images/PG19-122397D_mv.jpg) no-repeat center;
    background-size: cover;
    height: 435px;
}

.mvmapchs{
    position: relative;
    background: url(/attending/kokunai/momiji/images/BP21-013849D_mv.jpg) no-repeat center;
    background-size: cover;
    height: 435px;
}

.mv .mv_ttl{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 590px;
}

.kyoto_mv .mv .mv_ttl{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 550px;
}


.mv_style_02 .mv_ttl{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 550px;
}

.mv_oyado .mv_ttl{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 550px;
}

.mv .mv_txt{
    position: absolute;
    right: 0;
	width: 220px;
    bottom: 26px;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-shadow: 3px 3px 3px #000000;
}

.sns_list{
    text-align: center;
    position: absolute;
    /*bottom: 16px;*/
    left: 0;
    right: 0;
    width: 100%;
    font-size: 0;
    vertical-align: middle;
}
.sns_list {
    bottom: 0px;
    padding: 14px 0px;
    background-image: url("/attending/kokunai/momiji/onsen/images/index/onsen_sns_bg01.png");
    background-repeat: repeat;
    background-position: left top;
}
.sns_list li{
    display: inline-block;
    margin: 0 16px;
}

.list_wrap{
    background: #660000;
}

/*.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 9999;
}*/
.list_select li{
    width: 25%;
    float: left;
    text-align: center;
    color: #FFF;
    border-left: 1px solid #873636;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list_select li.gray{
    background-color: #4a1b17;
}
.list_select li.gray a{
    opacity: .3;
    pointer-events: none;
}
.list_select li:first-of-type{
    border-left: none;
}
.list_select li a{
    display: block;
    color: #FFF;
    padding: 9px 0;
}
.list_select li a.active,
.list_select li a:hover{
    background: #932323;
    opacity: 1
}
.list_select li p{
    padding-top: 8px;
    font-size: 13px;
   /* font-size: 1.6rem;*/
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
   /* font-weight: bold;*/
	letter-spacing: -0.05em;
}

.block_seo{
    max-width: 934px;
    margin: 0 auto;
    padding: 23px 0;
}
.block_seo p{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
}

.block_tour{
    background: url(/attending/kokunai/momiji/images/bg02.png);
    /*padding: 60px 0 55px;*/
    padding: 27px 0 6px;
}

.topPage .block_tour{
    padding: 60px 0 55px;
}
.pageMap .block_tour{
    padding: 50px 0 60px;
}

.block_tour .ttl_style01{
    text-align: center;
    margin-bottom: 30px;
}
.block_tour .ttl_style01 img {
	width: 349px;
}
.departure-link{
    width: 300px;
    margin: 0 auto 30px;
    border: 1px solid #f48019;
    background: #FFF;
    text-align: center;
    padding: 11px 0;
}
.departure-link span,
.departure-link a{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
}
.departure-link span{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 500;
    border-right: 1px solid #676767;
    padding-right: 10px;
    margin-right: 10px;
}
.departure-link a{
    color: #f48019;
    font-weight: bold;
}

.list_tour{
    margin-bottom: 30px;
}
.list_tour .item{
    width: 100%;
    background: #f8f8f8;
    margin: 0 40px 0 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow:0px 0px 11px -1px #c6c6c6;
	margin-bottom: 20px;
}
.list_tour .item:nth-of-type(2n){
    margin-right: 0;
}
.list_tour .item .area{
    background: #ffc600;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 11px 15px;
    font-weight: normal;
}
.list_tour .item .item-inner{
    padding: 20px;
    overflow: hidden;
}
.list_tour .item .img{
    margin-bottom: 20px;
    float: left;
    width: 440px;
}
.list_tour .item .img .col{
    width: 205px;
    float: left;
}
.list_tour .item .img .col img {
    width: 100%;
}
.list_tour .item .img .col:first-child{
    margin-right: 10px;
}
.list_tour .item .ttl{
    margin-bottom: 10px;
}
.list_tour .item .ttl a{
    color: #000074;
    text-decoration: underline !important;
    font-size: 16px;
    font-size: 1.6rem;
}
.list_tour .item .txt {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 15px;
	float: right;
	width: 480px;
	background-color: #efefd9;
	padding: 15px;
	box-sizing: border-box;
}
.list_tour .item .price{
    text-align: right;
    color: #ff0000;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
    float: right;
    width: 480px;
}
.list_tour .item .app_btn{
    float: right;
    width: 480px;
}
.item_setsumei{
	height: 300px;
	font-size: 18px;
}
.app_btn a{
    position: relative;
    display: block;
    background: #f4790b;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-size: 1.8rem;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
}
.app_btn a::after{
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.block_map{
    padding: 60px 0 10px;
    background-color:rgba(244,137,40,0.10);
}
.block_map .ttl_style01{
    text-align: center;
    margin-bottom: 60px;
}

.map-area{
    position: relative;
    margin-bottom: 60px;
}
.map-area .map_intro{
    max-width: 302px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.map-area .map_intro p{
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1.8;
    font-weight: 500;
}
.map-area .map_intro .ttl{
    font-size: 23px;
    font-size: 2.3rem;
    background: url(/attending/kokunai/momiji/images/txt_border.png) repeat-x 0 bottom;
    background-size: 4px auto;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.map-area .map_intro .ttl::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(/attending/kokunai/momiji/images/ico_pin.png) no-repeat 0 0;
    background-size: 100% auto;
    width: 23px;
    height:28px;
    margin-right: 10px;
    margin-bottom: 7px;
}
.map-area .map_btn{
    position: absolute;
    width: 150px;
    text-align: center;
}
.map-area .map_btn.map_btn-01{
    right: 65px;
    top: 105px;
}
.map-area .map_btn.map_btn-01 a:hover{
    background-color: #5786af;
	color:#FFFFFF;
}
.map-area .map_btn.map_btn-02{
    right: 460px;
    top: 133px;
}
.map-area .map_btn.map_btn-02 a:hover{
    background-color: #70c8d0;
	color:#FFFFFF;
}
.map-area .map_btn.map_btn-03{
    left: 232px;
    top: 262px;
}
.map-area .map_btn.map_btn-03 a:hover{
    background-color: #f5866b;
	color:#FFFFFF;
}
.map-area .map_btn.map_btn-04{
    left: 29px;
    top: 398px;
}
.map-area .map_btn.map_btn-04 a:hover{
    background-color: #ad648c;
	color:#FFFFFF;
}
.map-area .map_btn.map_btn-05{
    right: 112px;
    top: 230px;
}
.map-area .map_btn.map_btn-05 a:hover{
    background-color: #6eb9aa;
	color:#FFFFFF;
}
.map-area .map_btn.map_btn-06{
    right: 190px;
    top: 355px;
}
.map-area .map_btn.map_btn-06 a:hover{
    background-color: #92bf84;
	color:#FFFFFF;
}
.map-area .map_btn.map_btn-07{
    left: 392px;
    bottom: 0px;
}
.map-area .map_btn.map_btn-07 a:hover{
    background-color: #ecd160;
	color:#FFFFFF;
}
.map-area .map_btn a,
.map-area .map_btn span{
    position: relative;
    display: block;
    border: 1px solid #c9c9c9;
    color: #cccccc;
    font-size: 16px;
    font-size: 1.6rem;
    background: #FFF;
    height: 55px;
    line-height: 55px;
}
.map-area .map_btn a{
    color: #000000;
}
.map-area .map_btn a:hover{
    opacity: 1;
}
.map-area .map_btn a::after,
.map-area .map_btn span::after{
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.map-area .map_btn.map_btn-01 a,
.map-area .map_btn.map_btn-01 a::after{
    border-color: #5786af;
}
.map-area .map_btn.map_btn-01 a:hover:after{
    border-color: #ffffff;
}
.map-area .map_btn.map_btn-02 a,
.map-area .map_btn.map_btn-02 a::after{
    border-color: #70c8d0;
}
.map-area .map_btn.map_btn-02 a:hover:after{
    border-color: #ffffff;
}
.map-area .map_btn.map_btn-03 a,
.map-area .map_btn.map_btn-03 a::after{
    border-color: #f5866b;
}
.map-area .map_btn.map_btn-03 a:hover:after{
    border-color: #ffffff;
}
.map-area .map_btn.map_btn-04 a,
.map-area .map_btn.map_btn-04 a::after{
    border-color: #ad648c;
}
.map-area .map_btn.map_btn-04 a:hover:after{
    border-color: #ffffff;
}
.map-area .map_btn.map_btn-05 a,
.map-area .map_btn.map_btn-05 a::after{
    border-color: #6eb9aa;
}

.map-area .map_btn.map_btn-05 a:hover:after{
    border-color: #ffffff;
}
.map-area .map_btn.map_btn-06 a,
.map-area .map_btn.map_btn-06 a::after{
    border-color: #92bf84;
}
.map-area .map_btn.map_btn-06 a:hover:after{
    border-color: #ffffff;
}
.map-area .map_btn.map_btn-07 a,
.map-area .map_btn.map_btn-07 a::after{
    border-color: #ecd160;
}
.map-area .map_btn.map_btn-07 a:hover:after{
    border-color: #ffffff;
}

.block_destination .ttl_style01{
    text-align: center;
    margin: 20px auto 30px;
	width: 350px;
}

.block_destination .ttl_style03{
    text-align: center;
    margin: 40px auto 30px;
	width: 490px;
}

.block_destination .ttl_style01 img{
	height: auto;
    width: auto;
	
}

.block_destination .ttl_style01_spot img{
	height: 207px;
    width: auto;
	
}


.block_destination .ttl_style01 .shuhen_img{
	height: auto;
    width: auto;
	
}

.block_destination.onsenchi{
    background-color:rgba(244,137,40,0.10);
}
.list_dest .item{
    width: 328px;
    float: left;
    margin: 0 0 12px 20px;
    /*margin: 0 0 0 20px;*/
    position: relative;
}
.list_dest .item:first-of-type{
    margin-left: 0 !important;
}
.list_dest .item:nth-child(3n+1){
    margin-left: 0;
}
.list_dest.ranking .item::before{
	content: "";
	display: block;
    width: 149px;
	height: 186px;
    position: absolute;
	top: 25px;
	left: 10px;
}
.list_dest.ranking .item:nth-child(1)::before{background: url(/attending/kokunai/momiji/images/rank_01.png) no-repeat;background-size: 50%}
.list_dest.ranking .item:nth-child(2)::before{background: url(/attending/kokunai/momiji/images/rank_02.png) no-repeat;background-size: 50%}
.list_dest.ranking .item:nth-child(3)::before{background: url(/attending/kokunai/momiji/images/rank_03.png) no-repeat;background-size: 50%}

.list_dest .item .ttl{
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 14px;
    padding: 0 5px 7px;
    line-height: 1.4;
    letter-spacing: 3px;
    border-bottom: 2px dotted #333;
    font-weight: 600;
}

.list_dest .item .flex_ttl{
    height: 61px;
    align-items: end;
    display: flex;
    justify-content: center;
}

.list_dest .item .ttl_long{
    letter-spacing: 0;

}


.list_dest .item .ttl span{
    font-size: 14px;
    font-size: 1.4rem;
}
.list_dest .item .txt{
    font-size: 14px;
    width: 328px;
    height: 4.5em;
    margin-top: 10px;
}
.list_dest .item img {
	width: 328px;
	height: auto;
}
.ttl_etc{
	margin-top:30px;
	text-align:center;
}
.ttl_etc span{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 500;
    display: inline-block;
    background: url(/attending/kokunai/momiji/images/txt_border.png) repeat-x 0 bottom;
    background-size: 4px auto;
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 20px;
    padding: 0 5px 7px;
    line-height: 1.4;
    letter-spacing: 3px;
	font-weight:bold;
}
.list_dest .item .more_btn{
    margin-top: 10px;
    display: table;
    width: 100%;
}

.btn_form_spot {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    display:table-cell;
    vertical-align: middle;
    height: 58px;
    background: #f4790b;
	width: 298px;
    padding: 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    position: relative;
}

.btn_form_spot::after {
	content: "";
    display: block;
    background:url(/attending/kokunai/momiji/images/arrow01.png) no-repeat;
    background-size: contain;
    width: 20px;
	height: 20px;
    position: absolute;
	top: 18px;
	right: 7px;
}


.list_dest .item .more_btn a{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    /*position: relative;*/
    display:table-cell;
    vertical-align: middle;
    height: 58px;
    /*background: #f4790b;*/
	background: #660000;
    padding: 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    position: relative;
}
.list_dest .item .more_btn a::after{
    content: "";
    display: block;
    background:url(/attending/kokunai/momiji/images/arrow01.png) no-repeat;
    background-size: contain;
    width: 20px;
	height: 20px;
    position: absolute;
	top: 18px;
	right: 7px;
}

.more_btn  .btn_formred {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    /*position: relative;*/
    display:table-cell;
    vertical-align: middle;
    height: 58px;
    /*background: #f4790b;*/
	background: #660000;
    padding: 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    position: relative;
	width: 91%;
}

.more_btn  .btn_formred::after{
    content: "";
    display: block;
    background:url(/attending/kokunai/momiji/images/arrow01.png) no-repeat;
    background-size: contain;
    width: 20px;
	height: 20px;
    position: absolute;
	top: 18px;
	right: 7px;
}

.kankou .item .more_btn a{background: #f4790b !important;}
.list_dest .item .more_btn span{
    font-family:inherit;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
}
.list_dest .item .more_btn span::after{
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #f4790b;
    border-right: 2px solid #f4790b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.block_feature{
    background: url(/attending/kokunai/momiji/images/bg02.png);
    padding: 44px 0 30px;
}
.block_feature .ttl_style01{
    text-align: center;
    margin-bottom: 35px;
}
.block_feature .bnr_item{
    margin-bottom: 30px;
}

/*トップへ戻るボタン*/
.topBtn {
	max-width: 120px;
	/*left: 0;*/
	right: 40%;
	margin: auto;
	position:fixed;
	z-index: 9000;
	bottom:20px;
	text-decoration:none;
	text-align:center;
	line-height:60px;
	box-sizing:border-box;
	width: 100%;
	transform: translateX(512px);
}
.topBtn a{
    float: right;
    display: block;
    transition: all 0s;
}
/*
.block_feature{
    background: url(/attending/kokunai/momiji/images/kyoto/bg01.jpg) repeat;
}
*/
.bg-pink {
    background: url("../images/kyoto/bg01.png") no-repeat center/cover;
}
.AllNone {
	margin: 20px auto 60px;
    font-size: 20px;
	text-align:center;
	font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#id03 .inner{
	margin-bottom:40px;
}

/*その他の温泉地*/

.onsenTopBtn01 {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.onsenTopBtn02 {
	text-align: right;
	margin-top: 10px;
}
.popularBlock01 {
}

.onsenH201 {
	text-align: center;
	margin-bottom: 50px;
}
.onsenH202 {
	text-align: center;
	margin: 0 auto 30px;
}
.onsenPopularWrap {
  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;
}
.onsenPopularWrap li {
	width: 221px;
	margin-top: 25px;
}

.onsenPopularWrap.top li {
	width: 300px;
	margin-top: 25px;
}
/*その他の温泉地*/


/* 観光特集ボタン */
.block_btn_ss {
  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;
    width: 960px;
    margin: 0 auto;
}
.btn_ss-link {
    width: 48%;
    height: auto;
    margin: 0 auto;
	margin-bottom: 20px;
}
.btn_ss-link a {
    position: relative;
    display: block;
    border-radius: 3px;
    background-color: #600;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    transition: 0.7;
}
.btn_ss-link a::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_ss-link a:hover {
    background-color: #d3b736;
}
.btn_ss-link_2col {
    width: calc(99%/2);
    height: auto;
}
.btn_ss-link_2col a {
    position: relative;
    display: block;
    border-radius: 3px;
    background-color: #600;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    transition: 0.7;
}
.btn_ss-link_2col a::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_ss-link_2col a:hover {
    background-color: #d3b736;
}
.btn_ss-link_2col:nth-child(n+3) {
    margin-top: 10px;
}
.btn_ss-link_3col {
    width: calc(98%/3);
    height: auto;
}
.btn_ss-link_3col a {
    position: relative;
    display: block;
    border-radius: 3px;
    background-color: #600;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    transition: 0.7;
}
.btn_ss-link_3col a::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_ss-link_3col a:hover {
    background-color: #d3b736;
}
.finished{
	font-size: 20px;
    line-height: 1.5;
    color: #ff0000;
    text-align: center;
    padding: 10px 0 15px;
    font-weight: bold;
	background:#fff;
}
/*温泉地*/
.onsenchi .list_dest .item .more_btn a{
    background-color: #660000;
    font-size: 21px;
    height: 45px;
}
.onsenchi .list_dest.ranking .item .more_btn a{
    font-size: 16px;
}
.onsenchi .list_dest .item .more_btn a::after{
	top: 11px;
}
.onsenchi .popularBlock01 .item .ttl{
    font-weight: 500;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 5px;
}
/*国内ホテル・旅館*/
.cate_box {
  	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1024px;
    margin: 0 auto 60px;
}
.kokunai_hotel,.kokunai_ari_bus{
    width: 48%;
	margin: 0 auto;
}
.cate_box_inner{
    background-color: #fff;
    padding: 25px 20px 10px;
    border-radius: 6px;
}
.cate_ttl {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 24px;
	text-align: center;
	color: #f26131;
	margin-bottom: 15px;
}
.cate_txt {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 14px;
	margin-bottom: 15px;
}
.cate_btn ul {
  	display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cate_btn ul li {
    position: relative;
    width: 48%;
    height: 50px;
    margin-bottom: 20px;
}

/*グレー*/
/*.cate_btn ul li.gray a {
    background-color: #ccc;
    pointer-events:none;
}

.cate_btn ul li.gray a:hover {
    opacity: 1
}

.cate_btn ul li.gray::after {
    border: 1px solid #ccc;
}*/

.cate_btn ul li a {
    background-color: rgb(242, 97, 49);
    width: 200px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
    position: absolute;
    z-index: 3;
}
.cate_btn ul li a::before{
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
}
.cate_btn ul li::after {
    content: "";
	display: block;
	width: 200px;
	height: 50px;
	background-color: #fff;
	border: 1px solid #f26131;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;
}
.cate_point{
    margin-bottom: 15px;
}
.cate_point dl{
  	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;
}
.cate_point dl dt {
    background-color: rgb(250, 225, 11);
    width: 88px;
    height: 22px;
    color: #f26131;
    font-size: 13px;
    text-align: center;
    line-height: 22px;
    border-radius: 50px;
    font-weight: 600;
}
.cate_point dl dd {
    font-size: 13px;
    width: 325px;
    font-weight: bold;
    margin-bottom: 10px;
}

.kokunai_ari_bus .cate_btn {
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}
.kokunai_ari_bus .cate_btn a {
    background-color: rgb(242, 97, 49);
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
    position: absolute;
    z-index: 3;
    text-align: center;
}
.kokunai_ari_bus .cate_btn a::before{
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
}
.kokunai_ari_bus .cate_btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 1px solid #f26131;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
}
.list_btn {
    width: 48%;
	text-align: center;
}
.btn1 {
	margin-bottom: 14px;
	position: relative;
}
.btn1 a {
	background-color: rgb(242, 97, 49);
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    text-align: center;
}
.btn1 a::before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
}
.btn1::after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 1px solid #f26131;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
}

/*関連ブログ*/
.block_blog{
    background-color: #fff;
	padding-bottom: 50px;
}
.block_blog .ttl_style01 {
	text-align: center;
    padding: 60px 0 30px;
}

.tabiBlog {width: 1024px;display: flex;justify-content: space-between;}
.tabiBlog li {position: relative;width: 465px;background-color: #f1f2e7;border-radius: 5px;padding: 15px;}
.tabiBlog li:hover { opacity: 0.6;}
.blog_box { overflow: hidden; text-align: left;}
.blog_box .photo { width: 200px; float: left;}
.blog_box .photo img { width: 200px;}
.blog_box .ttl {float: right;width: 250px;color: #1d3994;font-weight: bold;font-size: 14px;}
.blog_box .pref {float: right;width: 250px;color: #4d993d;margin-top: 5px;font-size: 14px;}
.blog_box .day {position: absolute;bottom: 15px;right: 15px;width: 210px;text-align: right;font-size: 13px;}
.tabiBlog_btn {display: table;margin: 25px auto 0 auto;padding-bottom: 5px;width: 480px;height: 60px;background: url(/attending/kokunai/momiji/images/bg_btn.png) no-repeat;background-size: contain;}
.tabiBlog_btn:hover { opacity: 0.8;}
.tabiBlog_btn a {display: table-cell;vertical-align: middle;color: #c31c20;font-size: 18px;font-weight: bold;text-align: center;}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
/*その他のおすすめ特集*/
.relation_box{
    /*background-color: #fff;*/
    padding-bottom: 60px;
}
.relation_box .ttl_style01 {
	text-align: center;
    padding: 60px 0 30px;
}
.relation_list{
	width: 960px;
	display: flex;
	justify-content: space-between;
}

.relation_lists{
	width: 305px;
}
.relation_lists a:hover { opacity: 1;}
.relation_lists img:hover { opacity: 0.7;}

.relation_txt{
    font-size: 14px;
    margin-top: 7px;
    text-align: center;
    color: #333333;
}
.relation_lists a {
	color: #333333;
    text-decoration: underline;
}
.relation_txt:hover { opacity: 0.7;}

/*カルーセル*/
.tour_item{
	background: #f8f8f8;
	box-shadow: 0px 2px 6px 2px rgba(0,0,0,.1);
	width: 92%;
	margin: 0 auto 20px;
	box-sizing: border-box;
}
.tour_item .item_inner{
	padding: 20px;
}
.tour_item .tour_catch{
	position: relative;
	background: #ffc600;
	color: #FFF;
	font-size: 17px;
	font-size: 1.7rem;
	padding: 10px 20px;
	font-weight: normal;

}

.tour_item.recommend .tour_catch{
	padding-left: 100px;
}
.tour_item.recommend .tour_catch::before{
	position: absolute;
	left: -10px;
	bottom: -10px;
	content: "";
	width: 100px;
	height: 54px;
	display: block;
	background: url(/attending/kokunai/momiji/tour/images/recommend_bnr.png) no-repeat;
	background-size: 100% auto;
}
.tour_item .tour_ttl{
	margin-bottom: 20px;
	font-weight: 500;
}
.tour_item .tour_ttl a{
	color: #1d3994;
	text-decoration: underline !important;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
}
.tour_item .img_col{
	width: 48.7%;
	float: left;
}
.tour_item .img_col .col{
	width: 48.8%;
	float: left;
	margin-right: 2.4%;
}
.tour_item .img_col .col:last-of-type{
	margin-right: 0;
}
.tour_item .intro_col{
	width: 49.2%;
	float: right;
}
.tour_item .tour_txt{
	background: #efefd9;
	border-radius: 7px;
	font-size: 14px;
	font-size: 1.4rem;
    line-height: 1.4;
	padding: 10px 15px;
	margin-bottom: 15px;
}
.tour_item .tour_txt li{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	overflow: hidden;
    text-overflow: ellipsis;
}
.tour_item .tour_price{
	text-align: right;
	font-weight: bold;
	font-size: 23px;
	font-size: 2.3rem;
	color: #ff0000;
	margin-bottom: 8px;
	letter-spacing: 1px;
}
.tour_item .app_btn.short{
	float: right;
	width: 91.5%;
}


.tour_slider_wrap{
	background: #FFF;
	padding: 25px 30px;
	border: 1px solid #000000;
	border-radius: 10px;
}
.tour_slider_wrap .tour_item {
	margin-bottom: 0;
}

.ttl_style04{
	text-align: center;
	margin-bottom: 20px;
    background-color: #660000;
}

.ttl_style04 span {
	display: inline-block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 19px;
	position: relative;
	line-height: 1;
    color: #fff;
    height: 50px;
	line-height: 50px;
}
.sliderJS{
  display: none;
}
.sliderJS.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}

.list_tour_slider{
    margin-bottom: 63px !important;
}

.list_tour_slider .slick-dots{
	bottom: -40px;
    display: none !important;
}

.list_tour_slider .slick-dots li button:before{
	font-size: 0px;
	opacity: 1;
	border: 1px solid #000;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}

.list_tour_slider .slick-dots li.slick-active button:before{
	opacity: 1;
	background: #000;
}
.list_tour_slider .slick-dots li{
	margin: 0px 1px;
}

.list_tour_slider .slick-prev{
	left: 10px;
	background: url("/attending/kokunai/momiji/tour/images/ico-prev.png") no-repeat;
	background-size: 10px 20px;
	width: 10px;
	height: 20px;
}

.list_tour_slider .slick-next{
	right: 10px;
	background: url("/attending/kokunai/momiji/tour/images/ico-next.png") no-repeat;
	background-size: 10px 20px;
	width: 10px;
	height: 20px;
}

.list_tour_slider .slick-prev:before, .list_tour_slider .slick-next:before{
	display: none;
}

.list_tour_slider .tour_item .app_btn.short{
	width: 100%;
}

.list_tour_slider .tour_ttl{
	margin-bottom: 20px;
}

/*Z015721900_紅葉特集2020_終了処置依頼*/
/*.finished {
    font-size: 20px;
    line-height: 1.5;
    color: #ff0000;
    text-align: center;
    padding: 10px 0 15px;
    font-weight: bold;
    background: #fff;
}
.cate_btn ul li.disabled a {
	pointer-events: none;
	background-color: rgb(168, 168, 168);
	color: #C8C8C8;
}

.cate_btn ul li.disabled::after {
	border: 1px solid #a8a8a8;
}

.cate_btn ul li.disabled a::before {
	border-top: solid 2px #C8C8C8;
	border-right: solid 2px #C8C8C8;
}*/

/*=================
ツアー
=================*/
.bot {
	display: -ms-flexbox;
    display: -webkit-flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.tourCassette_content {
	position: relative;
	background-color: #ffffff;
	padding: 10px;
	margin: 0 15px 15px 0;
	display: block;
	width: calc(100% / 4 - 32px);
	box-shadow: 2px 2px 5px;
}


.tour-card__desc {
    background: #f4790b;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 4px;
    padding-left: 3px;
    text-align: left;
}

.desc__clamp {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    width: 180px;
}

.tourCassette_content:nth-of-type(4n) {
	margin-right: 0;
}

.tourCassette_content a {
	text-decoration: none;
	display: block;
}

.tourCassette_content a:hover {
	opacity: 0.5;
}

.tourCassette_ph,
.tourCassette_title {
	margin-bottom: 10px;
}

.tourCassette_title {
	color: #31384f;
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
}
.tourCassette_ph {
	width: 224px;
    height: 168px;
}
.tourCassette_ph img {
	width: 100%;
    height: 100%;
}

.tourCassette_icon ul {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}

.tourCassette_icon ul li {
	background-color: #fffffff;
	border: 1px solid #ff9c00;
	padding: 2px;
	text-align: center;
	margin-right: 6px;
	margin-bottom: 5px;
	width: calc(100%/2 - 9px);
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
}

.tourCassette_icon ul li:nth-child(even) {
	margin-right: 0px;
}

.tourCassette_icon ul li span {
	font-size: 12px;
	line-height: 1.2;
	color: #ff9c00;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tourCassette_icon ul li span span.clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tourCassette_text {
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 30px;
}

.tourCassette_pirce {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	text-align: left;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.tourCassette_rcmnd {
    position: absolute;
	top: -6px;
	left: -6px;
	padding: 5px 10px;
	padding-right: 40px;
	font-size: 16px;
	line-height: 1.0;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino kaku Gothic ProN", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
	color: #ffffff;
	background: linear-gradient(-45deg,transparent,transparent 25%,#ff0000 0%,#ff0000);
}
.tourCassette_rcmnd::before {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	content: ' ';
	border: 3px solid transparent;
	border-top: 3px solid #c80000;
	border-right: 3px solid #c80000;
}
.tourCassette_rcmnd img {
	vertical-align: sub;
}
/*.ribbon{
  position:relative;
  background: #ff0000;
  padding: 1em;
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino kaku Gothic ProN", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
}*/
/*.ribbon:after{
  content: "";
  position:absolute;
  top:0;
  right:0;
  width:0;
  height:0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 25px 15px 25px 0;
}*/
.list_tour {
	display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.btn_style02 {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 20px 10px 20px;
	color: #ffffff;
	text-align: center;
	background: #f4790b;
	position: relative;
	margin-right: 5px;
	display: block;
	font-style: italic;
	width: 495px;
}
.btn_style02 span{
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	font-style: italic;
}
.btn_style02 :before{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 5px;
	width: 100%;
	height: 1px;
	background: #f4790b;
}
.btn_style02:after{
	content: '';
	position: absolute;
	background: #f4790b;
	width: 1px;
	height: 100%;
	top: 5px;
	right: -5px;
}
/*おすすめ特集*/
.swiper-container-horizontal > .swiper-scrollbar {
	left: 0 !important;
	width: 100% !important;
	height: 8px !important;
}

.common_recommend_wapper {
	margin-top: 50px;
}

#SlideBanner {
	width: 974px;
}

.swiper-wrapper {
	margin-bottom: 25px;
}

.bannerCassette_content {
	width: 100%;
}

.bannerCassette_content p {
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.3;
}

.bannerCassette_content p.bannerImg {
	width: 219px;
	height: 174px;
}

.bannerCassette_content img {
	width: 100%;
	height: auto;
	max-width:100%;
	max-height:100%; 
}

.swiper-banner-container {
	position: relative;
	width: 1024px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.swiper-banner-container .swiper-slide a{
	display:block;
}

.swiper-banner-container .swiper-slide a:hover{
	opacity:0.7;
	transition-duration: 0.3s;
	text-decoration: underline;
	color:#4c4c4c;
}

.swiper-button-prev, .swiper-button-next {
    width: 44px !important;
    height: 44px !important;
    background-size: 44px 44px !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	display: none;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(/attending/kokunai/momiji/images/arrow.png) !important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(/attending/kokunai/momiji/images/arrow.png) !important;
	transform: scale(-1, 1); /* 左右反転 */
}
/*211208追加*/
.item_gray {
	background-color: #303030;
	pointer-events: none;
}

.list_select .item_gray p {
	color: #888888;
}


.sns_icn--bukuma {
    width: 20px;
}

.sns_icn--line {
    width: 22px;
}

.sns_icn--facebook {
    width: 11px;
}

.sns_icn--twitter {
    width: 21px;
}

.sns_icn--pocket {
    width: 21px;
}

.list_select-img01 {
    display: inline-block;
    width: 22px;
}

.list_select-img02 {
    display: inline-block;
    width: 19px;
}

.list_select-img03 {
    display: inline-block;
    width: 30px;
}

.list_select-img04 {
    display: inline-block;
    width: 25px;
}

.list_select-img05 {
    display: inline-block;
    width: 46px;
}

#btnToTop {
	display: none;
}

.more_btn_onsen .btn_style_onsen {
    line-height: 20px;
    padding: 20px 10px 20px;
    color: #ffffff;
    text-align: center;
    background: #660000;
    position: relative;
    margin-right: 5px;
    display: block;
    width: 495px;
	margin: 0 auto;
}

.more_btn_onsen .btn_style_onsen span {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.btn_style_onsen:after {
    content: "";
    display: block;
    background: url(/attending/kokunai/momiji/images/arrow01.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 13px;
}



/*start_リニューアル2021対応*/
:where(.containner) *,
:where(.containner)::after,
:where(.containner)::before {
  box-sizing: content-box;
}

:where(.containner) img {
  width: auto;
}
/*end_リニューアル2021対応*/

.list-box-info {
	padding-top: 5px;
}
.wp-inner02 {
	display: inline-block;
	width: 1024px;
}
.box-info-slide {
	width: 529px;
    float: left;
}
.wp-inner02.evn .box-info-slide {
	width: 529px;
    float: right;
}
.box-info-slide .ttl-box {
    margin-top: -15px;
    margin-bottom: 20px;
}
.box-info-slide .tag {
    font-weight: bold;
    font-style: italic;
    color: #660000;
    font-size: 15px;
    background: url(../images/kyoto/bg-white.png) no-repeat center top/100% 100%;
    width: 295px;
    height: 37px;
    margin-left: auto;
    position: relative;
    line-height: 40px;
    text-align: right;
    padding-right: 20px;
    display: block;
    margin-bottom: 14px;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.box-info-slide .tag span:nth-child(1) {
    background: url(../images/kyoto/bg-red.png) no-repeat center/cover;
    color: #fff;
    font-size: 15px;
    position: absolute;
    height: 37px;
    width: 136px;
    top: 0px;
    left: 0px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.box-info-slide .description {
    font-size: 15px;
    color: #660000;
    line-height: 25px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}
.spot-slide {
	width: 465px;
	float: right;
}
.wp-inner02.evn .spot-slide {
	width: 465px;
	float: left;
}
.spot-slide .swiper-wrapper {
	margin-bottom: 0;
}
.spot__swiper-pagination {
  text-align: center;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0px 10px;
}

.swiper-pagination-bullet-active {
  background-color: #d00f0f;
}
