@charset "UTF-8";
/* CSS Document */
.inner {
    width: 1024px;
    margin: 0 auto;
}
.main_contents a {
    text-decoration: none ;
    transition: opacity .3s;
    cursor: pointer;
}
.main_contents a:hover {
    opacity: 0.7;
}
.main_contents {
    margin-bottom: 60px;
}
.mainvisual {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url(/attending/summer/images/mainvisual_bg.png);
    background-size: cover;
    overflow: hidden;
}
.mainvisual img {
    display: block;
    width: 1300px;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sec_area:after {
    content: "";
    width: 115px;
    height: 76px;
    background: url(/attending/summer/images/deco_hat_left.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 23px;
    transform: translateX(-540px);
}
.sec_pool::before {
    content: "";
    width: 117px;
    height: 195px;
    background: url(/attending/summer/images/deco_watermelon02.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 13px;
    transform: translateX(488px);
    z-index: 10;
}
/*メニュー*/
.flex {
    display: flex;
    justify-content: space-between;
}
.sec-menu {
    height: 70px;
}

.sec-menu-inner {
    /*z-index: 50;*/
    height: 70px;
    background: #fff;
    position: relative;
}
.sec-menu-inner .list-menu {
    border-radius: 5px;
    width: 385px;
    margin: 0 auto;
}

.sec-menu-inner .list-menu > li {
    border-left: 1px solid #d8e7eb;
    width: 385px;
    position: relative;
    cursor: pointer;
}
.sec-menu-inner .list-menu .kokunai {
    background-color: #F5A35D;
    color: #FFFFFF;
}
.sec-menu-inner .list-menu .kaigai {
    background-color: #FFFFFF;
    color: #6CBFCE;
    border: 1px solid #6CBFCE;
}
.sec-menu-inner .list-menu .txt-menu_g {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: 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 ;
    cursor: default ;
    text-decoration: none ;
}

.sec-menu-inner .list-menu .txt-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 .txt-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    position: relative;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 700;
    height: 69px;
    cursor: pointer;
}
.sec-menu-inner .list-menu .kokunai .txt-menu {
    color: #ffffff;
}
.sec-menu-inner .list-menu .txt-menu::before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 55px;
}
/*.sec-menu-inner .list-menu .kokunai .txt-menu::before {
    background-image: url(/attending/summer/images/icn_kokunai.png);
}*/
.sec-menu-inner .list-menu .kaigai .txt-menu::before {
    background-image: url(/attending/summer/images/icn_kaigai.png);
}
.sec-menu-inner .list-menu .txt-menu:after {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 40px;
    display: block;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(135deg);
    transition: all 0.5s;
}
.sec-menu-inner .list-menu .kokunai .txt-menu:after {
    border-top: 2px solid rgba(255,255,255,1);
    border-right: 2px solid rgba(255,255,255,1);
}
.sec-menu-inner .list-menu .kaigai .txt-menu:after {
    border-top: 2px solid #6CBFCE;
    border-right: 2px solid #6CBFCE;
}

.sec-menu-inner .list-menu .txt-menu.is-current.nolink,
.sec-menu-inner .list-menu .txt-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 ;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}


.sec-menu-inner .list-menu .js-mega-menu .on {
    background: #F8F4BF;
}

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

.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 {
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 1.7;
}
.sec-anchor {
    margin-top: 40px;
    background: url(/attending/summer/images/bg_gray.png) repeat;
}
.sec-anchor-inner {
    height: 123px;
}
.sec-anchor .flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.list-anchor li a {
    display: block;
    width: 202px;
    height: 118px;
    position: relative;
}

.anchor__link {
    position: relative;
}
.anchor__link:before {
    content: "";
    width: 1px;
    height: 56px;
    display: block;
    background-color: #BFBFBF;
    position: absolute;
    left: 0;
    top: 24px;
}
.anchor__item:last-child:before {
    content: "";
    width: 1px;
    height: 56px;
    display: block;
    background-color: #BFBFBF;
    position: absolute;
    right: 0;
    top: 33px;
}
.anchor__item {
    padding-top: 9px;
    text-align: center;
    position: relative;
}
.anchor__item a::after {
    content: '';
    position: absolute;
    left: 99px;
    top: 87px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #6FBFCD;
    border-right: 2px solid #6FBFCD;
    transform: rotate(135deg);
}
.anchor__item:hover {
    box-shadow: 0px -4px 0px 0px #6FBFCD inset;
    opacity: 0.7;
    transition: all 0.3s;
}
.anchor__item img {
    width: auto;
}
.anchor__txt {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.07em;
    margin-top: 5px;
}

.Section {
    margin-top: 110px;
    position: relative;
}

