@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap');

#PageName {
    width: 1024px;
    margin: 10px auto;
    font-weight: bold;
    font-size: 16px;
    padding: 0;
}
.contents a {
    transition: opacity .3s;
    cursor: pointer;
}
.common_inner {
    width: 1024px;
    margin: 0 auto;
}
.bg01 {
    background: url(/attending/gw/images/bg.jpg) repeat;
}
.illus01::after {
    content: "";
    display: block;
    background: url(/attending/gw/images/illus_01.png);
    background-size: cover;
    width: 1024px;
    height: 132px;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}
.illus02::after {
    content: "";
    display: block;
    background: url(/attending/gw/images/illus_02.png);
    background-size: cover;
    width: 1024px;
    height: 98px;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}
.illus03::after {
    content: "";
    display: block;
    background: url(/attending/gw/images/illus_03.png);
    background-size: cover;
    width: 1024px;
    height: 157px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.mainvisual01 {
    height: 500px;
    background: url(/attending/gw/images/keyvis_bg.jpg);
    overflow: hidden;
    position: relative;
}
.mainvisual01 img {
    display: block;
    width: 1300px;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.gw_section {
    padding: 70px 0 80px;
    position: relative;
}
.gw_section.bg01 {
    margin-top: 30px;
    padding: 40px 0 110px;
}
.gw_section.bg02 {
    padding: 40px 0 80px;
}
.gw_section.bg01::before {
    content: "";
    display: block;
    background: url(/attending/gw/images/bg01_top.png) bottom left;
    background-size: cover;
    width: 100%;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
}
.gw_section.bg02::before {
    content: "";
    display: block;
    background: url(/attending/gw/images/bg_top.png) bottom left;
    background-size: cover;
    width: 100%;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
}
.sec_heading {
    padding-top: 20px;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
.sec_heading::after {
    content: "";
    display: block;
    background: url(/attending/gw/images/h2_deco.png);
    width: 121px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sec_heading h2 {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-align: center;
}
.s01 {
    display: block;
    font-size: 40px;
}
.s02 {
    display: block;
    font-size: 18px;
    color: #C1C1C1;
    letter-spacing: 0.15em;
}
.heading__pink {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #DC83B8;
    text-align: center;
    display: block;
    padding-bottom: 10px;
    position: relative;
}
.heading__pink::after {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    background: #DC83B8;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.heading__blue {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #3797CE;
    text-align: center;
    display: block;
    padding-bottom: 10px;
    position: relative;
}
.heading__blue::after {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    background: #3797CE;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.btn {
    transition: 0.3s;
}

/*メニュー*/
.flex {
    display: flex;
    justify-content: space-between;
}
.sec-menu {
    /* height: 70px; */
    margin-top: 40px;
}

.sec-menu-inner {
    /* height: 70px; */
    position: relative;
}
.sec-menu-inner .list-menu {
    width: 814px;
    margin: 0 auto;
}

.sec-menu-inner .list-menu > li {
    /* width: 392px; */
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    padding: 20px;
}
.sec-menu-inner .list-menu > li:hover {
}
.sec-menu-inner .list-menu .kokunai {
    background-color: #DC83B8;
    box-shadow: 0 6px #F2C7E0;
}
.sec-menu-inner .list-menu .kaigai {
    background-color: #3797CE;
    box-shadow: 0 6px #96D5F8;
}
.sec-menu-inner .list-menu_g {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 2px 17px;
    text-align: center;
    position: relative;
    line-height: 1.14;
    color: #333333;
    font-size: 16px;
    height: 69px;
	background: #b3b3b3;
    color: #d0d0d0;
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
}

.sec-menu-inner .list-menu_g:after {
    content: "";
    width: 13px;
    height: 9px;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: 10px;
    background: url(/attending/summer/common/images/icn_arrow_g.png) no-repeat 0 0;
    background-size: 100% auto;
}

.sec-menu-inner .list-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 25px;
    /* padding: 25px 0; */
    color: #ffffff;
    text-align: center;
    position: relative;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
}
.sec-menu-inner .list-menu:after {
    content: '';
    position: absolute;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    top: calc(50% - 2px);
    right: 30px;
    display: block;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(135deg);
    transition: all 0.5s;
}

.sec-menu-inner .list-menu.is-current.nolink,
.sec-menu-inner .list-menu.nolink:hover{
    background: #cccccc;
    color: #fff;
}

.sec-menu-inner .list-menu .js-mega-menu {
    position: absolute;
    left: -1px;
    right: -1px;
    top: 100%;
    background: #fff;
    border: 1px solid #000;
    display: none;
    margin-top: 12px;
	z-index: 10;
}

.sec-menu-inner .list-menu .nolink{
	background: #ccc;
    pointer-events: none;
}
.sec-menu-inner .list-menu .js-mega-menu .nolink{
	background: #ccc;
    pointer-events: none;
}

.sec-menu-inner .list-menu .js-mega-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    border-bottom: 8px solid #000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px;
}

.sec-menu-inner .list-menu .js-mega-menu > li {
    border-bottom: 1px solid #3c3c3c;
}

.sec-menu-inner .list-menu .js-mega-menu > li:last-child {
    border-bottom: none;
}

.sec-menu-inner .list-menu .js-mega-menu a,
.sec-menu-inner .list-menu .js-mega-menu span {
    display: block;
    padding: 10px 20px 10px 20px;
    color: #333 !important;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}


.sec-menu-inner .list-menu .js-mega-menu li.on {
    background: #F8F4BF;
    /*pointer-events: none;*/
    cursor: default !important;
    padding: 10px 20px;
    font-size: 14px;
}

.sec-menu-inner .list-menu .js-mega-menu a:hover {
    background: #3c3c3c!important;
    color: #fff !important;
}

.sec-menu-inner .list-menu .js-mega-menu a:hover:after {
    background-image: url(/attending/summer/common/images/icn_arrow_on.png);
}

.sec-menu-inner .list-menu .js-mega-menu a:after {
    content: "";
    width: 13px;
    height: 9px;
    position: absolute;
    right: 8px;
    top: 50%;
    background: url(/attending/summer/common/images/icn_arrow_off.png) no-repeat 0 0;
    background-size: 100% auto;
    transform: translateY(-50%) rotate(-90deg);
    margin-top: -1px;
}

/*seo*/
.seo {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 1.7;
    margin: 55px auto 50px;
}

/*アンカー*/
.anchor_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.sec_anchor .anchor_wrap {
    width: 808px;
    margin: 0 auto;
}
.anc__link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: baseline;
    width: 202px;
    height: 92px;
    padding: 0 0 25px;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    transition:.3s;
}
.anc__link:hover {
    background: #EFEAE1;
    transition: .3s;
    cursor: pointer;
}
.anc__link::before {
    content: "";
    display: block;
    align-self: start;
    width: 100%;
    height: 40px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}

.anc__link::after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2.5px solid #333333;
    border-right: 2.5px solid #333333;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
}
/*カレンダーから探す*/
.tab__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
    align-items: flex-end;
}
.tab_item.tab_kokunai,
.tab_item.tab_kaigai {
    position: relative;
    width: 280px;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    border-radius: 20px 20px 0 0;
    padding: 14px 0;
    transition-duration: 0.3s;
    color: #fff;
}
.tab_item.tab_kokunai:hover,
.tab_item.tab_kaigai:hover {
    cursor: pointer;
}
.tab_item.tab_kaigai.current,
.tab_item.tab_kokunai.current {
    cursor: auto;
}
.tab_item.tab_kaigai:hover ,
.tab_item.tab_kokunai:hover ,
.tab_item.tab_kaigai.current,
.tab_item.tab_kokunai.current {
    padding: 20px 0;
    transition-duration: 0.3s;
}


