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

li {
    list-style-type: none;
}

.mincho,
.mincho span {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif !important;
    font-size: 16px;
    color: #676666;
}

.italic {
    font-style: italic;
}

.wrapall {
    width: 1024px;
    margin: 0 auto;
    padding-top: 40px;
}

.search {
    padding-top: 55px;
}

.search .cal {
    background: #fff;
}

.search h2 {
    text-align: center;
}

.search .kMds {
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 25px;
    position: relative;
    padding: 10px 0;
    display: block;
    width: 100%;
    background: #f9d3dd;
    margin-bottom: 24px;
}

.search .kMds:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -16px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f9d3dd transparent transparent transparent;
    border-width: 16px 16px 0 16px;
}

.srchInBlk {
    background: #fd628e;
}

.srchInBlk .srchBox01 {
    padding-bottom: 15px;
    position: relative;
}

.srchInBlk .srchBox01:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -16px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fd628e transparent transparent transparent;
    border-width: 16px 16px 0 16px;
}

.search #hatsuJS {
    background: #fd628e;
    width: 100%;
    text-align: center;
    padding: 21px 0;
    position: relative;
}


/*topに戻る*/
img.btn_top {
    width: 60px;
}

div.btn_top {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 10;
    margin: auto;
    width: 1210px;
}

.btn_top a {
    position: absolute;
    right: 0;
    bottom: 0;
}



/*タブ切り替え*/
#search .tab {
    /* margin-top: 6px; */
    box-sizing: border-box;
    /* margin: 0 auto; */
}

#search .tab ul {
    /* margin: 0 auto; */
    width: 964px;
    display: flex;
    /* justify-content: space-around; */
}

#search .tab ul li {
    /* display: inline-block; */
    /* width: 448px; */
    position: relative;
    height: 50px;
    flex: 1;
}

#search .tab ul li > p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    border-radius: 10px 10px 0 0;
    display: block;
}

#search .tab ul li:first-child {
    margin-right: 4px;
}

#search .tab ul li:first-child > p {
    background: #0086c8;
}

/*海外旅行*/
#search .tab ul li:last-child > p {
    background: #f3358a;
}

/*国内旅行*/
#search .tab ul li.active {
    position: relative;
    flex: 1;
}

#search .tab ul li.active > p {
    color: #00abd6;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 480px;
    height: 68px;
}

#search .tab ul li:last-child.active > p {
    color: #f3358a;
}

#search .tab ul li::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 42%;
    right: 18px;
}

#search .tab ul li.active::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #00abd6;
    border-right: solid 2px #00abd6;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 42%;
    right: 80px;
    margin-top: -4px;
}

#search .tab ul li:last-child.active::after {
    border-top: solid 2px #f3358a;
    border-right: solid 2px #f3358a;
}

#hatsuJS select#p_hatsu_sub {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

#hatsuJS select#p_hatsu_sub::-ms-expand {
    display: none;
}

.search #hatsuJS {
    position: relative;
    border-radius: 4px;
    background: #ffffff;
    width: 220px;
    margin: 10px auto;
    height: auto;
    padding: 0;
}

.search #hatsuJS::before {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 25px;
    margin-top: -3px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.search #hatsuJS select {
    padding: 10px 40px 10px 10px;
    color: #333333;
}


html > body p.linkarea a {
    display: inline-block;
    margin-top: 14px;
    background: #be000f;
    color: #fff;
    padding: 10px 30px 10px 25px;
    line-height: 1;
    border-radius: 6px;
    position: relative;
}

html > body p.linkarea a::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 38%;
    right: 18px;
}

html > body p.linkarea a:hover {
    text-decoration: none;
}

html > body p.linkarea a img {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 5px;
}

html > body p.linkarea a:hover {
    opacity: 0.7;
}

.tourMainArea {
    padding: 0 30px;
}

.tourMainArea .noTour {
    font-size: 16px;
    text-align: center;
    padding: 40px 0;
    background-color: #f8f8f8;
}

.tourItem {
    position: relative;
    padding-bottom: 25px;
    margin-top: 10px;
    /*display: inline-block;*/

}

.tourItem:first-child {
    margin-top: 0;
}

.tourItem > .tourTitle {
    padding: 6px 10px;
    background: #fd628e;
    width: 940px;
    margin-bottom: 8px;
}

.tourItem > .tourTitle a {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
}

.tourItem > .tourItemContent {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    position: relative;
    border-top: 4px solid #dcdcdc;
}

.tourItem > .tourItemContent::before {
    content: "";
    background: #fcfa2b;
    width: 170px;
    height: 4px;
    position: absolute;
    top: -4px;
    left: 0;
}

