@charset "UTF-8";
/* CSS Document */

:root {
    --theme-color: #D64A8E;
    --secondary-color: #5689E8;
}

.break {
    display: none;
}

.Couple__section {
    width: 100%;
    padding: 30px 0 60px;
}
.seo__section {
    width: 100%;
    padding: 45px 0 15px;
}
.Couple__inner {
    width: 1024px;
    margin: 0 auto;
}

.Bg__pink {
    background: url(/attending/kokunai/couple/images/bg_pink.png) repeat;
}

.Bg__blue {
    background: url(/attending/kokunai/couple/images/bg_blue.png) repeat;
}

.Main__visual {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 550px;
    background: url(/attending/kokunai/couple/images/mv_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.H1__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1504px;
    height: 541px;
}

/*
.H1__title.dept {
    top: calc(50% - 40px);
}
*/

.Main__dept {
    position: absolute;
    top: calc(50% + 192px);
    left: calc(50% + 245px);
    transform: translate(-50%, -50%) skewX(-10deg);
    background-color: var(--theme-color);
    display: inline-block;
    font-size: 24px;
    font-family: 'YuMincho Demibold', serif;
    color: #fff;
    padding: 5px 20px;
}

.Seo {
    font-size: 16px;
    font-family: 'YuMincho Demibold', serif;
    line-height: 1.7;
}

.Group__heading {
    background-repeat: no-repeat;
    background-size: 77px auto;
    background-position: center;
    margin-bottom: 30px;
    padding: 20px 0;
}

.Group__heading.pink {
    background-image: url('/attending/kokunai/couple/images/il__heart-pink.svg');
    background-position: center 55px;
}

.Group__heading.white {
    background-image: url('/attending/kokunai/couple/images/il__heart-white.svg');
    background-position: center 55px;
}

.Couple__catch {
    text-align: center;
}

.Couple__catch-inner {
    width: auto;
}

.H2__heading {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 0.07em;
    font-family: 'YuMincho Demibold', serif;
    color: var(--theme-color);
    text-align: center;
}

.H3__heading {
    font-size: 25px;
    font-family: 'YuMincho Demibold', serif;
    color: var(--theme-color);
    text-align: center;
}

/* ===============================
共通
 =============================== */
.Common__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Common__article {
    background-color: #fff;
    border-radius: 6px;
    width: 325px;
    height: auto;
    overflow: hidden;
}

.Common__article-inner {
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 15px;
}

.Common__photo {
    content-visibility: auto;
    contain-intrinsic-size: 260px;
    height: 260px;
    position: relative;
}

.Common__group {
    display: flex;
    flex-direction: column;
    padding: 0 15px 10px;
}

.Common__area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary-color);
    padding: 0 15px;
}

.Common__area svg {
    margin-right: 10px;
}

.Common__name {
    border-bottom: solid 1px #000;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.07em;
    font-family: 'YuMincho Demibold', serif;
    color: #000;
    margin: 10px 15px 0;
    padding-bottom: 10px;
}

.Common__caption {
    font-size: 14px;
    letter-spacing: 0.06em;
    margin-top: 10px;
    padding: 0 15px;
}

.Common__access {
    padding: 10px 15px 0;
}

.Common__access-inner {
    background-color: #f9edef;
    padding: 10px;
}

.Access__heading {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 5px;
    padding-left: 15px;
}

.Access__heading::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 18px;
    background-color: var(--secondary-color);
}

.Access__text {
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 1.6;
}

.Common__button {
    clear: both;
    margin-top: auto;
    padding: 20px 15px 0;
}

.Common__button-link {
    position: relative;
    display: block;
    background-color: var(--theme-color);
    border: solid 1px var(--theme-color);
    border-radius: 100px;
    font-size: 14px;
    font-family: 'YuMincho Demibold', serif;
    color: #fff;
    text-align: center;
    padding: 10px;
    transition: all 0.5s;
}

.Common__button-link:hover {
    background-color: #fff;
    color: var(--theme-color);
}

.Common__button-link::before,
.Common__button-link::after {
    content: '';
    position: absolute;
    background:#fff;
    transition: all 0.5s;
}

.Common__button-link::before{
    top: 50%;
    right: 10px;
    width: 20px;
    height: 1px;
    transform: translateY(-50%);
}

.Common__button-link::after{
    top: calc(50% - 3px);
    right: 10px;
    width: 7px;
    height: 1px;
    transform: translateY(-50%) rotate(45deg);
}