#tab_cal_wrap .tab_item.tab_kokunai {
    background: #DC83B8;
}
#tab_cal_wrap .tab_item.tab_kaigai {
    background: #3797CE;
}
#tab_cal_wrap .tab_item.tab_kokunai.current {
    background: #ffe3f4;
    color: #DC83B8;
}
#tab_cal_wrap .tab_item.tab_kaigai.current {
    background: #d8f1ff;
    color: #3797CE;
}
#tab_cal_wrap02 .tab_item.tab_kokunai,
#tab_cal_wrap03 .tab_item.tab_kokunai {
    background: #ffe3f4;
    color: #DC83B8;
}
#tab_cal_wrap02 .tab_item.tab_kaigai,
#tab_cal_wrap03 .tab_item.tab_kaigai {
    background: #d8f1ff;
    color: #3797CE;
}
#tab_cal_wrap02 .tab_item.tab_kokunai.current,
#tab_cal_wrap03 .tab_item.tab_kokunai.current {
    background: #DC83B8;
    color: #fff;
}
#tab_cal_wrap02 .tab_item.tab_kaigai.current,
#tab_cal_wrap03 .tab_item.tab_kaigai.current {
    background: #3797CE;
    color: #fff;
}
#tab_cal_wrap02:has(.tab_kokunai.current),
#tab_cal_wrap03:has(.tab_kokunai.current) {
    border-bottom: 3px solid #DC83B8;
    margin-bottom: 30px;
}
#tab_cal_wrap02:has(.tab_kaigai.current),
#tab_cal_wrap03:has(.tab_kaigai.current) {
    border-bottom: 3px solid #3797CE;
    margin-bottom: 30px;
}

