@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');/* Trajan代替 */
.font_en{
    font-family: "Cinzel", serif;
}
/* CSS Document */

html {
    font-size: 62.5%;
}

body {
    min-width: 1024px;
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
/*    font-feature-settings: "palt";ヘッダー崩れ*/
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}

/*ヘッダー崩れ修正*/
main {
    font-feature-settings: "palt";
}

img {
    width: 100%;
    height: auto;
}

.seo .Common21__inner {
    padding: 20px 0;
}
.seo .Common21__inner p{
    font-size: 1.7rem;
}

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

.flex {
    display: flex;
    flex-wrap: wrap;
}

section {
    margin: 0 auto 40px;
}

.block__heading {
    align-items: center;
    background: #0687c3 url(/attending/best10/images/mv_bg.gif) 0 0;
    display: flex;
    height: 70px;
    justify-content: center;
    padding-left: 90px;
    position: relative;
    text-align: center;
}

.block__heading::before {
    /* content: url("/attending/best10/images/li_ttl_bright.svg"); */
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.block__heading::after {
    /* content: url("/attending/best10/images/li_ttl_bright.svg"); */
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.block__heading__txt {
    color: #fff;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 30px;
    letter-spacing: -0.02em;
    position: relative;
    font-weight: bold;
}

.tex--bot {
    display: block;
    padding-right: 90px;
    width: 295px;
}

.txt--d::before {
    content: url("/attending/best10/images/r_li_w_bright.svg");
    display: block;
    position: absolute;
    right: 285px;
    top: -3px;
}

.txt--b::before {
    content: url("/attending/best10/images/r_li_b_bright.svg");
    display: block;
    position: absolute;
    right: 355px;
    top: -3px;
}

.txt--y::before {
    content: url("/attending/best10/images/r_li_y_bright.svg");
    display: block;
    position: absolute;
    right: 367px;
    top: -3px;
}

.txt--i::before {
    content: url("/attending/best10/images/r_li_i_bright.svg");
    display: block;
    position: absolute;
    right: 295px;
    top: -3px;
}

.txt--c::before {
    content: url("/attending/best10/images/r_li_c_bright.svg");
    display: block;
    position: absolute;
    right: 255px;
    top: -3px;
}

.txt--banner::before {
    content: url("/attending/best10/images/r_li_banner_bright.svg");
    display: block;
    position: absolute;
    right: 195px;
    top: -3px;
}

.tour-card {
    background: #fff;
    border: 1px solid #000;
    box-shadow: 4px 4px 0px #00000029;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.3s;
    width: 240px;
}

.tour-card__img {
    display: block;
    height: 179px;
    position: relative;
    width: 238px;
}

.tour-card__caption.other_ico {
    position: absolute;
    top: -30px;
    left: 85px;
    width: 66px;
}

.tour-card__caption {
    left: 58px;
    position: absolute;
    top: -41px;
    width: 110px;
}

.tour-card__ttl {
    color: #000D6E;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin: 5px 8px;
}

.tour-card__txt {
    color: #000000;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 5px 8px;
}

.tour-card__icon {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
}

.tour-card__icon__item {
    align-items: center;
    border: 1px solid #1A76D2;
    color: #1A76D2;
    display: flex;
    font-size: 12px;
    justify-content: center;
    text-align: center;
    width: 113px;
    margin-left: 4px;
}

.tour-card__price {
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
    margin: auto 0 0 auto;
    padding-right: 5px;
}

.tour__link {
    height: auto;
    margin: 0 0 0 13px;
}

.tour__link:hover {
    opacity: .6;
}

.clamp {
    -webkit-box-orient: vertical;
    color: #1A76D2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.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;
}

.tour-card__desc {
    background: #1F3B71;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 3px;
    padding-left: 3px;
    text-align: left;
}

.block__content {
    display: flex;
    margin: 40px auto 0;
    width: 1024px;
    padding-top: 27px;
}

.more-btn-wrap {
    margin-top: 40px;
    text-align: center;
}

.more-btn-wrap .more-btn {
    background: #1F3B71;
    border-radius: 15px;
    color: white;
    display: inline-block;
    font-size: 20px;
    padding: 15px 85px 15px 60px;
    position: relative;
    width: 480px;
}

.more-btn::after {
    border-right: 2px solid white;
    border-top: 2px solid white;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
}

.more-btn:hover {
    opacity: .7;
    transition: 0.4s;
}

.bus-block {
    margin-top: 40px;
}

.bus-block .bus-block__heading {
    align-items: center;
    color: #333;
    display: flex;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 24px;
    width: 1024px;
    margin: 0 auto;
}

.bus-block__heading::before {
    background-color: #848484;
    content: ' ';
    display: block;
    flex-grow: 1;
    height: 1px;
    margin: 0 2rem 0 1rem;
}

.bus-block__heading::after {
    background-color: #848484;
    content: ' ';
    display: block;
    flex-grow: 1;
    height: 1px;
    margin: 0 1rem 0 2rem;
}

.bus--m {
    margin-top: 35x;
}

.yado-btn__item {
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 15px;
    background: #1F3B71;
    border-radius: 10px;
    flex-basis: 318px;
    margin: 5px;
}

.yado-btn__item::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 33px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    transform: translateY(-50%) rotate( 45deg);
}

.yado-btn__link {
    display: block;
    font-size: 20px;
    color: white;
}

.yado-btn__block {
    display: flex;
    flex-flow: row wrap;
    width: 984px;
    margin: 40px auto 0;
    height: 225px;
    align-content: space-evenly;
}

.yado-btn__item:hover {
    cursor: pointer;
    opacity: .7;
    transition: 0.4s;
}


/* バナー */

.tmp_bn_box dl {
    background-color: var(--white-color);
    outline: 1px solid var(--black-color);
    outline-offset: -1px;
}

.tmp_bn_box dl .photo1 {
    width: 100%;
}

.tmp_bn_box dl .photo1 img {
    width: 100%;
    height: auto;
}

.tmp_bn_box dl dt {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 5px 10px;
}


/* swiper */

.swiper-slider__outer {
    position: relative;
    margin-top: 40px;
}

.swiper-wrapper {
    /* height: auto; */
    padding-bottom: 25px;
}

.swiper-container-horizontal>.swiper-scrollbar {
    height: 10px;
    background: #f5f5f5;
}

.swiper-scrollbar-drag {
    background: #ccc;
}

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

.swiper-button-prev {
    left: 3px;
    transform: translateY(-50%) rotate(-180deg);
    top: 46% !important;
}

.swiper-button-next {
    right: 7px;
    transform: translateY(-50%);
}

.swiper-button-prev,
.swiper-button-next {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 50px;
    top: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
    background-image: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    transition: all 0.3s;
    opacity: 0.5;
}


/* --------------------start_ページトップボタン-------------------- */

#btnToTop {
    position: fixed;
    bottom: -85px;
    right: 15px;
    z-index: 10;
    display: block;
    width: 70px;
    height: 70px;
    opacity: 0.7;
    background: url(/attending/best10/images/gotop.svg) no-repeat center / contain;
    cursor: pointer;
    transition: 0.3s;
}