.Common__button-link:hover::before,
.Common__button-link:hover::after {
    background:var(--theme-color);
}

.Common__other-button {
    width: 550px;
    margin: 30px auto 0;
}

.Other__button-link {
    position: relative;
    display: block;
    border: solid 1px var(--secondary-color);
    background-color: #fff;
    border-radius: 100px;
    font-size: 18px;
    font-family: 'YuMincho Demibold', serif;
    color: var(--secondary-color);
    text-align: center;
    padding: 15px 10px;
    transition: all 0.5s;
}

.Other__button-link:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.Other__button-link::before,
.Other__button-link::after {
    content: '';
    position: absolute;
    background: var(--secondary-color);
    transition: all 0.5s;
}

.Other__button-link::before{
    top: 50%;
    right: 10px;
    width: 20px;
    height: 1px;
    transform: translateY(-50%);
}

.Other__button-link::after{
    top: calc(50% - 3px);
    right: 10px;
    width: 7px;
    height: 1px;
    transform: translateY(-50%) rotate(45deg);
}

.Other__button-link:hover::before,
.Other__button-link:hover::after {
    background: #fff;
}

/* ===============================
国内おすすめツアー
 =============================== */
.Common__wrapper.Group__tour {
    justify-content: flex-start;
}

.Tour__couple {
    display: flex;
    flex-direction: column;
    width: calc(calc(1024px / 4) - 15px);
    height: auto;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.Tour__couple-link {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: opacity 0.5s;
}

.Tour__couple-link:hover {
    opacity: 0.5;
}

.Tour__couple:not(:nth-of-type(4n)) {
    margin-right: 20px;
}

.Tour__couple-details {
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10px;
}

.Tour__photo {
    content-visibility: auto;
    contain-intrinsic-size: 168px;
    height: 168px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.Tour__couple-inner {
    padding: 15px;
}

.Tour__caption {
    padding: 10px 10px 0;
}

.Tour__caption-inner {
    display: block;
    border: solid 1px var(--theme-color);
    font-size: 12px;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 600;
    padding: 5px 10px;
}

.Group__tour-tags {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 0;
}

.Group__tour-tags div {
    width: calc(96% / 2);
}

.Tag__departure {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--theme-color);
    font-size: 12px;
    line-height: 1;
    color: var(--theme-color);
    text-align: center;
    font-weight: 600;
    padding: 5px 10px;
}

.Tag__accompany {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--theme-color);
    font-size: 12px;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 600;
    padding: 5px;
}

.Tour__ttl {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    padding: 10px 10px 0;
}

.Tour__point {
    font-size: 12px;
    line-height: 1.4;
    color: #333;
    padding: 10px 10px 0;
}

.Tour__fee {
    font-size: 16px;
    font-weight: 700;
    color: #ff1f1f;
    text-align: right;
    margin-top: auto;
    padding: 20px 10px 0;
}

.noTour {
    background-color: rgba(0, 0, 0, 0.05);
    text-align: center;
    margin-bottom: 20px;
    padding: 50px 0;
}

/* ===============================
nav
 =============================== */
.Group__nav {
    display: flex;
    justify-content: space-between;
    background-color: var(--theme-color);
    border: solid 1px var(--theme-color);
    border-radius: 5px;
    margin-top: 30px;
}

.Nav__item {
    position: relative;
    text-align: center;
    transition: all 0.5s;
}

.Nav__menu:hover {
    border-radius: 5px 0 0 5px;
    background-color: #fff;
    color: var(--theme-color);
}

.Nav__search:hover {
    border-radius: 0 5px 5px 0;
    background-color: #fff;
}

.Nav__search:hover .Nav__search-link {
    color: var(--theme-color);
}

.Nav__menu {
    width: 650px;
}

.JS__trigger-drop {
    position: relative;
    display: block;
    color: #fff;
    padding: 20px 0;
    cursor: pointer;
}

.JS__trigger-drop::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 23px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(255,255,255,1);
    border-right: 2px solid rgba(255,255,255,1);
    transform: translateY(-50%) rotate(135deg);
    transition: all 0.5s;
}

.JS__trigger-drop::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #fff;
    width: 1px;
    height: 50%;
    transition: all 0.5s;
}

.JS__trigger-drop:hover::before,
.Nav__search-link:hover::after {
    border-top: 2px solid var(--theme-color);
    border-right: 2px solid var(--theme-color);
}

.JS__drop-menu {
/*    transition: opacity .5s;*/
}