.tab_cts_wrap li {
    padding: 30px 50px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
.tab_cts_wrap a {
    transition: .3s;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.tab_cts_wrap a:hover {
    opacity: 0.7;
}
.tab_cts_wrap img {
    width: auto;
}
.tab_cts_kokunai {
    background: #ffe3f4;
}
.tab_cts_kaigai {
    background: #d8f1ff;
}
/*ツアー*/
.Tour_box {
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.Tour__details {
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*padding-bottom: 10px;*/
}

.tour {
    display: flex;
    flex-direction: column;
    width: 230px;
    height: auto!important;
    border-radius: 10px;
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 10px 10px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: .3s;
}
.tour:not(:nth-child(4n)) {
    margin-right: 20px;
}
.tour a:hover {
    opacity: 0.7;
}
.tour__photo {
    width: 210px;
    height: 158px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.Tour_box .tour .point {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    padding: 5px 10px 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.sec_kokunai .Tour_box .tour .point {
    background: #F5E1ED;
    color: #DC83B8;
}
.sec_kaigai .Tour_box .tour .point {
    background: #D9F1FF;
    color: #3797CE;
}
.Tour_box .tour .icon_wrap {
    white-space: normal;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.Tour_box .depart, .Tour_box .icon {
    font-size: 12px;
    font-weight: 600;
    padding: 4px;
    text-align: center;
    margin-top: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;*/
}
.Tour_box .depart span, .Tour_box .icon span{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.sec_kokunai .Tour_box .depart,.sec_kokunai .Tour_box .icon {
    color: #DC83B8;
    border: #DC83B8 solid 1px;
}
.sec_kaigai .Tour_box .depart,.sec_kaigai .Tour_box .icon {
    color: #3797CE;
    border: #3797CE solid 1px;
}
.depart {
    width: 48.5%;
    text-align: left;
}
.icon {
    width: 48.5%;
}

.Tour_box .ttl {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 10px;
    text-align: left;
}
.Tour_box .txt, .Tour_box .date {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}
/*
.Tour_box .txt {
    margin-bottom: 40px;
}
*/
.tour dl {
    margin-bottom: 40px;
}
.Tour_box .date {
    margin-bottom: 30px;
}
.Tour_box .price {
    font-size: 16px;
    font-weight: 600;
    color: #F22727;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.btn_01 {
    display: block;
    width: 500px;
    border-radius: 50px;
    padding: 20px 0;
    color: #ffffff;
    text-align: center;
    position: relative;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    margin: 30px auto 0;
}
.btn_01::after {
    content: '';
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50%);
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
}
.btn {
    background-color: #7dcd73;
    box-shadow: 0 6px #c1f4b6;
}
.btn.kokunai {
    background-color: #DC83B8;
    box-shadow: 0 6px #F2C7E0;
}
.btn.kaigai {
    background-color: #3797CE;
    box-shadow: 0 6px #96D5F8;
}
.btn:hover {
    opacity: 0.7;
}
.ranking_box .spot .ttl {
    font-size: 22px;
}
.spot .prefecture {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    padding: 4px 8px;
    line-height: 1;
    text-align: center;
    margin: 0 auto 6px;
}
.inner_kokunai .spot .prefecture {
    background-color:#DC83B8;
}
.inner_kaigai .spot .prefecture {
    background-color:#3D98CC;
}
.spot .ttl {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.09em;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.5;
}
.spot .ttl span {
    font-size: 14px;
}
.spot .txt {
    font-size: 14px;
    margin-bottom: 20px;
}

/*ランキング*/
.ranking_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}
.ranking_box .spot01 {
    display: flex;
    flex-direction: column;
    width: 320px;
    height: auto!important;
    margin-bottom: 30px;
    border: 1px solid #DCDBD6;
    border-radius: 10px;
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 10px 10px 0;
}
.ranking_box .spot02 {
    display: flex;
    flex-direction: column;
    width: 240px;
    height: auto!important;
    margin-bottom: 30px;
    border: 1px solid #DCDBD6;
    border-radius: 10px;
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 10px 10px 0;
}
.spot__details {
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* padding-bottom: 10px; */
}
.spot__details .ranking__photo_01 {
    width: 300px;
    height: 220px;
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
}
.spot02 .ranking__photo_01 {
    width: 220px;
    height: 160px;
}
.rankingBtn_list {
    width: 94%;
    white-space: normal;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 15px;
    position: absolute;
    bottom: 5px;
}
.inner_kaigai .spot02 .rankingBtn_list,
.kokunai_cts .spot02 .rankingBtn_list,
.kaigai_cts .spot02 .rankingBtn_list {
    width: 94%;
    display: block;
    margin-top: 15px;
    position: absolute;
    bottom: 5px;
}
.rankingBtn01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 144px;
    height: 44px;
    padding: 15px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    border-radius: 50px;
    position: relative;
    margin-bottom: 15px;
    color: #FFFFFF;
}
.rankingBtn02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 298px;
    height: 44px;
    padding: 15px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    border-radius: 50px;
    position: relative;
    margin-bottom: 15px;
    color: #FFFFFF;
}
.spot02 .rankingBtn01 {
    width: 109px;
    letter-spacing: 0.01em;
}
.fs11 {
    font-size: 11px;
    line-height: 1.2;
}
.spot02 .fs11 {
    font-size: 11px;
    line-height: 1.2;
    padding: 10px;
}
.inner_kokunai .spot01 .txt, .inner_kokunai .spot02 .txt {
    margin-bottom: 80px;
}
.inner_kaigai .spot01 .txt {
    margin-bottom: 80px;
}
.inner_kaigai .spot02 .txt {
    margin-bottom: 135px;
}
.inner_kaigai .spot02 .rankingBtn01,
.kokunai_cts .spot02 .rankingBtn01,
.kaigai_cts .spot02 .rankingBtn01 {
    width: 100%;
}
/*ランキングnumber*/
.ranking_box .spot .ttl::after {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
}
/*.d_01::after {
    background: url(/attending/gw/images/nb01_d.png);
    width: 53px;
    height: 57px;
}
.d_02::after {
    background: url(/attending/gw/images/nb02_d.png);
    width: 68px;
    height: 58px;
}
.d_03::after {
    background: url(/attending/gw/images/nb03_d.png);
    width: 66px;
    height: 58px;
}
.d_04::after {
    background: url(/attending/gw/images/nb04_d.png);
    width: 70px;
    height: 57px;
}
.d_05::after {
    background: url(/attending/gw/images/nb05_d.png);
    width: 68px;
    height: 58px;
}
.d_06::after {
    background: url(/attending/gw/images/nb06_d.png);
    width: 69px;
    height: 58px;
}
.d_07::after {
    background: url(/attending/gw/images/nb07_d.png);
    width: 60px;
    height: 54px;
}
.d_08::after {
    background: url(/attending/gw/images/nb08_d.png);
    width: 60px;
    height: 55px;
}
.d_09::after {
    background: url(/attending/gw/images/nb09_d.png);
    width: 58px;
    height: 54px;
}
.d_10::after {
    background: url(/attending/gw/images/nb10_d.png);
    width: 71px;
    height: 55px;
}*/
/*.i_04::after {
    background: url(/attending/gw/images/nb04_i.png);
    width: 72px;
    height: 57px;
}
.i_05::after {
    background: url(/attending/gw/images/nb05_i.png);
    width: 70px;
    height: 57px;
}
.i_06::after {
    background: url(/attending/gw/images/nb06_i.png);
    width: 72px;
    height: 58px;
}
.i_07::after {
    background: url(/attending/gw/images/nb07_i.png);
    width: 59px;
    height: 53px;
}
.i_08::after {
    background: url(/attending/gw/images/nb08_i.png);
    width: 59px;
    height: 54px;
}
.i_09::after {
    background: url(/attending/gw/images/nb09_i.png);
    width: 58px;
    height: 53px;
}
.i_10::after {
    background: url(/attending/gw/images/nb10_i.png);
    width: 79px;
    height: 54px;
}*/
.ranking_cap {
    font-size: 13px;
    text-align: right;
}
/*スポット*/
.spot__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
    gap: 30px 21px;
}

.spot {
    display: flex;
    flex-direction: column;
    width: 240px;
    height: auto!important;
    /* margin-bottom: 30px; */
    border: 1px solid #DCDBD6;
    border-radius: 10px;
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 10px 10px 0;
}
/* .spot__list .spot:not(:nth-child(4n)) {
    margin-right: 21px;
} */
.spot__photo {
    width: 220px;
/*    height: 160px;*/
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
}
.spot .spot_period {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}
.inner_kokunai .spot .spot_period {
    color: #DC83B8;
}
.inner_kaigai .spot .spot_period {
    color: #3D98CC;
}
.spotBtn_list {
    width: 91%;
    position: absolute;
    bottom: 5px;
}
.spotBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    padding: 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    border-radius: 50px;
    position: relative;
    margin-bottom: 15px;
    color: #FFFFFF;
}
.spotBtn::after {
    content: '';
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: calc(50%);
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
}
.spot dl {
    margin-bottom: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.spot dl.doubleBtn {
    margin-bottom: 115px;
}

/*FAQ*/
.faq__cts {
    margin: 0 auto;
}
.Qa__item:not(:last-child) {
  margin-bottom: 20px;
}
.Qa__q {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 17px 30px;
    border-radius: 10px;
    background-color: #ffffff;
    transition: .3s;
}
.Qa__q.open {
    border-radius: 10px 10px 0 0;
}
.Qa__q-icon {
    margin-right: 20px;
    color: #96D5F8;
    font-size: 26px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
}
.Qa__q-p {
    color: #3797CE;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}


/*
.Qa__q:hover {
  opacity: .7;
}
*/
.Qa__q-p {
  width: calc(100% - 50px);
}

.Qa__toggle-icn::before,
.Qa__toggle-icn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #3D98CC;
    transform: translateY(-50%);
}

.Qa__toggle-icn::before {
  transform: translate(-50%, -50%);
}

.Qa__toggle-icn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.open .Qa__toggle-icn::after {
  display: none;
}

.Qa__a {
  display: none;
}
.Qa__a {
  border-radius: 0 0 10px 10px;
    background-color: #ffffff;
}

.Qa__a-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px 60px 20px 30px;
  border-radius: 0 0 10px 10px;
}
.Qa__a-icon {
    margin-right: 20px;
    color: #DC83B8;
    font-size: 26px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
}

.Qa__a-p {
  align-self: center;
  width: calc(100% - 50px);
}
.Qa__a-p a{
    color: #DA85B7;
    font-weight: 600;
}
.Qa__a-p a:hover{
    text-decoration:underline;
}

.Qa__q .Qa__q-heading {
    display: block;
    width: 100%;
}
/*ブログ*/
.blog_box_parrent {
	position: relative;
    background-color: #fff;
    width: calc(95% / 4);
    border-radius:6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 10px;
}
.blog_box_parrent a{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.blog_box_parrent:hover{
	opacity:0.7;
	transition: all 0.3s;
}
.tabiBlog {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.tabiBlog .photo {
    width: 220px;
    height: 158px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.tabiBlogTmp .photo img {
    width: 100%;
}

.tabiBlogTmp .ttl {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
}

.tabiBlogTmp .pref {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    color: #DC83B8;
    font-weight: 600;
    background-color: #F5E1ED;
    padding: 4px 20px;
    margin-bottom: 10px;
}
.blog-btn-wrap a {
    display: inline-block;
}

.blog-btn-wrap a:hover {
	background-color: transparent; /* IE6対応 */
}
.blog-btn-wrap a:hover img {
    visibility: hidden;
}
/*GWを探す*/
.list__GWsearch {
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto 0;
}
.search_btn {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 50px 20px 40px;
    border-radius: 50px;
    position: relative;
    margin: 0 20px 20px 0;
}
.search_btn::after {
    content: '';
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: calc(50%);
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}

/*-----------------おすすめ特集-----------------*/
.swiper-container-horizontal > .swiper-scrollbar {
	left: 0 !important;
	width: 100% !important;
	height: 8px !important;
}

.common_recommend_wapper {
	margin-top: 50px;
}

#SlideBanner {
	width: 974px;
    position: relative!important;
}

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

.bannerCassette_content {
	width: 100%;
}

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

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

/*国内海外*/
.Tour_box02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
}
.kokunai_cts .sec_kokunai, .kaigai_cts .sec_kaigai {
    width: 980px;
    margin: 0 auto;
}
.kokunai_cts .sec_kokunai .tour,.kaigai_cts .sec_kaigai .tour {
    margin-bottom: 30px;
}
.kokunai_cts .inner_kokunai .spot01 .txt, .kaigai_cts .inner_kaigai .spot01 .txt {
    margin-bottom: 20px;
}
.kaigai_cts .inner_kaigai .spot02 .txt {
    margin-bottom: 80px;
}
/*
.kokunai_cts .inner_kokunai .spot02 .txt {
    margin-bottom: 135px;
}
*/
.inner_kaigai .spot__list .place ,
.inner_kokunai .spot__list .place ,
.kokunai_cts .spot__list .place {
    text-align: center;
    margin-bottom: 10px;
}

.spot__list .place span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    padding: 0 5px;
    margin: 0 auto;
    font-family: 'Zen Maru Gothic', sans-serif;
    position: relative;
}
.inner_kokunai .spot__list .place span ,
.kokunai_cts .spot__list .place span {
    color: #DC83B8;
}
.inner_kaigai .spot__list .place span ,
.kaigai_cts .spot__list .place span {
    color: #3D98CC;
}
.spot__list .place span::after {
    content: "";
    display: block;
    width: 10px;
    height: 13px;
    position: absolute;
    top: 5px;
    left: -10px;
}
.inner_kokunai .spot__list .place span::after ,
.kokunai_cts .spot__list .place span::after {
    background: url(/attending/gw/kokunai/images/pin.png);
}
.inner_kaigai .spot__list .place span::after ,
.kaigai_cts .spot__list .place span::after {
    background: url(/attending/gw/kaigai/images/pin.png);
}
.kokunai_02 {
    display: block;
    width: 500px;
    border-radius: 50px;
    border: 2px solid #DA85B7;
    padding: 20px 0;
    color: #DA85B7;
    text-align: center;
    position: relative;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    margin: 30px auto 0;
    background-color: #FFF4FA;
    box-shadow: 0 6px #F2C7E0;
}
.kokunai_02::after {
    content: '';
    border-top: 3px solid #DA85B7;
    border-right: 3px solid #DA85B7;
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50%);
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
}
.kaigai_02 {
    display: block;
    width: 500px;
    border-radius: 50px;
    border: 2px solid #3797CE;
    padding: 20px 0;
    color: #3797CE;
    text-align: center;
    position: relative;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    margin: 10px auto 0;
    background-color: #E5F4FD;
    box-shadow: 0 6px #96D5F8;
}
.kaigai_02::after {
    content: '';
    border-top: 3px solid #3797CE;
    border-right: 3px solid #3797CE;
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50%);
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
}
.kokunai_h3.heading__pink {
    margin-bottom: 25px;
}
.Search__box {
    margin-bottom: 80px;
}
.backtoTop {
    margin-top: 10px;
}
.kokunai_cts .list__GWsearch, .kaigai_cts .list__GWsearch {
    width: 1024px;
}
.Search__form {
    padding: 30px 20px!important;
}

