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

:root {
    --theme-color: #F5A35D;
    --secondary-color: #E88530;
}

.finished {
    background: #fff;
    color: #ff0000;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 0 0;
    text-align: center;
}

.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%);
}
/*メニュー*/
.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: var(--theme-color);
    color: #FFFFFF;
    box-shadow: 0 6px #fedec0;
    border-radius: 6px;
}
.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;
    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;
}

.Section.sec_recommend: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);
}
.Section.sec_search:after {
    content: "";
    width: 175px;
    height: 188px;
    background: url(/attending/summer/images/deco_dp_search.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 23px;
    transform: translateX(430px);
}
.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(-515px);
}
.inner {
    width: 1024px;
    margin: 0 auto;
}

.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;
}
#PlanBlock01 h2:after {
    content: "";
    width: 35px;
    height: 35px;
    background: url(/attending/summer/images/icn_dpttl_01.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}
#PlanBlock02 h2:after {
    content: "";
    width: 94.06px;
    height: 30.89px;
    background: url(/attending/summer/images/icn_dpttl_02.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}
#PlanBlock03 h2:after {
    content: "";
    width: 109.97px;
    height: 33.48px;
    background: url(/attending/summer/images/icn_dpttl_03.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}
#PlanBlock04 h2:after {
    content: "";
    width: 102.66px;
    height: 33.48px;
    background: url(/attending/summer/images/icn_dpttl_04.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}
.sec_search h2:after {
    content: "";
    width: 45.35px;
    height: 36.64px;
    background: url(/attending/summer/images/icn_ttl_search.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}
.sec_summer__search h2:after {
    content: "";
    width: 45.35px;
    height: 36.64px;
    background: url(/attending/summer/images/icn_commonttl_search.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}
.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%);
}
/*
.Tour_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
*/
.tour__inner{
    width: 1024px;
    margin: 0 auto;
    padding: 30px 0 0;
    z-index: 1;
    position: relative;
}
.tour__inner:after {
    content: "";
	z-index: -1;
    width: 860px;
    height: 90%;
    background: url(/attending/summer/images/bg_orange.png) repeat repeat center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    opacity: 0.5;
}
/*
.Dp_tour__sec {
    padding-bottom: 40px;
}
*/
.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;
}
.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__photo {
    width: 235px;
    height: 158px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.Tour_box .depart{
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px 1px;
    color: #E88530;
    border: #E88530 solid 1px;
    line-height: 1.3;
    margin-top: 10px;
}
.Tour_box .ttl {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 10px;
}
.Tour_box .txt , .Tour_box .date {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
}
.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;
}
.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;
}

.Dp_tour__sec .swiper-button-prev, .Dp_tour__sec  .swiper-button-next {
    width: 44px ;
    height: 44px ;
    background-size: 44px 44px ;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
    /* transform: translateY(-50%); */
}
.Dp_tour__sec .swiper-button-prev:hover, 
.Dp_tour__sec .swiper-button-next:hover {
    opacity: 0.7;
}
.Dp_tour__sec .swiper-button-next.swiper-button-disabled, 
.Dp_tour__sec .swiper-button-prev.swiper-button-disabled {
	display: none;
}

/* 次ページボタンのスタイル */
.Dp_tour__sec .swiper-button-next {
	background-image: url(/attending/summer/images/arrow_orange.png) ;
/*    right: -20px;*/
}
/* 前ページボタンのスタイル */
.Dp_tour__sec .swiper-button-prev {
	background-image: url(/attending/summer/images/arrow_orange.png) ;
	transform: scale(-1, 1); /* 左右反転 */
/*    left: -20px;*/
}
.Dp_tour__sec .swiper-container-horizontal > .swiper-scrollbar {
	left: 0 ;
	width: 100% ;
	height: 8px ;
}
.txt_footnote {
    margin-top: 20px;
	padding-top:10px;
    font-size: 12px;
    text-align: right;
	background:#fff;
}
.cts_bg__orange {
    background: url(/attending/summer/images/bg_orange.png) repeat;
    width: 100%;
    height: 720px;
    padding: 40px 0;
}

.list__summersearch {
    display: flex;
    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: 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;
}
.list__theme li:nth-child(4n) a {
    margin-right: 0;
}

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

.common_recommend_wapper {
	margin-top: 50px;
}

#SlideBanner {
	width: 974px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

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

.sec_features .swiper-button-prev, .sec_features .swiper-button-next {
    width: 44px ;
    height: 44px ;
    background-size: 44px 44px ;
}

.sec_features .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	display: none;
}

/* 次ページボタンのスタイル */
.sec_features .swiper-button-next {
	background-image: url(/attending/summer/images/arrow_blue.png) ;
    right: 50%;
    transform: translateX(510px);
}
/* 前ページボタンのスタイル */
.sec_features .swiper-button-prev {
	background-image: url(/attending/summer/images/arrow_blue01.png) ;
    left: 50%;
    transform: translateX(-510px);
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "";
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "";
}

/* --------------------start_フォーム切り替えタブ-------------------- */
.topSrch {
    width: 1024px;
    margin: 10px auto 20px auto;
}
.topSrch .inner {
    width: 1024px;
    margin: auto;
}
.kokunai_search_cts .inner_box {
    float: left;
    width: 450px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    margin: 0 30px;
    border-radius: 8px;
}
.overseas_dpd_box {
    background: #ffffff;
    padding: 30px 0 20px;
    height: 624px;
}
.Common21__inner--keyvisual {
    position: relative;
    display: flex;
    justify-content: space-between;
}
#Search.Search--has-tab {
    width: 480px;
}
#Search {
    width: 372px;
    display: flex;
    justify-content: space-between;
}
.Search__tab-items {
  width: 105px;
}