.JS__trigger-drop:hover .JS__drop-menu {
    opacity: 1;
}

.Panel {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 10;
    padding-top: 20px;
}
.JS__trigger-drop:hover .Panel {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.Group__nav-inner {
    display: block;
    position: relative;
    border-radius: 5px;
    border: solid 2px;
    background-color: #fff;
    border-color: var(--theme-color);
    width: 100%;
    padding: 5px 20px;
}

.Group__nav-inner::before {
    content: '';
    position: absolute;
    top: -2px;
    left: calc(50% - 5px);
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    background-color: #fff;
    border-color: var(--theme-color);
    transform: translateY(-50%) rotate(-45deg) skew(-15deg,-15deg);
}
.Nav__menu-item {
    text-align: left;
    padding: 5px 0;
}

.Nav__menu-item:not(:last-child) {
    border-bottom: dashed 1px #C3C3C3;
}

.Nav__menu-link {
    position: relative;
    display: block;
    font-size: 1.6rem;
    color: var(--theme-color);
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
}

.Nav__menu-link::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.3s;
}

.Nav__menu-link:hover {
    opacity: 0.5;
}

.Nav__search {
    width: calc(100% - 650px);
}

.Nav__search-link {
    position: relative;
    display: block;
    color: #fff;
    padding: 20px 0;
}

.Nav__search-link::after {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 23px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(255,255,255,1);
    border-right: 2px solid rgba(255,255,255,1);
    transform: translateY(-50%) rotate(135deg);
}

/* ===============================
カップル旅行におすすめの
国内旅行先ランキング
 =============================== */
.Group__ranking article:nth-child(-n+2) {
    margin-bottom: 30px;
}

.Ranking__couple-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    font-family: 'YuMincho Demibold', serif;
    padding: 5px 15px 0;
}

.Ranking__couple-name::before {
    content: "";
    background-repeat: no-repeat;
    width: 68px;
    height: 53px;
    margin-right: 15px;
}

.Ranking__couple-1::before {
    background-image: url(/attending/kokunai/couple/images/icon__rank01.svg);
}

.Ranking__couple-2::before {
    background-image: url(/attending/kokunai/couple/images/icon__rank02.svg);
}

.Ranking__couple-3::before {
    background-image: url(/attending/kokunai/couple/images/icon__rank03.svg);
}

.Ranking__couple-4::before {
    background-image: url(/attending/kokunai/couple/images/icon__rank04.svg);
}

.Ranking__couple-5::before {
    background-image: url(/attending/kokunai/couple/images/icon__rank05.svg);
}

.Article__ranking-big {
    background-color: #fff;
    border-radius: 5px;
    width: 490px;
    overflow: hidden;
}
.Article__ranking-big figure {
    height: 260px;
    overflow: hidden;
}
.Article__ranking-big img {
    width: 490px!important;
    height: auto!important;
}
.Article__ranking-sml {
    background-color: #fff;
    border-radius: 5px;
    width: 325px;
    overflow: hidden;
}

.Couple__name-inner {
    display: flex;
    align-items: center;
    flex-grow: 1;
    border-bottom: solid 1px #000;
    height: 53px;
}

.Article__ranking-inner {
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 15px;
}

.Article__ranking-caption {
    font-size: 14px;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
    padding: 15px 15px 0;
}

.Group__rankig-spot {
    margin-bottom: 15px;
    padding: 20px 15px 0;
}

.Ranking__spot-ttl {
    display: inline-block;
    border: solid 1px #333;
    border-radius: 100px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 7px 25px;
}

.Ranking__spot-place {
    font-size: 14px;
}

.Ranking__guide-link {
    float: right;
    display: inline-block;
    text-align: right;
    margin-top: auto;
    padding: 10px 15px 0;
}

.Guide__link-inner {
    position: relative;
    display: inline-block;
    border-bottom: solid 1px var(--secondary-color);
    font-size: 14px;
    font-weight: 700;
    color: var(--secondary-color);
    padding-right: 10px;
}

.Guide__link-inner::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--secondary-color);
    border-right: 2px solid var(--secondary-color);
    transform: translateY(-50%) rotate(45deg);
}

.Group__ranking-button {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px 0;
}

.Ranking__button {
    flex-grow: 1;
    padding: 0;
}

.Ranking__model-button {
    flex-grow: 1;
}

.Model__button-link {
    position: relative;
    display: block;
    border: solid 1px var(--theme-color);
    background-color: #fff;
    border-radius: 100px;
    font-size: 14px;
    font-family: 'YuMincho Demibold', serif;
    color: var(--theme-color);
    text-align: center;
    padding: 10px;
    transition: all 0.5s;
}

