@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%;
}

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

h2 {
    width: 100%;
    min-width: 1024px;
    margin: 0 auto;
    padding: 15px 0;
    color: var(--white-color);
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    background-color: #ec1313;
    background-image: url(/attending/kakuyasu/common/images/wappen.png), url(/attending/kakuyasu/common/images/common_bg.png);
    background-position: calc(50% - 380px) center, center;
    background-repeat: no-repeat, repeat;
}

.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%;
} */

/* ツアー */
.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;
}

/* 端数用 */
.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;
}

.tmp_tour_box dl {
    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;
	/*white-space: nowrap;*/
}

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


.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(--caution-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 0px 0px var(--black-color);
    -webkit-box-shadow: 5px 5px 0px 0px var(--black-color);
    -ms-box-shadow: 5px 5px 0px 0px var(--black-color);
    box-shadow: 5px 5px 0px 0px 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);
}

/* バナー */
.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;
}

.common_bg .swiper-slide{
    height:auto;
}

/* .swiper-button-prev::before,
.swiper-button-next::before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid rgba(18, 138, 120, 1);
    border-right: 3px solid rgba(18, 138, 120, 1);
}

.swiper-button-prev::before {
    left: 60%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next::before {
    left: 40%;
    transform: translate(-50%, -50%) rotate(45deg);
} */