.tourItem > .tourItemContent p.tourBar {
    background: #dcdcdc;
    width: auto;
    height: 4px;
}

.tourItem > .tourItemContent p.tourBar span {}

.tourItem > .tourItemContent > .tourImages {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    margin-right: 18px;
}

.tourItem > .tourItemContent > .tourImages > .tourImage {
    width: 200px;
    display: inline-block;
}

.tourItem > .tourItemContent > .tourImages > .firstph {
    margin-right: 5px;
}

.tourItem > .tourItemContent > .tourImages > .tourImage > img {
    max-width: 100%;
    height: auto;
}

.tourItem > .tourItemContent > .tourText {
    flex: 1;
}

.tourItem > .tourItemContent > .tourText > .tourAttList {
    margin-left: -3px;
    letter-spacing: -.4em;
}

.tourItem > .tourItemContent > .tourText > .tourAttList > .tourAtt {
    display: inline-block;
    margin: 3px;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 1;
    padding: 8px 10px;
    color: white;
    text-align: center;
    border-radius: 6px;
}

.tourItem > .tourItemContent > .tourText > .tourAttList > .tourAtt.attNew {
    background-color: #fa0505;
}

.tourItem > .tourItemContent > .tourText > .tourAttList > .tourAtt.attLimit {
    background-color: #1eb300;
}

.tourItem > .tourItemContent > .tourText > .tourAttList > .tourAtt.attWeb {
    background-color: #00a7b3;
}

.tourItem > .tourItemContent > .tourText > .tourAttList > .tourAtt.attEarly {
    background-color: #e66b00;
}

.tourItem > .tourItemContent > .tourText > .tourTitle a,
.tourItem > .tourItemContent > .tourText > .tourTitle a:visited {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: #00abd6;
    display: block;
}

.tourItem > .tourItemContent > .tourText > .tourTitle a:hover {
	text-decoration: underline;
}

.tourItem > .tourItemContent > .tourText > .tourPoint {
    font-size: 14px;
    line-height: 1.4;
    /*margin-top: 2px;*/
    color: #333;
    text-indent: -14px;
    padding-left: 14px;
}

.tourItem > .tourItemContent > .tourText > div {
    clear: both;
    overflow: hidden;
}

.tourItem > .tourItemContent > .tourText > div .tourPrice {
    text-align: right;
    margin-top: 10px;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    color: #c00404;
    display: inline-block;
    float: right;
}

.tourItem > .tourItemContent > .tourText div .tourDate {
    line-height: 1;
    font-size: 14px;
    margin-top: 12px;
    display: inline-block;
}

.tourItem > .tourItemContent > .tourText > .linkarea {
    text-align: right;
}

.end {
    border: 1px solid #FF0004;
    padding: 3px 8px;
    color: #FF0004;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin: 10px auto;
    font-size: 15px !important;
}

.end2 {
    color: #FF0004;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 25px !important;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
}

/*ヘッダー出発地コメントアウト*/
.slectAreaBox {
    /* display: none;*/
}


.tab_innerBox {
    padding: 30px;
    background: #e3f1f9;
}

.area_tabiList {
    width: 1024px;
    display: flex;
    overflow: hidden;
}

.area_tabiList li {
    height: 90px;
    position: relative;
    margin-right: 2px;
    width: calc(100%/9);
}

.area_tabiList li:last-child {
    margin-right: 0;
}

.area_tabiList li::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 49%;
    right: 10px;

}

.area_tabiList li.active::after,
.area_tabiList li:hover::after {
    border-top: solid 2px #0086c8;
    border-right: solid 2px #0086c8;

}

.area_tabiList li a {
    background: #0086c8;
    border-radius: 6px 6px 0px 0px;
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    display: table-cell;
    width: calc(100%/9);
    padding: 36px 15px 36px 0;
    box-shadow: 0px -4px 12px 0px rgba(0, 0, 0, 0.1) inset;
}


.area_tabiList li:nth-child(3) a, .area_tabiList li:nth-child(9) a {
    line-height: 20px;
    padding: 24px 15px 23px 0;
    height: 43px;
}

.area_tabiList li a:hover,
.area_tabiList li.active a {
    background: #e3f1f9;
    color: #0086c8;
    text-decoration: none;
    box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0) inset;
}


/*top スライド*/

.slider {
    margin: 0 0 50px;
}

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

.single-item {
    max-width: 1800px;
    min-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}

.slick-prev::before,
.slick-next::before {
    font-size: 24px;
}