#btnToTop:hover {
    opacity: 1;
}

#btnToTop.btnToTop--active {
    bottom: 15px;
}


/*おすすめ特集*/

.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: 194px;
} */

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

.bannerCassette_content p.bannerImg {
    width: 219px;
    height: auto;
}
.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/best10/images/arrow.png) !important;
}


/* 前ページボタンのスタイル */

.swiper-button-prev {
    background-image: url(/attending/best10/images/arrow.png) !important;
    transform: scale(-1, 1);
    /* 左右反転 */
}

.no_tour {
    margin: 0 auto 50px;
    padding: 20px;
    font-size: 18px;
}

.bannerCassette_content {
    width: 100%;
}

.MB100 {
	margin-bottom: 100px;
}


#Keyvisual {
    background: #0687c3 url(/attending/best10/images/mv_bg.gif) 0 0;
    width: 100%;
    position: relative;
    padding: 20px 0;
    height: 500px;
    
}

#Keyvisual .mv_ttl {
    background-image: url(/attending/best10/images/mv_top_4img.jpg);
    background-repeat: no-repeat;
    width: 1400px;
    height: 460px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#Keyvisual .mv_ttl::before {
    content: url("/attending/best10/images/mv_ribbon.png");
    display: block;
    position: absolute;
    left: -10px;
    top: -10px;
}

#Keyvisual .mv_ttl::after {
    content: url("/attending/best10/images/mv_ribbon.png");
    display: block;
    position: absolute;
    right: -10px;
    bottom: -10px;
    transform:scale(-1, -1);
}
#Keyvisual .mv_ttl img {
    width: 582px;
    height: 373px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#Keyvisual .mv_txt {
    font-weight: 500;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 314px;
    left: 50%;
    transform: translateX(-50%);
}