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

#Keyvisual {
    position: relative;
    overflow: hidden;
    background-image: url(/attending/kakuyasu/common/images/common_bg.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 100%;
}

.Keyvisual_inner {
    position: relative;
    width: 1300px;
    height: auto;
    margin: 0 auto;
}

.Keyvisual_inner .dest {
    position: absolute;
    top: 31px;
    left: 250px;
    display: inline-block;
    background-color: var(--black-color);
    width: auto;
    height: 36px;
    display: flex;
    align-items: center;
    font-size: 2rem;
    line-height: 1;
    color: var(--white-color);
    padding: 0 10px;
}

.Keyvisual_inner .dest::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 0 0 20px;
    border-color: transparent transparent transparent #000000;
}

h1 {
    width: 1300px;
    height: auto;
    margin: 0 auto;
}

h2 {
    width: 1024px;
    background-image: url(/attending/kakuyasu/common/images/wappen.png);
    background-position: 10% center;
    background-repeat: no-repeat;
    font-size: 3.8rem;
    line-height: 1;
    font-weight: 600;
    color: var(--white-color);
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
    letter-spacing: 0.3rem;
}

.recommended_bg {
    background-color: var(--bg-recommend-color);
}

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

.common_bg {
    background-color: var(--bg-color);
}

.common_btn {
    width: 58.95%;
    height: auto;
    margin: 0 auto;
}

.seo .Common21__inner {
    padding: 20px 0 ;
}

.seo .Common21__inner p {
    font-size: 1.8rem;
    text-align: center;
}

.header_wrap {
    background-image: url(/attending/kakuyasu/common/images/common_bg.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 100%;
}

/* 出発地から格安ツアーを探す */
.dest_header {
    font-size: 2.4rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.dest_navi_wrap {
    background-color: var(--white-color);
    border: solid 2px var(--black-color);
    border-radius: 5px;
    text-align: center;
    padding: 30px 20px;
}

.dest_navi_link {
    display: inline-block;
    margin-right: 16px;
    padding-left: 16px;
}

.dest_navi_link:first-child {
    padding-left: 0;
}

.dest_navi_link a {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    white-space: nowrap;
}

.dest_navi_link a:hover {
    text-decoration: underline;
}

.dest_navi_link a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--theme-color);
    border-right: 2px solid var(--theme-color);
    transform: translateY(-50%) rotate(45deg);
}

/* 検索 */
.search_header {
    font-size: 2.4rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.search_header::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    vertical-align: -2px;
    background: url(/attending/kakuyasu/common/images/icn_search--black.svg) no-repeat center / contain;
}

/* アンカーボタン */
.area_header {
    font-size: 2.4rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    width:100%;
    text-align:center;
    letter-spacing: 0.3rem;
}

.area_navi_wrap.flex {
    justify-content: flex-start;
    align-items: center;
    border-collapse: collapse;
	padding-bottom:60px;
}

.area_navi_btn {
    border: solid 2px var(--theme-color);
    width: 206.8px;
    text-align: center;
    margin: 0 0 -2px -2px;
}

.area_navi_btn a {
    position: relative;
    display: block;
    background-color: var(--white-color);
    font-weight: 600;
    padding: 10px 0 20px;
    transition: background-color 0.5s;
}

.area_navi_btn a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 8px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--theme-color);
    border-right: 2px solid var(--theme-color);
    transform: translateX(-50%) rotate(135deg);
    transition: all 0.3s;
}

.area_navi_btn a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.area_navi_btn a:hover::after {
    border-top: 2px solid var(--white-color);
    border-right: 2px solid var(--white-color);
}

.area_navi_btn.is-empty {
    border: none;
}

/* ツアー */
.tour_link {
    display: flex;
    height: 100%;
    text-decoration: none !important;
    transition: all 0.3s;
}

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

.tour_wrap.flex {
    justify-content: space-between;
    margin-bottom: 41px;
}
.recommended_bg .Common21__inner .tour_wrap.flex {
    margin-bottom: 0;
}

.recommended_bg .Common21__inner .tour_wrap.flex .tmp_tour_box {
    margin-bottom: 0;
}

.Common21__inner.anchor_wrap{
	padding:20px 0 0;
}

/* 端数用 */
.tour_wrap.flex::before {
    content: "";
    display: block;
    width: calc(96% / 4);
    order: 1
}

.tour_wrap.flex::after {
    content: "";
    display: block;
    width: calc(96% / 4);
}
/* 端数用 */

.tmp_tour_box {
    width: calc(96% / 4);
    height: auto;
    margin-bottom: 14px;
    list-style: none;
}

.tmp_tour_box dl {
    /* position: relative; */
    align-content: flex-start;
    background-color: #fff;
    border: solid 1px #000;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

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

.label_block {
    width: 100% !important;
    margin-top: 10px;
    padding: 0 10px;
}

.label_wrap {
    justify-content: space-between;
}

.label_wrap li {
    display: flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: calc(96% / 2);
    height: auto;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 600;
    color: var(--white-color);
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}

.label {
    background-color: var(--label-color);
}

.label-inner {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tmp_tour_box dl dt {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 10px;
    padding: 0 10px;
    letter-spacing:0.2rem;
}


.tmp_tour_box dl .point1 {
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: left;
    margin: 10px 0;
    padding: 0 10px;
}

.tmp_tour_box dl .price {
    /* position: absolute;
    bottom: 10px;
    right: 10px; */
    font-size: 1.9rem;
    line-height: 1.5;
    color: var(--price-color);
    font-weight: bold;
    text-align: right;
    margin-top: auto;
    padding: 0 10px 10px;
}

/* ボタン */
.btn_link {
    position: relative;
    display: block;
    background-color: var(--btn-color);
    border-radius: 10px;
    font-size: 2.0rem;
    color: var(--black-color);
    font-weight: 600;
    text-align: center;
    padding: 15px 0;

    -moz-box-shadow: 5px 5px 0 0 var(--black-color);
    -webkit-box-shadow: 5px 5px 0 0 var(--black-color);
    -ms-box-shadow: 5px 5px 0 0 var(--black-color);
    box-shadow: 5px 5px 0 0 var(--black-color);

    text-decoration: none !important;
    transition: all 0.3s;
}

.btn_link:hover {
    color: inherit;
    transition: all 0.3s;
    opacity: 0.5;
}

.btn_link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--theme-color);
    border-right: 2px solid var(--theme-color);
    transform: translateY(-50%) rotate(45deg);
}

.flex.other_link {
    justify-content: space-between;
}

.other_link .common_btn {
    width: calc(98% / 2);
    margin: 0;
}

/* バナー */
.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-wrapper {
    height: auto;
    padding-bottom: 30px;
}

.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: -30px;
    transform: translateY(-50%) rotate(-180deg);
}

.swiper-button-next {
    right: -30px;
    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;
}

.swiper-slide{
    height:auto;
}

.Search__form {
	margin-bottom: 50px;
	border : solid 1px #e5e5e5;
}