.Group__heading {
    text-align: center;
    margin-bottom: 30px;
}
h2 {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.13em;
    position: relative;
}
.Summer__catch {
    margin-top: -8px;
}
.Group__heading img {
    width: auto;
}
.sec_area h2:after {
content: "";
    width: 24.57px;
    height: 34.63px;
    background: url(/attending/summer/images/icn_ttl_area.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}
.sec_pool h2:after {
content: "";
    width: 35.96px;
    height: 35.96px;
    background: url(/attending/summer/images/icn_ttl_oyado_02.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}
.sec_oceanview h2:after {
content: "";
    width: 50.28px;
    height: 27.63px;
    background: url(/attending/summer/images/icn_ttl_oyado_03.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}
.sec_hotspring h2:after {
content: "";
    width: 43.98px;
    height: 26.8px;
    background: url(/attending/summer/images/icn_ttl_oyado_04.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}
.sec_faq h2:after{
	content: "";
    width: 41px;
    height: 38px;
    background: url(/attending/summer/oyado/images/icn_ttl_faq.png) no-repeat 0 0;
    position: absolute;
    left: 49%;
    top: -47px;
}
.Section.sec_summer__search:after {
    content: "";
    width: 163px;
    height: 127px;
    background: url(/attending/summer/images/deco_search.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 23px;
    transform: translateX(-566px);
}
.sec_theme_destination h2:after {
    content: "";
    width: 46.86px;
    height: 43.34px;
    background: url(/attending/summer/images/icn_commonttl_theme.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}
.sec_features h2:after {
    content: "";
    width: 34.1px;
    height: 35.46px;
    background: url(/attending/summer/images/icn_commonttl_features.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}
.area__list {
    margin-top: 50px;
    width: 1024px;
    margin: 50px auto 40px;
}
.area__list ul {
    display: flex;
    justify-content: center;
}
.area__list ul li:not(:last-child) {
    margin-right: 15px;
}
.area__list ul li a {
    display: inline-block;
    width: 140px;
    text-align: center;
    padding: 20px 20px 20px 5px;
    border: 1px solid #B4B4B4;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    position: relative;
}
.area__list ul li a:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/attending/summer/images/icn_arrow_01.png) no-repeat 0 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    transform: rotate(90deg);
}
.h3_heading img {
    width: auto;
}
.area__box {
    padding: 30px 0;
/*    text-align: center;*/
    position: relative;
}

.area__box::after {
    content: "";
    background: url(/attending/summer/images/deco_wave.png) no-repeat 0 0;
    width: 696.63px;
    height: 7.54px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.h3_heading {
    text-align: center;
    /* margin-bottom: 25px; */
}
.h3_heading h3{
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.07em;
}
.h3_heading h3 {
    color: #E88530;
}
.tour__inner {
    width: 1024px;
    margin: 0 auto;
}
.sec_area .Tour_box {
    margin-bottom: 20px;
}
.sec_area .swiper-scrollbar {
    width: 92%;
    left: 35px;
}
.tour_dp {
    display: flex;
    flex-direction: column;
    width: 270px;
    height: auto;
    margin-right: 20px;
    border: 1px #F3A363 solid;
    border-radius: 6px;
    position: relative;
    background: #fff;
    overflow: hidden;
/*    padding: 10px 10px 0;*/
    z-index: 1;
}
.tour_dp a {
    display: block;
    padding: 10px;
    height: 100%;
}
.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__inner01 {
    width: 1024px;
    margin: 0 auto;
}
.area__box .tour__photo {
    width: 235px;
    height: 158px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.Tour_box .depart{
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px 1px;
    color: #E88530;
    background-color: #FFDDC1;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.Tour_box .ttl {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 10px;
}
.Tour_box .txt {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 30px;
}

.Tour_box .price {
    font-size: 16px;
    font-weight: 600;
    color: #F22727;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/*.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 ;
    height: 44px ;
    background-size: 44px 44px ;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 0.7;
}*/
/*.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	display: none;
}*/
/*.tour__inner .swiper-button-next.swiper-button-disabled, .tour__inner .swiper-button-prev.swiper-button-disabled{
	*display:block;*
	opacity:1;
	pointer-events:all;
}*/



/* .sec_pool .swiper-container-horizontal>.swiper-scrollbar, .sec_oceanview .swiper-container-horizontal>.swiper-scrollbar {
    bottom: 3px;
} */

.tour__inner{
    width: 1024px;
    margin: 0 auto;
    padding: 30px 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.area__box .swiper-container {
    width: 974px;
    position: initial;
    margin: 0 auto;
}
.sec_pool .tour__inner:before {
    content: "";
    background: url(/attending/summer/images/bg_orange.png) repeat repeat center;
    width: 860px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    opacity: 0.5;
}
.sec_oceanview .tour__inner:before {
    content: "";
    background: url(/attending/summer/images/bg_orange.png) repeat repeat center;
    width: 860px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    opacity: 0.5;
}
.sec_hotspring .tour__inner:before {
    content: "";
    background: url(/attending/summer/images/bg_orange.png) repeat repeat center;
    width: 860px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    opacity: 0.5;
}
.tour {
    display: flex;
    flex-direction: column;
    width: 240px;
    height: auto;
    margin-right: 20px;
    border-radius: 6px;
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 10px 10px 0;
}
.tour {
    border: 1px #F3A363 solid;
}
.sec_hotspring .tour__inner {
    padding: 30px 0 60px;
}
.sec_pool .tour__inner, .sec_oceanview .tour__inner, .sec_hotspring .tour__inner {
    position: static;
}
.Tour_box .tour:last-child {
    margin-right: 0;
}
.Tour_box {
    display: flex;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}
.sec_hotspring .Tour__details {
    padding-bottom: 10px;
}
.sec_hotspring .tour_dp {
     padding: 10px 10px 0;
}
.tour__photo {
    width: 235px;
    height: 158px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.Tour_box .tour .point {
    margin-top: 10px;
    background: #FFDDC1;
    color: #E88530;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    padding: 5px 10px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.Tour_box .tour .icon_wrap {
    white-space: normal;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.d_section01 .depart, .i_section01 .depart {
    width: 42%;
}
.sec_hotspring .Tour_box .ttl {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 10px;
    text-align: center;
    padding-left: 20px;
    position: relative;
}
.sec_hotspring .tour_dp {
    margin-bottom: 20px;
}
.sec_hotspring .Tour_box .ttl::after {
    content: "";
    width: 14.5px;
    height: 20.5px;
    background: url(/attending/summer/images/pin_orange.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 5px;
}
.sec_hotspring .Tour_box .tour_dp:nth-of-type(1) .ttl::after {left: 20px;}
.sec_hotspring .Tour_box .tour_dp:nth-of-type(2) .ttl::after {left: 37px;}
.sec_hotspring .Tour_box .tour_dp:nth-of-type(3) .ttl::after {left: 30px;}
.sec_hotspring .Tour_box .tour_dp:nth-of-type(4) .ttl::after {left: 37px;}
.sec_hotspring .Tour_box .tour_dp:nth-of-type(5) .ttl::after {left: 32px;}
.sec_hotspring .Tour_box .tour_dp:nth-of-type(6) .ttl::after {left: 37px;}
.sec_hotspring .Tour_box .tour_dp:nth-of-type(7) .ttl::after {left: 37px;}
.sec_hotspring .Tour_box .tour_dp:nth-of-type(8) .ttl::after {left: 38px;}

.sec_hotspring .Tour_box .ttl span {
    font-size: 14px;
}
.sec_hotspring .Tour_box .txt {
    margin-bottom: 70px;
}
.theme_btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.theme_btn .btn {
    display: block;
    width: 225px;
    background-color: #F3A363;
    border-radius: 50px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    position: relative;
}
.theme_btn .btn::after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/attending/summer/images/icn_arrow_03.png) no-repeat 0 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
}
.sec_hotspring .tour .ttl {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 15px;
    text-align: center;
    padding-left: 20px;
    position: relative;
}
.sec_hotspring .tour__photo {
    width: 250px;
    height: 158px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.sec_hotspring .box__btn {
    display: block;
    width: 480px;
    margin: -35px auto 0;
    background-color: #F3A363;
    padding: 20px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.07em;
    position: relative;
    z-index: 10;
}

.sec_hotspring .swiper-container-horizontal>.swiper-scrollbar {
    bottom: 220px;
    width: 960px;
    left: 50%;
    transform: translateX(-50%)
}
/* .sec_pool .swiper-scrollbar, .sec_oceanview .swiper-scrollbar {
    width: 960px;
    left: 50%;
    transform: translateX(-50%)
} */
.sec_hotspring .oyado_btn {
    display: block;
    width: 700px;
    margin: 60px auto 0;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #F3A363;
    border-radius: 8px;
    position: relative;
}
.sec_hotspring .oyado_btn:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/attending/summer/images/icn_arrow_01.png) no-repeat 0 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
}
.wrap__faq {
    padding: 40px 0;
    background: url(/attending/summer/images/bg_orange_light.png) repeat;
    position: relative;
}
.faq__cts {
    width: 894px;
    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: 18px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 50px;
    background-color: #ffffff;
}

.Qa__q:hover {
    opacity: .7;
}

.Qa__q::before {
    content: 'Q';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    margin-right: 10px;
    color: white;
    font-weight: 700;
    border-radius: 50%;
    background-color: #F3A363;
}

.Qa__q-p {
    width: calc(100% - 50px);
}

.Qa__toggle-icn {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #F3A363;
    transform: translateY(-50%);
}

.Qa__toggle-icn::before,
.Qa__toggle-icn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 8px;
    height: 2px;
    background-color: white;
}

.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: 10px;
    background-color: #ffffff;
}

.Qa__a-inner {
    display: flex;
    margin-top: 10px;
    padding: 20px;
    border-radius: 10px;
}

.Qa__a-inner::before {
    content: 'A';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    margin-right: 10px;
    color: #F3A363;
    font-weight: 700;
    border-radius: 50%;
    border: 2px solid #F3A363;
}

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

.list__summersearch {
    width: 1024px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto 40px;
}
.list__summersearch li a {
    display: inline-block;
    padding: 15px 45px 15px 25px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.07em;
    position: relative;
    border-radius: 50px;
    margin-right: 15px;
    margin-bottom: 20px;
}
.list__summersearch .summer_d a:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/attending/summer/images/icn_arrow_01.png) no-repeat 0 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
}
.list__summersearch .summer_i a:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/attending/summer/images/icn_arrow_02.png) no-repeat 0 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
}
.list__summersearch li:last-child a {
    margin-right: 0px;
}
.list__summersearch .summer_d a {
    border: 2px solid #F3A363;
}
.list__summersearch .summer_i a {
    border: 2px solid #6FBFCD;
}
.back_to_top {
    display: block;
    width: 700px;
    margin: 0 auto;
    padding: 20px 0;
    color: #6FBFCD;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #6FBFCD;
    border-radius: 8px;
    position: relative;
}
.back_to_top:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/attending/summer/images/icn_arrow_02.png) no-repeat 0 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
}
.list__theme {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 1024px;
    margin: 50px auto 0;
}
.list__theme li a {
    display: block;
    width: 236px;
    padding: 18px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.07em;
    font-weight: 600;
    color: #ffffff;
    background-color: #6FBFCD;
    border-radius: 50px;
    margin: 0 20px 20px 0;
    position: relative;
}
.list__theme li a:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/attending/summer/images/icn_arrow_04.png) no-repeat 0 0;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
}
/*おすすめ特集*/
#SlideBanner .swiper-container-horizontal > .swiper-scrollbar {
	left: 0 ;
	width: 100% ;
	height: 8px ;
}