.Model__button-link:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.Model__button-link::before,
.Model__button-link::after {
    content: '';
    position: absolute;
    background:var(--theme-color);
    transition: all 0.5s;
}

.Model__button-link::before{
    top: 50%;
    right: 10px;
    width: 20px;
    height: 1px;
    transform: translateY(-50%);
}

.Model__button-link::after{
    top: calc(50% - 3px);
    right: 10px;
    width: 7px;
    height: 1px;
    transform: translateY(-50%) rotate(45deg);
}

.Model__button-link:hover::before,
.Model__button-link:hover::after {
    background: #fff;
}

.Group__ranking .Common__button {
    margin-top: inherit;
    margin-right: 10px;
}

/* ===============================
カップルでのんびり温泉旅行
 =============================== */

/* ===============================
おすすめの夜景スポット
 =============================== */

/* ===============================
テーマパークから探す
 =============================== */

/* ===============================
おすすめの水族館・動物園・美術館
 =============================== */
.Group__meuseum article:nth-child(-n+3) {
    margin-bottom: 30px;
}

/* ===============================
季節別おすすめの国内旅行先
 =============================== */
#Group__tab-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.Seasons__tab {
    background-color: #fff;
    border: solid 1px var(--theme-color);
    border-radius: 100px;
    font-family: 'YuMincho Demibold', serif;
    font-size: 29px;
    color: var(--theme-color);
    margin: 0 20px;
    padding: 5px 30px;
    cursor: pointer;
    transition: background-color 0.5s, color 0.5s;
}

.Seasons__tab.current {
    background-color: var(--theme-color);
    color: #fff;
}

/* ===============================
テーマから探すカップル旅行
 =============================== */
.Group_couple article:nth-child(-n+3) {
    margin-bottom: 30px;
}

/* ===============================
ご希望の条件からツアーを探す
 =============================== */
#Search {
    border: solid 1px #C3C3C3;
}

/* ===============================
よくある質問
 =============================== */
.onsen__QA--wrapper {
    padding-bottom: 50px;
}

.QA__wrapper {
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 20px;
}

.QA__title {
    display: flex;
    align-items: center;
    padding: 20px 50px 20px 20px;
    cursor: pointer;
}

.QA__title::before {
    content: "Q";
    display: block;
    font-size: 25px;
    font-family: 'YuMincho', serif;
    color: var(--theme-color);
    font-weight: 700;
    text-align: center;
    margin-right: 50px;
}

.QA__title--arrow {
    position: relative;
    width: 100%;
    font-size: 18px;
    font-family: 'YuMincho Demibold', serif;
    color: var(--theme-color);
}


.QA__title--arrow::before,
.QA__title--arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    display: block;
    background-color: #000;
    width: 14px;
    height: 2px;
    transform: translateY(-50%);
    z-index: 10;
}

.QA__title--arrow::before {
    transform: translateY(-50%) rotate(90deg);
}

.open .QA__title--arrow::before {
    transform: translateY(-50%) rotate(0);
}

.QA__contents {
    display: flex;
    align-items: baseline;
    padding: 0 20px 20px;
}

.QA__contents-link {
    font-weight: 600;
    color: var(--secondary-color);
    text-decoration: underline;
}

.QA__contents::before {
    content: "A";
    display: block;
    font-size: 25px;
    font-family: 'YuMincho', serif;
    color: var(--theme-color);
    font-weight: 700;
    text-align: center;
    margin-right: 50px;
}

.QA__contents-inner > p {
    margin-bottom: 10px;
}

.Belongings__heading {
    font-weight: normal;
}

.Belongings__block {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.Belongings__caption {
    display: block;
    white-space: nowrap;
}

/* ===============================
旅の情報
 =============================== */
.Common__wrapper.Information {
    width: 850px;
    margin: 0 auto;
}

.Article__block {
    width: 400px;
    height: auto;
}

.Information__link {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    border: solid 2px var(--theme-color);
    border-radius: 5px;
    padding: 30px 20px 20px;
    transition: background-color 0.5s;
}

.Information__link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--theme-color);
    border-right: 2px solid var(--theme-color);
    transform: translateY(-50%) rotate(45deg);
    transition: border-top 0.5s, border-right 0.5s;
}

.Information__link svg path {
    transition: fill 0.5s;
}