.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next {
    right: 20px;
    z-index: 99;
}

.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .slick-prev {
    left: 15px;
    z-index: 100;
}

.single-item .slick-prev::before,
.single-item .slick-next::before {
    color: #666;
}

.slick-dots {
    bottom: 105px;
    z-index: 99;
}

/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}

.multiple-item li {
    margin: 0 5px;
}

.thumb-item {
    max-width: 700px;
    margin: 0 auto 5px;
    padding: 0 5px;
}

.thumb-item-nav {
    max-width: 700px;
    margin: 0 auto;
}

.thumb-item-nav li {
    margin: 5px;
}

.lazy-item {
    width: 400px;
    margin: 0 auto 50px;
}

.lazy-item li {
    margin: 0 5px;
}

.top_charter {
    overflow: hidden;
}

.top_charter > div {
    width: 1024px;
    height: 460px;
    margin: 0 auto;
    position: relative;
}

.top_charter .single-item {
    position: absolute;
    top: 0;
    left: -50%;
}

.top_charter .ttl_bg01 {
    width: 1800px;
    height: 266px;
    position: absolute;
    top: 95px;
    left: -50%;
    background: url("/attending/charter/images/tl_bg.png");
}

.top_charter h1 {
    position: absolute;
    top: 0px;
}

.top_charter .ttl_bg02 {
    position: absolute;
    bottom: 0px;
    right: -40%;
}

/*チャーター直行便の魅力*/
.pointbox {
    position: relative;
    overflow: hidden;
    height: 660px;
    width: 100%;
    min-width: 1024px;
    margin: 0 auto;
}

.pointbox:before {
    content: '';
    position: absolute;
    top: 200px;
    right: 0;
    width: 120%;
    height: 100%;
    margin: 45% -50% 0;
    background: #e3f1f9;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    z-index: -1;
}

.pointbox_inner {
    box-sizing: boder-box;
    width: 100%;
    min-width: 1024px;
    height: 660px;
    margin: 0 auto;
    /*padding: 100px 10px 120px;*/
    color: #fff;
    text-align: center;
}

.seo {
    font-size: 18px;
    line-height: 1.4;
    padding: 30px 60px 45px;
    text-align: left;
}

.pointbox_inner .box976 ul {
    clear: both;
    overflow: hidden;
    padding: 8px;
    margin-top: 50px;
}

.box976 {
    clear: both;
    width: 976px;
    height: auto;
    margin: 0 auto;
}

.pointbox_inner .box976 ul li {
    float: left;
    width: 300px;
    height: 280px;
    background: #fff;
    box-shadow: 0px 0px 8px 4px #e3f1f9;
    margin-right: 30px;
    padding-top: 30px;
    position: relative;
}

.pointbox_inner .box976 ul li:first-child {
    background-image: url("/attending/charter/images/charm01_bg.png");
    background-repeat: no-repeat;
    background-position: 10px 120px;

}

.pointbox_inner .box976 ul li:nth-child(2) {
    background-image: url("/attending/charter/images/charm02_bg.png");
    background-repeat: no-repeat;
    background-position: 20px 50px;

}

.pointbox_inner .box976 ul li:last-child {
    margin-right: 0;
    background-image: url("/attending/charter/images/charm03_bg.png");
    background-repeat: no-repeat;
    background-position: 60px 105px;

}

.pointbox_inner .box976 ul li p {
    width: 260px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    position: absolute;
    top: 172px;
    left: 20px;

}

.bg_blue {
    background-color: #e3f1f9;
}