.Search__tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  margin-bottom: 3px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
}

.Search__tab-item.active {
  position: relative;
  background: white;
}

.Search__tab-item.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 100%;
  background-color: var(--corporate-color);
  border-radius: 6px 0 0 6px;
}

.Search__tab-item.active::after {
  content: "";
  position: absolute;
  top: 0;
  right: -3px;
  display: block;
  width: 3px;
  height: 100%;
  background-color: white;
}

/* --------------------start_フォーム切り替えタブ-------------------- */

/* --------------------start_フォーム内タブ-------------------- */

.Search-form__tab-items {
  display: flex;
  justify-content: flex-start;
  height: 45px;
  margin-bottom: 20px;
}

.Search-form__tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  color: var(--corporate-color);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  background: var(--active-color);
  border-radius: 3px;
}

.Search-form__tab-item:not(:last-child) {
  margin-right: 1.5%;
}

.Search-form__tab-item:not(.active) {
  cursor: pointer;
  transition: box-shadow 0.3s;
}

.Search-form__tab-item:not(.active):hover {
  box-shadow: 0px 0px 0px 1px var(--corporate-color) inset;
}

.Search-form__tab-item.active {
  position: relative;
  color: white;
  background: var(--corporate-color);
}

.Search-form__tab-item.active::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: var(--corporate-color) transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}

/* --------------------end_フォーム内タブ-------------------- */

/* --------------------start_検索（国内ダイナミックパッケージ）-------------------- */

.Search--dpd .Search-form-wrap {
  padding-bottom: 55px;
}

/* start_カレンダー */
#Search__dp_d-date .CommonModal__scroll-area,
#Search__dp_d-checkin .CommonModal__scroll-area,
#Search__dp_d-bus-date .CommonModal__scroll-area {
  height: calc(100vh - 40px - 50px - 85px - 60px - 45px);
  max-height: calc(700px - 50px - 85px - 60px - 45px);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#Search__dp_d-date .CommonModal__scroll-area::-webkit-scrollbar,
#Search__dp_d-checkin .CommonModal__scroll-area::-webkit-scrollbar,
#Search__dp_d-bus-date .CommonModal__scroll-area::-webkit-scrollbar {
  display: none;
}
/* end_カレンダー */

/* start_カテゴリ */
.Search__form-category {
  margin-bottom: 10px;
}

.Search__form-category:first-of-type {
  margin-bottom: 20px;
}

.Search__category-ttl-wrap {
  display: flex;
  justify-content: space-between;
}

.Search__category-ttl {
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.Search__category-ttl::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  margin-right: 5px;
  background: var(--corporate-color);
}

.Search__stay-txt {
  font-size: 1.4rem;
  font-weight: 600;
}

.Search__stay-q-icn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  padding-left: 1px;
  color: var(--corporate-color);
  font-size: 1rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--corporate-color);
  background-color: var(--active-color);
  cursor: pointer;
}

.Search__stay-q-icn:hover {
  opacity: 0.7;
}

.Search__category-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}

.Search__category-inner:not(:last-child) {
  margin-bottom: 10px;
}

.Search__category-label {
  width: 20%;
}

.Search__category-label-inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 15px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 24px;
  background: var(--sub-corporate-color);
}

.Search__category-label-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 10px;
  border-color: transparent transparent transparent var(--sub-corporate-color);
}

.Search__category-content {
  width: 100%;
}

.Search__category-content:not(:last-child) {
  margin-bottom: 10px;
}

.Search__category-label + .Search__category-content {
  width: 80%;
}

.Search__category-label + .Search__category-content .Search__form-content {
  width: calc((50 / 80) * 100% + 10px);
}

.Search__category-label + .Search__category-content .Search__form-label {
  width: calc((100% - ((50 / 80) * 100%)) - 10px);
  justify-content: flex-end;
}

.Search__category-label + .Search__category-content .Search__form-group {
  justify-content: flex-end;
}

/* start_宿泊 */
.Search__form-group--lodging .Search__input-text::after {
  content: none;
}

.Search__form-category--lodging .Search__form-group--date {
  margin-bottom: 10px;
}

.Search__form-group--women-only .Search__form-content {
  width: 100%;
/*
  padding-left: 25px;
  text-indent: -25px;
*/
}
/* end_宿泊 */

/* end_カテゴリ */

/* --------------------end_検索（国内ダイナミックパッケージ）-------------------- */

.mov__section {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.mov__box {
    width: 100%;
}
.mov_ttl {
    font-size: 22px;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.mov_ttl:after {
    content: "";
    width: 391px;
    height: 21px;
    background: url(/attending/summer/dp_d/images/mov_ttl__deco.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 7px;
    transform: translateX(-42%);
}
.search_List h3 {
    font-size: 20px;
    margin: 10px auto;
}
.mov__ttl {
    width: 358px;
    margin-top: 15px ;
    font-size: 16px ;
    font-weight: 600;
    text-align: left;
    margin: 0 auto;
}
.mov {
    border: 1px solid #E5E5E5;
    width: 358px;
    overflow: hidden;
    margin: 0 auto;
}
.PB_hidden{
	display:none;
}
.Dp_tour__sec .swiper-scrollbar{
	background-color:#f5f5f5;
    width: 92%;
    left: 35px;
    bottom: 90px;
}

.Dp_tour__sec  {
    width: 974px;
    position: static;
}
.Search__form-group--women-only .Search__form-content {
     padding-left: 0; 
     text-indent: 0; 
}
.kokunai_search_cts .inner_box{
	text-align:left;
}

#PageName {
    padding: 10px 0 ;
    font-weight: bold ;
	font-size: 16px ;
}

.sec-seo {
	width: 1024px;
	margin: 40px auto 0;
	display: flex;
	gap: 20px;
}