/*botの発地ボタン*/
.departList {
    margin: 0 auto 30px;
    background-color: #fff;
    box-sizing: border-box;
    width: 1024px;
    padding: 20px 30px;
    border-radius: 10px;
}
.contents .depart_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contents .depart_nav .depart_item {
    margin-bottom: 10px;
}
.contents .depart_nav .depart_item a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding-right: 0px;
    position: relative;
    padding-left: 15px;
    margin-right: 15px;
}
.contents .depart_nav .depart_item a::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
}
.kokunai_cts .depart_nav .depart_item a::before {
    border-top: 2px solid #DC83B8;
    border-right: 2px solid #DC83B8;
}
.kaigai_cts .depart_nav .depart_item a::before {
    border-top: 2px solid #3797CE;
    border-right: 2px solid #3797CE;
}
.contents .depart_nav .depart_item a:hover {
    text-decoration: underline;
}
.ls01 {
    letter-spacing: 0!important;
}

/* 終了告知文 */
.Post {
    font-size: 22px;
    font-weight: 600;
    color: #c00;
    text-align: center;
    padding: 20px 0;
}

.tour {
    position: relative;
}

.tour a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
}
.tour:hover {
    opacity:0.7;
	transition: all 0.3s;
}

.anc_pht_wrap{
    display: flex;
    justify-content: center;
    gap: 32px;
    align-items: center;
    margin-bottom: 50px;
}

.anc_pht {
    width: 320px;
}
.kokunai .anc_pht figcaption {
    background-color: #F2C7E0;
}
.kaigai .anc_pht figcaption {
    background-color: #96D5F8;
}
.anc_pht figcaption {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 10px 10px;
    position: relative;
    padding: 10px 0;
    font-weight: 600;
}
.anc_pht figcaption::after {
    content: '';
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50%);
    right: 30px;
    transform: translateY(-50%) rotate(135deg);
    transition: all 0.5s;
}
.anc_pht_img{
    border-radius: 10px 10px 0 0;

}