.common_recommend_wapper {
	margin-top: 50px;
}

#SlideBanner {
	width: 974px;
}

#SlideBanner .swiper-wrapper {
	margin-bottom: 30px;
}

.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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	display: none;
}*/



/*//////////////////////////////swiper共通*/
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	    opacity: 0;
}
/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(/attending/summer/images/arrow_orange.png) ;
    right: 0;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(/attending/summer/images/arrow_orange.png) ;
	transform: scale(-1, 1); /* 左右反転 */
    left: 0;
}
.swiper-button-prev, .swiper-button-next {
    width: 44px ;
    height: 44px ;
    background-size: 44px 44px ;
}

/*//////////////////////////////swiperツアー*/


/*//////////////////////////////swiperおすすめ温泉地*/

#sec04 .tour__inner{
	position:relative;
}
#sec04 .swiper-scrollbar{
	bottom: 54px;
    width: 960px;
}

#sec04 .tour__inner{
	width:1024px;
}

#sec04 .swiper-container{
	width:974px;
	    position: initial;
    margin: 0 auto;
	    overflow: hidden;
}
.sec_hotspring .tour__photo{
	width:235px;
}

/*//////////////////////////////swiper バナー*/

.swiper-banner-container{
	position:relative;
}
/* 次ページボタンのスタイル */
#sec07 .swiper-button-next {
	background-image: url(/attending/summer/images/arrow_blue.png) ;
}
/* 前ページボタンのスタイル */
#sec07 .swiper-button-prev {
	background-image: url(/attending/summer/images/arrow_blue.png) ;
	transform: scale(-1, 1); /* 左右反転 */
}

#sec02 .swiper-container, #sec03 .swiper-container {
    width: 974px;
    margin: 0 auto;
    overflow: hidden;
    position: initial;
}

#sec02 .swiper-scrollbar, #sec03 .swiper-scrollbar {
    width: 960px;
    bottom: 3px;
    left: 50%;
    translate: -50%;
}

#sec02 .tour__inner, #sec03 .tour__inner {
    position: relative;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "";
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "";
}