.Information__heading {
    color: var(--theme-color);
    font-weight: 700;
    margin-top: 10px;
    transition: color 0.5s;
}

.Information__link:hover {
    background-color: var(--theme-color);
}

.Information__link:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.Information__link:hover svg path {
    fill: #fff;
}

.Information__link:hover .Information__heading {
    color: #fff;
}

.Information__caption {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-top: 5px;
}

/* ===============================
カップル旅行に関するブログ
 =============================== */
.list-blogs {
    display: flex;
    justify-content: space-between;
}

.list-blogs___item {
    display: flex;
    justify-content: space-between;
    width: calc(98% / 2);
    padding: 10px;
    transition: background-color 0.5s;
}

.list-blogs___item:hover {
    background-color: rgba(86, 137, 232, 0.1);
}

.item-blogs {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-right: 30px;
}

.item-blogs::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.3s;
}

.blogs-thumb {
    width: 175px;
    height: auto;
}

.blogs-thumb img {
    width: 100%;
    height: auto;
}

.blogs-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: calc(100% - 175px - 20px);
}

.blogs-group {
    display: flex;
}

.blogs-group .tag {
    background-color: var(--secondary-color);
    font-size: 14px;
    line-height: 1;
    color: #fff;
    margin-right: 10px;
    padding: 5px 20px;
}

.blogs-group .date {
    font-size: 14px;
    font-weight: 700;
}

.blogs-ttl {
    margin-top: 10px;
}

/* ===============================
おすすめ特集
 =============================== */
/* #Section__feature {
    margin-top: 40px;
}

.Common21__inner--Feature h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
} */

#SlideBanner {
    position: relative;
	width: 100%;
    padding-bottom: 20px;
}

/* #SlideBanner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e7eff7;
    width: 15px;
    height: 100%;
    z-index: 10;
} */

.swiper-wrapper {
	margin-bottom: 25px;
}

.bannerCassette_content {
	width: 95%;
}

.bannerCassette_content p.bannerImg {
    width: 220px;
    height: 175px;
}

.bannerCassette_content img {
	width: 100%;
	height: auto;
	max-width:100%;
	max-height:100%;
}

.swiper-banner-container {
	overflow: hidden;
	position: relative;
	width: 1024px;
	height: auto;
	margin: 0 auto;
    padding: 0 15px;
}

.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 {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.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-prev,
.swiper-button-next {
    background-color: #fff;
    border-radius: 50%;

    width: 50px;
    height: 50px;
    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.8;
}

.swiper-button-prev::before,
.swiper-button-next::before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 15px;
    border-top: 4px solid var(--theme-color);
    border-right: 4px solid var(--theme-color);
}

.swiper-button-prev::before {
    left: 55%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next::before {
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-container-horizontal>.swiper-scrollbar {
    left: 0;
    width: 100%;
    height: 10px;
}
.credit {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 222px;
    right: 5px;
}
.LS03 {
    letter-spacing: 0!important;
}
/*出発地からツアーを探す*/
.box__heading {
    margin: 50px 0 60px;
}
.box__heading h2 {
    padding-bottom:  10px!important;
}
.area-btn__block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    height: 223px;
    align-content: space-between;
    width: 1024px;
    margin: 30px auto 0;
}
.area-btn__link {
    position: relative;
    background: var(--theme-color);
    border: 1px var(--theme-color) solid;
    border-radius: 5px;
    flex-basis: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 15px;
}
.area-btn__link:hover {
    background: #ffffff;
    border: 1px var(--theme-color) solid;
    color: var(--theme-color);
    transition: all 0.3s;
}

.search__btn {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--theme-color);
    border: solid 1px var(--theme-color);
    border-radius: 100px;
    font-size: 14px;
    font-family: 'YuMincho Demibold', serif;
    color: #fff;
    text-align: center;
    padding: 10px;
    transition: all 0.5s;
}
.search__btn:hover{
    background-color: #fff;
    color: var(--theme-color);
}
.search__btn::before,
.search__btn::after {
    content: '';
    position: absolute;
    background:#fff;
    transition: all 0.5s;
}

.search__btn::before{
    top: 50%;
    right: 10px;
    width: 20px;
    height: 1px;
    transform: translateY(-50%);
}

.search__btn::after{
    top: calc(50% - 3px);
    right: 10px;
    width: 7px;
    height: 1px;
    transform: translateY(-50%) rotate(45deg);
}

.search__btn:hover::before,
.search__btn:hover::after {
    background:var(--theme-color);
}