.bg_blue > div {
    clear: both;
    width: 1024px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.bg_blue h2 {
    width: auto;
    /*background-color: #2d99cd;*/
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 15px;
    margin: 15px 0 10px 0;
}

.bg_blue .box01 {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 40px;
}

.photobox {
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

/* .photobox li {
    float: right;
    
}

.photobox li:first-child {
    float: left;
    
} */

.bg_blue .box01 h3,
.bg_blue .tab-01 h3 {
    background-color: #2d99cd;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 15px;
    margin: 15px 0 0 0;
}

.bg_blue .box01 ul.col_2 {
    clear: both;
    overflow: hidden;
}

.bg_blue .box01 ul.col_2 li {
    width: 480px;
    float: left;
    padding: 10px 0;
    border-bottom: 1px #cdcdcd dotted;

}

.bg_blue .box01 ul.col_2 li:nth-child(2n) {
    margin-left: 30px;
}

.TempLink,
.TempDate,
.TempPrice {
    margin-bottom: 10px;
}

.TempTxt .TempLink a {
    font-size: 18px;
    font-weight: bold;
}

.TempTxt .TempDate {
    font-size: 18px;
    padding: 2px 4px;
    background-color: #fdfb6a;
    display: inline-block;
}

.TempTxt .TempPrice {
    font-size: 18px;
    font-weight: bold;
    color: #be000f;
    text-align: right;
}

.TempTxt .TempLinkBtn {
    margin-bottom: 10px;
}

.TempTxt .TempLinkBtn a {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background-color: #be000f;
    padding: 10px 0;
    width: 270px;
    text-align: center;
    border-radius: 4px;
    display: block;
    position: relative;
}

.TempTxt .TempLinkBtn a:hover {
    text-decoration: none;
    opacity: 0.7;

}

.TempTxt .TempLinkBtn a::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 40%;
    right: 10px;
}

.box01 ul.col_2 .TempDate {
    float: left;
}

.box01 ul.col_2 .TempTxt .TempLinkBtn {
    display: inline-block;
    float: right;
}

.box01 ul.col_2 .TempTxt .TempPrice {
    float: right;
}

.box01 ul.col_2 li.no_tour {
    min-height: 20px;
    font-size: 20px;
    text-align: center;
    width: 930px;
    border: none;
    padding: 30px 0;
}

.tab-01 {
    width: 300px;
    float: left;
    padding: 15px 15px 0 15px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 30px;
    margin-right: 30px;
}

.tab-01.mr30 {
    margin-right: 30px;
}

.tab-01 #blkA {
    margin: 15px 0;
}

.tab-01 .TextBox li {
    /*padding-bottom: 10px;*/
    border-bottom: 1px #cdcdcd dotted;
}

.tab-01 .TextBox li:last-child {
    border-bottom: none;
}

.wrapall h2 {
    font-size: 36px;
    text-align: center;
}

.wrapall h2:first-letter {
    font-size: 50px;
    line-height: 1.5;
    color: #0086c8;
}

.wrapall h2 span {
    font-size: 26px;
    color: #0086c8;
}

.featureWrap {
    /*    padding-bottom: 140px;*/
    padding-top: 40px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.featureWrap::before {
    background: url(../images/bgFeature.jpg) top center / contain no-repeat;
    /*background-color: #F2F2F2;*/
    content: "";
    width: 100%;
    top: 80px;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
}

.featureIn {
    width: 1024px;
    margin: 0 auto 50px;
}

.featureIn h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
}

.featureIn h2:first-letter {
    font-size: 50px;
    line-height: 1.5;
    color: #0086c8;
}

.featureIn h2 span {
    font-size: 26px;
    color: #0086c8;
}

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

.featureIn ul li {
    margin-bottom: 25px;
}

/*.featureIn ul li { width:calc(100%/3); margin-right: 30px;}*/
/*.featureIn ul li:last-of-type { margin-right: 0;}*/
.featureIn ul li a:hover {
    opacity: 0.7;
}

.TempTxt {
    margin-top: 10px;
}

.NoTour {
    font-size: 14px;
    text-align: center;
}

.bg_blue .tab-01:nth-child(3n-1) {
    margin-right: 0;
}

/*Z017200700_20201109バナー枠追加*/

/*Z017200700_20201109バナー枠追加*/

/* Z018000300 */
.wrap_point {
    background-color: #e3f1f9;
    padding-bottom: 60px;
}

.wrap_point h2 {
    margin-bottom: 20px;
}

.wrap_point h2.mincho.osusume {
	margin-bottom: 0;
}

.wrap_point ul {
 text-align: center;    
}

.wrap_point .wrapall_merit ul li {
    font-size: 19px;
    line-height: 1.5;
    font-weight: bold;
	color: #000;
	margin-right: 20px;
	margin-bottom: 20px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif !important;
	width: 48.5%;
	float: left;
	text-align: center;
}

.wrap_point .wrapall_merit ul li span {
    font-size: 15px;
    line-height: 1.0;
    font-weight: bold;
	color: #fff;
	background-color:rgba(200, 0, 0, 1);
	text-align: center;
	padding: 3px 10px;
	border-radius: 10px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif !important;
}

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

.wrap_point ul li span {
    font-size: 19px;
    line-height: 1.5;
	color: #000;
}

.wrapall h2.osusume {
    background-color: rgba(200, 0, 0, 1);
    border-radius: 6px 6px 0 0;
    font-size: 36px;
    color: #fff;
    text-align: center;
}

.wrapall h2.osusume:first-letter {
    font-size: 50px;
    line-height: 1.5;
    color: #ffff00;
}

.wrap_osusume .wrapall {
	padding-top: 0;
}

.wrap_osusume-inner {
    background-color: #fffcdb;
    border-radius: 0 0 6px 6px;
    padding: 15px 0 20px 15px;
}

.tour-osusume {
    margin-bottom: 80px;
}

.slide-arrow {
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.slide-arrow.slick-disabled {
    opacity: 0.3;
}

.slide-prev {
    left: -50px;
}

.slide-next {
    right: -35px;
}

.slide-prev::before,
.slide-next::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    border-top: 6px solid rgba(200, 0, 0, 1);
    border-right: 6px solid rgba(200, 0, 0, 1);
}

.slide-prev::before {
    transform: translateY(-50%) rotate(-135deg);
}

.slide-next::before {
    transform: translateY(-50%) rotate(45deg);
}

.slide-dots {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slide-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slide-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 5px;
    height: 5px;
    padding: 5px;

    cursor: pointer;

    border: 0;
    outline: none;
    background: #CDD6DD;
    border-radius: 50%;
}

.slide-dots li.slick-active button {
    background: rgba(200, 0, 0, 1);
}

.slide-dots li button:hover,
.slide-dots li button:focus {
    outline: none;
}

.slide-dots li button:hover:before,
.slide-dots li button:focus:before {
    opacity: 1;
}

.slide_item {
    padding-right: 15px;
}

.slide_item:last-of-type {
    padding-right: 0;
}

.slide_item a {
    display: block;
    text-decoration: none !important;
    transition: all 0.3s;
}

.slide_item a:hover {
    transition: all 0.3s;
    opacity:0.5;
}

.slide_item dl {
    background-color: #fff;
    padding: 10px;
}

.tour_photo img {
    width: 100%;
}

.tour_dest span {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.15);
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    padding: 5px 15px;
}

.slide_item dl dt {
    font-size: 16px;
    font-weight: 900;
    color: #00abd6;
    margin-top: 10px;
	font-weight: bold;
}

/*.slide_item dl dt a {
}*/

.tour_price {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #c00404;
    text-align: right;
    margin-top: 10px;
}

.wrapall p img {
	width: 100%;
}

.wrapall_merit {
	width: 1024px;
	margin: 20px auto;
	background-color: #fff;
	box-shadow: 0px 0px 8px 4px #d3edfb;
	padding-bottom: 30px;
}

.wrapall_merit h2 {
    font-size: 36px;
    text-align: center;
	padding: 10px 0 0;
	font-weight: bold;
	color: #000;
}

.wrapall_merit h2:first-letter {
    font-size: 50px;
    line-height: 1.5;
    color: rgba(200, 0, 0, 1);
}

.wrapall_merit h2 span {
    font-size: 26px;
    color: rgba(200, 0, 0, 1);
}
.wrapall_merit ul {
    margin: 10px 40px 3px;
}

.air_bus {
	margin: 0 auto;
	border: 1px solid #0086c8;
}

.air_bus td {
	font-size: 19px;
	line-height: 1.5;
	border: 1px solid #0086c8;
	color: #000;
	padding: 5px 0;
	vertical-align: middle;
}

.air_bus td.ttl {
	background-color: #0086c8;
	color: #fff;
}

.air_bus td.subttl {
	background-color: #e3f1f9;
	color: #0086c8;
}

.initiatives {
	text-align: right;
	margin: 10px 40px 0;
}

.initiatives a {
	font-size: 16px;
	color: #1d3994;
}

/* Z018329600_2021リニューアル */
.tourHati-icon{
    background: #d9d9d9;
	display: inline-block;
	color: #333333;
	font-size: 16px;
	line-height: 1;
	padding: 5px;
	margin-bottom: 5px;
}
/*おすすめ特集*/
.swiper-container-horizontal > .swiper-scrollbar {
	left: 0 !important;
	width: 100% !important;
	height: 8px !important;
}

.common_recommend_wapper {
	margin-top: 50px;
}

#SlideBanner {
	width: 1024px;
	margin-top: 50px;
}

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

.bannerCassette_content {
	width: 95%;
}

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

.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: 1074px;
	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/charter/images/arrow.png) !important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(/attending/charter/images/arrow.png) !important;
	transform: scale(-1, 1); /* 左右反転 */
}

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

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

#btnToTop {
    display: none !important;
}

.seo {
	color: #4c4c4c;
}

.OnFR, .OnFRight {
    float: right;
}

.OnFL, .OnFLeft {
    float: left;
}

.SR_SrtNumVal a.SortList {
	font-size: 1.2rem;
}