/*other_sp.css*/

/*----------------
common
------------------*/

main,
footer,
.inner,
.menu-container {
    min-width: 100%;
}

.sub-inner {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.sub-entry {
    padding-top: 27px;
    padding-bottom: 20px;
}

.sub-entry__title{
    font-size: 2rem;
}

.sub-entry__text {
    margin-top: 20px;
}

.sub-heading{
    padding-left: 11px;
    font-size: 1.8rem;
}

.sub-heading::before{
    top: -3px;
    width: 3px;
}

dl.news_list {
    margin-bottom: 0;
}

/*----------------
pagination
------------------*/

.pagination_pc {
    display: none;
}

.pagination_sp {
    display: block;
}

.pagination_sp {
    margin-top: 40px;
}

.pagination__list {
    padding-right: 0;
}

@media (max-width: 374px) {
    .pagination__link,
    .pagination__link--prev,
    .pagination__link--next {
        width: 38px;
        height: 38px;
        border-radius: 2px;
        font-size: 12px;
    }
}

/*----------------
News Page
------------------*/

.select_boxes {
    justify-content: space-between;
}

.cate_select {
    margin-left: 0;
}

.news_select {
    height: 44px;
    max-width: 48.5%;
}

.news_select select {
    font-size: 1.4rem;
    padding-left: 10px;
    padding-right: 20px;
}

.news_select::before {
    right: 0.5em;
}

/*--------------------------
other_01
----------------------------*/

.sub-inner {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.sub-entry {
  padding-top: 27px;
  padding-bottom: 20px;
}

.sub-entry__title {
  font-size: 2rem;
}
.sub-heading {
  padding-left: 11px;
  font-size: 1.8rem;
}

.sub-heading::before {
  top: -3px;
  width: 3px;
}

.pc-none {
  display: block;
}
.md-none {
  display: none;
}
.faq-item {
  padding-bottom: 10px;
}
.faq-item__text dt,
.faq-item__text dd {
  padding-left: 22px;
}
.faq-item__text dt {
  margin-bottom: 7px;
}
.faq-item__text dt::before,
.faq-item__text dd::before {
  width: 13px;
  height: 21px;
  font-size: 1.6em;
}
/*----------------
お知らせページひな型
------------------*/
.news-detail {
  padding-top: 27px;
  padding-bottom: 40px;
}

.news-detail__entry h1 {
  margin-top: 17px;
  font-size: 2rem;
}

.news-detail__contents {
    margin-top: 23px;
    padding: 30px 16px 27px 16px;
    border-radius: 10px;
}

.news-detail__contents .reference {
    margin-top: 106px;
}

.news-detail__contents figure {
    margin-top: 40px;
}

.news-detail__contents img {
    aspect-ratio: 311/175;
}

.news-detail__contents h2 {
    font-size: 1.8rem;
    margin-top: 40px;
}

.news-detail__contents p {
    margin-top: 10px;
}

.news-detail__contents p,
.news-detail__contents span,
.news-detail__contents a,
.news-detail__contents ul li,
.news-detail__contents ol li,
.news-detail__contents dl dt,
.news-detail__contents dl dd {
    line-height: 1.6;
}

/*
.news-detail__contents table {
    margin-top: 30px;
}
*/

.news-detail__contents > table {
    width: 100%;
}

.news-detail__contents table th,
.news-detail__contents table td {
    padding: 8px 10px 8px;
}

.news-detail__contents .wide_table_box {
    overflow-x: auto;
    padding-bottom: 10px;
    display: block;
}

.news-detail__contents .wide_table_box table {
    table-layout: fixed;
    max-width: none;
}

.news-detail__contents ul {
    margin-top: 16px;
}

.news-detail__contents li:not(:first-child) {
    margin-top: 27px;
}

.band {
    margin-top: 25px;
    padding: 17px 20px;
}

.band h4 {
    font-size: 1.6rem;
}

.band p {
    margin-top: 8px;
}

a.news-detail__link {
    
}

a.news-detail__link {
    margin-top: 40px;
    width: 294px;
    height: 47px;
    padding: 0;
}

a.news-detail__link span {
    font-size: 1.4rem;
    line-height: 1;
}

a.news-detail__link::before {
    width: 5px;
    height: 5px;
    left: 21px;
}

.news-detail__contents .small {
    font-size: 1.3rem;
}

.news-detail__entry time {
    font-size: 1.4rem;
}

.news-detail__contents .title {
    font-size: 1.6rem;
    margin-top: 20px;
}


/*----------------
個人情報保護ポリシー
------------------*/

.privacy-main {
    padding-top: 33px;
    padding-bottom: 45px;
}

.privacy-contents__description {
    margin-top: 20px;
}

.privacy-contents__description div {
    flex-direction: column;
    gap: 20px;
}

.privacy-contents .privacy-contents__text p {
    margin-top: 20px;
}

.privacy-contents ol {
    margin-top: 20px;
}

.privacy-contents ol > li h3 {
    font-size: 1.6rem;
}

.privacy-contents ol > li p {
    margin-top: 8px;
}

.privacy-contents ol > li:not(:first-child) {
    margin-top: 12px;
}

.privacy-contents ol > li > ul {
    margin-top: 50px;
}

.privacy-contents ol > li > ol {
    margin-top: 16px;
    padding-left: 20px;
}

.privacy-contents ol > li > ol > li:not(:first-child) {
    margin-top: 15px;
    margin-top: 0;
}

.privacy-contents ol > li > ol > li > ul {
  margin-top: 8px;
}

.privacy-contact {
  margin-top: 20px;
}

.privacy-contents .text-indent {
  margin-top: 10px;
}

/*----------------
旅行業登録票・約款
------------------*/

.yakkan-main {
  padding-top: 30px;
  padding-bottom: 50px;
}

.yakkan-contents__section + .yakkan-contents__section {
  margin-top: 35px;
}

.yakkan-contents__table {
  margin-top: 20px;
}

.yakkan-main .yakkan-contents__table th,
.yakkan-main .yakkan-contents__table td {
  font-size: 1.4rem;
  display: block;
  width: 100%;
}

.yakkan-contents__table th {
  width: 100%;
  vertical-align: middle;
  text-align: left;
  padding: 9px 10px 4px;
  font-size: 1.4rem;
}

.yakkan-contents__table td {
  padding: 13px 10px 8px;
  font-size: 1.4rem;
}

.yakkan-contents__list {
  margin-top: 20px;
}

.yakkan-contents__item {
  line-height: calc(30 / 14);
}

.yakkan-contents__box {
  margin-top: 14px;
  flex-direction: column;
  gap: 20px;
}

.yakkan-contents__img02 {
  margin-top: 14px;
}

.yakkan-contents__img03 {
  margin-top: 15px;
}

.yakkan-contents__text {
  margin-top: 20px;
}

/*--------------------------------
東武トップツアーズ旅行販売サイト利用規約
----------------------------------*/

.web_kiyaku-main__section + .web_kiyaku-main__section {
  margin-top: 30px;
}

.web_kiyaku-main {
  padding-top: 33px;
  padding-bottom: 48px;
}

.web_kiyaku-main__list {
  margin-top: 20px;
}

.web_kiyaku-main__list-num {
  margin-top: 16px;
  margin-bottom: 16px;
  text-indent: -30px;
  padding-left: 30px;
}

.web_kiyaku-main__item-num::before {
  margin-right: 10px;
}

.web_kiyaku-main__date {
  margin-top: 16px;
}

/*----------------
サイトマップ
------------------*/

.map-main {
  padding-top: 30px;
  padding-bottom: 50px;
}

.map-main__container {
  grid-template-columns: repeat(1, 1fr);
  gap: 51px;
}

.map-main__title::after {
  bottom: -4px;
}

.map-main__title a {
    font-size: 1.8rem;
    line-height: calc(28.8 / 18);
}

.map-main__sub-title {
    margin-top: 16px;
}

.map-main__sub-title a {
    font-size: 1.6rem;
}

.map-main__item {
    padding-left: 35px;
    margin-top: 6px;
}

.map-main__item.arrow::before {
    left: 18px;
    top: 7px;
    transform: initial;
}

.map-main__title + .map-main__items {
    margin-top: 15px;
}

.map-main__sub-title + .map-main__items {
    margin-top: 15px;
}

/*----------------
  特集一覧ページ
  ------------------*/
.feature-fv__contents {
/*
    grid-template-columns: 1fr;
    gap: 0;
*/
    display: block;
}

.feature-fv__description {
    gap: 12px;
    padding: 30px 7% 30px;
    width: 96%;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    margin: -40px auto 30px;
}

.feature-fv__title {
    font-size: 2.2rem;
    text-align: center;
}

.feature-fv__text {
    line-height: 1.5;
}

.feature-fv__image {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    height: 210px;
}

.feature-main {
    padding-block: 0 50px;
}

/*
.feature-main__inner {
    max-width: 600px;
}

.feature-main__item:not(:last-child) {
    margin-bottom: 80px;
}
*/

.feature-main__item {
    padding: 30px 15px 30px 15px;
}


.feature-main__item-content {
    grid-template-columns: 1fr;
    gap: 20px;
}

.feature-main__image {
/*    width: 66.6666666667%;*/
    max-width: 308px;
    margin-left: auto;
    margin-right: auto;
}

.feature-main__title {
    font-size: 1.6rem;
}

.feature-main__text-block {
    width: 96%;
    margin: 0 auto;
}


/*----------------
  支店企画一覧ページ
  ------------------*/
.shop-fv__image {
    aspect-ratio: 375/252;
}
.shop-description {
    padding-block: 30px 26px;
}
.shop-description__content {
    text-align: left;
}
.shop-description__main {
    margin-bottom: 11px;
    font-size: 10px;
    font-weight: 400;
}
.shop-description__sub {
    font-size: 1.2rem;
    line-height: 1.5;
}
.shop-category__items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px 20px;
}
.shop-category__item {
    font-size: 1.2rem;
    line-height: 1.5;
}
.shop-category__item a {
    gap: 6px;
}
.shop-category__logo {
    width: 20px;
}
.shop-category__logo::before {
    width: 12px;
}
.shop-main {
    padding-block: 30px 60px;
}
.shop-title {
    font-size: 2rem;
}
.shop-main__title {
    margin-bottom: 15px;
    padding-left: 38px;
}
.shop-main__title::before {
    width: 30px;
}
.shop-card__content {
    grid-template-columns: 31.9488817891% 1fr;
    gap: 10px;
    padding: 20px 16px 18px;
}
.shop-card__image {
    grid-row: 1/3;
}
.shop-card__top {
    margin-bottom: 0;
}
.shop-card__tag {
    padding: 2px 5px;
}
.shop-card__tag-text {
    font-size: 1.1rem;
}
.shop-card__title a {
    font-size: 1.4rem;
}
.shop-card__bottom {
    grid-column: 1/3;
}
.shop-card__info {
    margin-bottom: 16px;
}
.shop-card__info-text {
    grid-template-columns: 23.9616613419% 1fr;
}
.shop-card__text {
    font-size: 1.2rem;
}
.shop-card__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px;
}
.shop-faq {
    padding-block: 27px 30px;
}
.shop-faq__title {
    margin-bottom: 32px;
}
/*----------------------
  支店企画の申し込みフォーム
  ------------------------*/

[type="text"],
[type="tel"],
[type="email"] {
    padding: 12px;
}

[type="submit"] {
    padding: 20px 40px;
    font-size: 1.6rem;
}

.form__input.short {
    width: 100%;
}

.form__data {
    margin-top: 10px;
}

.form__radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.form__2col {
    gap: 12px;
}

.contact-page__wrapper {
    padding: 30px 15px;
    border-radius: 10px;
}

.submit:hover {
    opacity: 1;
}

.conditions_box .shop-yakkan__sub-heading {
    font-size: 1.4rem
}

/*------------------------------
支店企画の申し込みフォーム 確認画面
--------------------------------*/

dl.form_conf_list > div {
    margin-bottom: 20px;
}

dl.form_conf_list > div dt {
    text-align: left;
    width: 100px;
    margin-right: 20px;
}

dl.form_conf_list > div dd {
    width: calc(100% - 120px);
}

.form__submit {
    margin-top: 50px;
}

/*----------------
  支店企画ページ_編集パターン
  ------------------*/
.pattern-heading {
    padding-block: 15px 15px;
    overflow-x: hidden;
}
.pattern-heading__message {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    margin-bottom: 20px;
    padding: 10px 20px;
}
.pattern-heading__message-text {
    font-size: 1.6rem;
}
.pattern-heading__title {
    margin-bottom: 15px;
    font-size: 1.8rem;
}
.pattern-heading__title br {
    display: none;
}
.pattern-heading__date {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.pattern-heading__figure {
    margin-bottom: 20px;
}
.pattern-heading__image {
    margin-bottom: 10px;
}
.pattern-heading__caption {
    font-size: 1.2rem;
    line-height: 1.5;
}
.pattern-heading__info {
    margin-bottom: 20px;
    padding: 20px 16px;
}
.pattern-heading__info-title {
    margin-bottom: 15px;
    font-size: 1.6rem;
}
.pattern-heading__text {
    margin-bottom: 20px;
}
.pattern-heading__description {
    margin-bottom: 20px;
    padding: 20px 16px 20px;
}
.pattern-menu__items {
    gap: 5px;
/*    padding: 15px 10px 15px 5px;*/
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}
.pattern-menu__item {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
/*    margin: 2px 0 2px 0;*/
    margin: 0;
}
.pattern-menu__item a {
    padding-block: 8px;
    background-color: #c2e1f2;
    border-radius: 4px;
}
.pattern-menu__item:not(:first-child) a,
.pattern-menu__item:first-child a {
/*
    padding-left: 0;
    margin-left: 10px;
*/
    padding: 8px 10px 8px;
    margin: 0;
}
.pattern-menu__item a::after {
    right: 12px;
}

.pattern-menu__item:not(:last-child) a {
    padding-right: 30px;
}
.pattern-menu__item:last-child a {
/*    padding-inline: 0 30px;*/
    padding-right: 30px;
}
.pattern-content h2 {
    margin-bottom: 20px;
    font-size: 1.6rem;
}
.pattern-content h2:not(:first-child) {
    margin-top: 40px;
}
.pattern-content h3 {
    font-size: 1.6rem;
}
.pattern-content h3::before {
    width: 3px;
}
.pattern-content h4 {
    margin-bottom: 8px;
    font-size: 1.6rem;
}
.pattern-content h3:not(:first-child) {
    margin-top: 20px;
}
.pattern-content p:not(:last-child),
/*.pattern-content table:not(:last-child),*/
.pattern-content ul:not(:last-child),
.pattern-content ol:not(:last-child),
.pattern-content figure:not(:last-child),
.pattern-content img:not(:last-child) {
    margin-bottom: 10px;
}
.pattern-content img {
    width: 90%;
    max-width: 390px;
    margin-inline: auto;
}
.pattern-content figure:has(figcaption) > img,
.pattern-content figure:has(figcaption) > img:not(:last-child) {
    margin-bottom: 6px;
}
.pattern-content table,
.pattern-content th,
.pattern-content td,
.pattern-content td > dl {
    font-size: 1.2rem;
}
.pattern-content th {
    padding: 7.8px 2px 6.3px;
}

.pattern-content td {
    padding: 10px 15px 10px 10px;
}

.pattern-content th span,
.pattern-content td span {
    font-size: 1.2rem;
}

.pattern-content ul li {
    font-size: 1.2rem;
}

.pattern-content > dl {
    grid-template-columns: 1fr;
    margin-block: 40px 20px;
}

.pattern-content > dl dt {
    padding-bottom: 0;
}
.pattern-content > dl dt:not(:last-of-type) {
    border-bottom: none;
    margin-bottom: 10px;
}
.pattern-content > dl dd {
    padding-bottom: 15px;
}
.pattern-content table dl {
    grid-template-columns: 50px 1fr;
}
.pattern-content table dl > dt,
.pattern-content table dl > dd {
    font-size: 1.4rem;
}
.pattern-content .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
}
.pattern-content .col2 > *,
.pattern-content .col3 > * {
    width: 100%;
}
.pattern-content .fixed-width-narrow {
    width: 28px;
}
.pattern-content .fixed-width {
    width: 40px;
}
.pattern-content .fixed-width-wide {
    width: 100%;
}
.pattern-content .text-large {
    font-size: 1.2rem;
}
.pattern-content .text-small {
    font-size: 1.2rem;
}
.pattern-content .pattern-content__box {
    padding: 20px 16px;
    border-radius: 5px;
}
.pattern-content .pattern-content__box img {
    margin-inline: 0;
}
.pattern-content__links {
    margin-top: 35px;
}
.pattern-content__links-text {
    margin-bottom: 40px;
    font-size: 1.6rem;
}
.pattern-content__tour-links {
    margin-bottom: 15px;
}
a.pattern-content__tour-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    padding: 14px 25px;
    margin: 15px auto 0;
}
.pattern-content__tour-link:after {
    right: 15px;
    width: 11px;
    height: 11px;
}
.pattern-content__apply-button a::after {
    right: 15px;
    width: 11px;
    height: 11px;
}
.pattern-content__tour-date {
    font-size: 1.2rem;
}
.pattern-content__tour-title {
    font-size: 1.6rem;
}
a.pattern-content__past-link {
    width: 90%;
    padding: 15px;
    text-align: center;
}
.pattern-content__slider {
    margin-top: 20px;
    width: 90%;
    max-width: 390px;
    margin: 0 auto;
}
.pattern-content__apply {
    margin-block: 40px;
    width: 90%;
    margin-inline: auto;
}
.pattern-content__apply-button a,
.pattern-content__apply-end {
    width: 100%;
    padding: 20px 16px 16px;
    font-size: 1.6rem;
}
.pattern-content__apply-button a {
    margin-bottom: 20px;
}

.pattern-contact {
    padding-block: 35px 75px;
}
.pattern-contact__title {
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 1.6rem;
}
.pattern-contact__title::before {
    width: 16px;
    height: 16px;
}
.pattern-contact__content-header {
    padding: 14px 16px 9px;
    font-size: 1.6rem;
}
.pattern-contact__content-body {
    padding: 15px 15px 35px;
}

.content_slider {
    width: 100%;
    max-width: 100%;
}

.pattern-content__slider .swiper-button-next,
.pattern-content__slider .swiper-button-prev {
    display: none;
}

.pattern-content__past-link:after {
    right: 15px;
}


/*-------------------------------------
14_6_支店企画ページ_申し込みフォーム_旅行条件
---------------------------------------*/
.shop-yakkan {
    padding-top: 35px;
    padding-bottom: 60px;
}

.shop-yakkan__read {
    padding: 15px 15px 15px;
}

.shop-yakkan__read-heading {
    padding: 0;
    margin: 0 auto;
    color: #D43238;
    background-color: transparent;
    border-radius: 0;
    display: block;
    width: fit-content;
}

.shop-yakkan__heading {
    margin-top: 40px;
}

.shop-yakkan ul{
    margin-top: 20px;
}

/*
.shop-yakkan__article.article-sp {
    margin-top: 103px;
}
*/

.shop-yakkan__sub-heading {
    padding: 8.5px 11px;
    font-size: 1.6rem;
}

/*
.shop-yakkan__article-table-title{
    margin-top: 79px;
}
*/

.shop-yakkan__article-table{
    margin-top: 38px;
}

.shop-yakkan__article-table thead{
    font-size: 1.2rem;
    padding: 9px;
}

.shop-yakkan__article-table th,
.shop-yakkan__article-table td {
    font-size: 1.2rem;
    padding: 16px 7px 11px;
    vertical-align: middle;
}

.shop-yakkan__article-table th{
    padding-top: 2px;
    padding-bottom: 2px;
}

.shop-yakkan__form-submit{
    margin-top: 28px;
}

.shop-yakkan__form-submit input[type="submit"]{
    padding: 20px 25px;
    width: 90.14493vw;
    max-width: 311px;
    font-size: 1.8rem;
}

.pc-none{
    display: block;
}

label.proc_btn {
    font-size: 1.8rem;
    padding: 0;
    max-width: 320px;
}

/*-------------------------------
国内・宿・ホテル・日帰り・海外ツアー
---------------------------------*/

.sub-mv {
    position: relative;
/*    height: 600px;*/
}

.sub-mv__inner {
    min-width: 0;
}

.sub-mv__title-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
/*    max-width: 600px;*/
    width: 100%;
    top: 3.3%;
    left: 0;
    transform: none;
}

.sub-mv__title {
    font-size: 22px;
    line-height: 1.6;
    width: 100%;
    text-align: center;
}

.sub-mv__title::after {
    content: none;
}

.sub-mv__subtitle {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.5;
    margin-left: 0;
    width: 100%;
    text-align: center;
}

.sub-mv__img {
    height: 200px;
}

.sub-mv__img::before {
    content: "";
    background: rgba(33, 33, 33, 0.3);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sub-mv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sub-mv__search-box {
    margin-top: -70px;
    max-width: 100%;
    width: 342px;
    max-width: 94%;
    min-height: 463px;
    border-radius: 6px;
}

.tit.tit--subpage {
    width: 100%;
    margin-right: 0;
}

.tit--red {
  font-size: 16px;
  color: #d43238;
  font-weight: 600;
  margin-right: 0;
}

.tit--red::before {
  content: none;
}

.area_tag_cont.area_tag_cont--sub {
  margin-bottom: 0;
}

.location-search {
    margin-top: 60px;
    min-width: 0;
    margin: 0 auto;
}

.location-search__title-inner.inner {
    max-width: 600px;
    width: 100%;
}

.location-search__title-wrap {
    padding-bottom: 20px;
}

.location-search__icon {
    margin: 0 auto;
}

.location-search__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.location-search__title {
    margin-top: 15px;
    font-size: 22px;
    line-height: 1.6;
}

.location-search__content-wrap {
    margin-top: 30px;
    padding-bottom: 30px;
/*    max-width: 600px;*/
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.location-search__content-inner.inner {
    display: flex;
    justify-content: center;
    padding: 0 15px 0 15px;
}

.location-search__list {
    grid-template-columns: repeat(2, 1fr);
}

.location-search__item a {
    font-size: 16px;
    padding: 10px 14px;
}

.location-search__item a::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/img/dom/tour_kokunai_bt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}

@media screen and (max-width: 340px) {
    .location-search__item a::before {
        right: 5%;
    }
}

.location-search.location-search--reverse {
    margin-top: 30px;
}

.location-search__item.location-search__item--reverse a {
    border: 1px solid #0b94b7;
    color: #0b94b7;
}

.location-search__item.location-search__item--reverse a::before {
  background-image: url(/img/dom/tour_kokunai_bt--reverse.png);
}

.location-search.location-search--tour {
    padding-top: 40px;
    padding-bottom: 30px;
    margin: 0;
    max-width: none;
}

.location-search__title-wrap.location-search__title-wrap--tour {
    background-color: #f2f5fa;
}

.location-list {
/*    max-width: 600px;*/
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.location-list__region {
    flex-direction: column;
    border-radius: 4px;
}

.location-list__region-name {
    width: 100%;
    text-align: start;
    padding: 8px 15px;
    border-radius: 4px 4px 0 0;
}

.location-list__region-name.location-list__region-name--int {
    width: 100%;
}

.location-list__cities {
    width: 100%;
    padding: 7px 5px;
}

.location-list__city {
    padding: 0 10px;
}

.location-list__city:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background-color: #cccccc;
}

.sub-section {
    padding-top: 30px;
    padding-bottom: 50px;
}

.sub-section.sub-section--reverce {
    min-width: 0;
}

.sub-section__title-wrap {
    min-width: 0;
    padding-bottom: 20px;
}

.sub-section__icon {
    width: 105px;
}

.sub-section__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sub-section__title {
    font-size: 22px;
    margin-top: 15px;
}

@media screen and (max-width: 340px) {
    .sub-section__title {
        font-size: 20px;
    }
}

.sub-section.sub-section--blue {
    min-width: 0;
}

.sub-section__icon.sub-section__icon--blue {
    width: 102px;
    margin: 0 auto 25px;
}

.sub-section__title.sub-section__title--bule {
    color: #ffffff;
}

.location-search.location-search--int {
    background-color: #ffffff;
    margin-top: 0;
}

.location-search__title-wrap.location-search__title-wrap--int {
    padding-top: 30px;
    padding-bottom: 10px;
}

.location-search__body {
    margin-top: 25px;
    margin-bottom: 54px;
}

.int-search__inner.inner {
    width: 1240px;
}

.int-search__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.int-search__item {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #ffffff;
    text-align: center;
}

.int-search__item a {
    display: block;
    border: solid 1px #d6d6d6;
    border-radius: 6px;
}

.int-search__item {
    width: 100%;
}

.int-search__item img {
    aspect-ratio: 106/44;
}

.int-search__item-text {
    font-size: 13px;
    font-weight: 500;
    padding: 7px;
}

.int-tour__list {
    grid-template-columns: repeat(1, 1fr);
}

.int-tour__image {
    width: 100%;
}

.int-tour__image img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 308/169;
    width: 100%;
}

.int-tour__details {
    margin-top: 15px;
    padding: 0 10px;
}

.int-tour__text {
    font-weight: 500;
}

.sub-section__btn-wrap {
    margin-bottom: 20px;
}

.sub-section__btn {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    width: 310px;
}

.sub-section__btn::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1.5px #d43238;
    border-right: solid 1.5px #d43238;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}

.sub-section__text {
    margin-top: 10px;
}

.travel-info {
    padding-top: 60px;
    margin-bottom: 60px;
    border-top: solid 1px #cccccc;
}

.travel-info__inner.inner {
    width: 1000px;
}

.travel-info__title {
    font-size: 16px;
    padding: 6px 10px;
    border-left: solid 3px #005bac;
}

.travel-info__list {
    margin-top: 20px;
    margin-left: -10px;
}

.travel-info__item + .travel-info__item {
    margin-top: 9px;
}

.travel-info__toggle {
    position: relative;
    padding-left: 25px;
    flex-shrink: 0;
    margin-top: 12px;
}

.travel-info__toggle::before {
    position: absolute;
    content: " ";
    top: 50%;
    left: 10px;
    margin-top: -5px;
    border-color: transparent transparent transparent #005bac;
    border-style: solid;
    border-width: 5px 0 5px 6px;
}

.travel-info__link {
    flex-grow: 1;
    color: #008ae0;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
}

.sub-mv__search-box.tour-ranking {
    width: 100%;
    height: auto;
    min-height: auto;
}

.tour-ranking__inner {
    padding: 20px 16px;
}

.tour-ranking__title {
    font-size: 1.6rem;
    text-align: center;
}

.tour-ranking__list {
    margin-top: 20px;
    display: block;
    background-color: #ffffff;
    border: none;
    padding: 0;
    margin: 0;
}

.tour-ranking__item {
    display: block;
    padding: 17.5px 0;
    border-bottom: solid 1px #e3e0d9;
}

.tour-ranking__item3 {
    display: block;
    padding: 17.5px 0;
    padding-bottom: 0;
    border-bottom: none;
    margin-top: 0;
}

.tour-ranking__image {
    width: 76px;
}

.tour-ranking__details {
    margin-left: 10px;
}

.tour-ranking__rank {
    font-size: 1.8rem;
    line-height: 1;
}

.tour-ranking__rank.tour-ranking__rank--second,
.tour-ranking__rank.tour-ranking__rank--third {
    line-height: 1;
}

.tour-ranking__rank::before {
    width: 17px;
    height: 14px;
    margin-right: 10px;
    margin-top: -5px;
}

.tour-ranking__description {
    font-size: 1.4rem;
    margin-top: 5px;
    line-height: 1.6;
}

.tour-ranking__link {
    align-items: flex-start;
}

dl.news_list > dt span.date {
    width: fit-content;
}

/*---------------------------
tour_lineup_wrap
-----------------------------*/

.sab-section__inner--nikko.inner {
    max-width: 600px;
    width: 100%;
}

.tour-categories__list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
}

.tour-categories__link {
    flex-direction: column;
    padding: 10px 10px 28px;
    align-items: center;
    justify-content: center;
}

.tour-categories__link::before {
    width: 13px;
    height: 13px;
    top: auto;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.tour-categories__link.tour-categories__link--nikko::before {
    right: 76.5px;
    margin: 0 auto;
}

.tour-categories__icon {
    margin-right: 0;
    width: 14px;
}

.tour-categories__item:nth-child(2) .tour-categories__icon img {
    width: 78.6%;
}

.tour-categories__name {
    margin-top: 5px;
    font-size: 1.3rem;
    color: #005bac;
    text-align: center;
    line-height: 1.25;
    font-weight: 600;
}

.tour-detail {
    margin-top: 30.5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 10px;
}

.tour-detail__inner.inner {
    width: 345px;
    padding: 0 10px;
    padding-bottom: 30px;
}

.tour-detail__section {
    margin-top: 16px;
}

.tour-detail__title-wrap {
    align-items: flex-start;
}

.tour-detail__icon {
    width: 13px;
    margin-top: 4px;
}

.tour-detail__title {
    font-size: 18px;
}

.tour-detail__content {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.nikko-area__content-wrap--half .tour-detail__content {
    min-height: auto;
}

.tour-detail__image {
    position: static;
    max-width: 100px;
    min-width: 100px;
    border-radius: 5px;
}

.tour-detail__image img {
    aspect-ratio: 100/69;
    border-radius: 5px;
}

.tour-detail__info01 {
    margin-left: 10px;
    width: calc(100% - 110px);
    max-width: none;
}

.tour-detail__info02 {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
}

.tour-detail__area {
    margin-top: 5px;
}


/*
.tour-detail__info-wrap {
    flex-wrap: wrap;
}
*/


.tour-detail__info {
    display: block;
    width: 325px;
    max-width: 100%;
}

.tour-detail__label {
    font-size: 10px;
}

.tour-detail__detail-wrap {
    width: 325px;
    max-width: 100%;
    box-sizing: border-box;
}

.tour-detail__tour-title {
    font-size: 14px;
}

.tour-detail__price {
    font-size: 14px;
}

.tour-detail__specs-detail:last-child {
    margin-top: 0;
}

.tour-detail__note {
    margin-top: 21px;
    display: block;
}

.tour-detail__note-text {
    width: 100%;
    text-align: initial;
}

.tour-detail__more-link {
    width: 100%;
}

.tour-detail__content-wrap {
    margin-top: 45px;
}

/*
.tour-detail__content + .tour-detail__content {
    margin-top: 30px;
}
*/

.tour-detail__description {
    padding: 15px;
}

dl.news_list.news_list--nikko > dt {
    padding-bottom: 0;
}

dl.news_list.news_list--nikko > dd {
    width: 100%;
    padding-top: 7px;
}

.tour-info__inner.inner {
    max-width: 600px;
    width: 100%;
}

.tour-info__list {
    flex-direction: column;
    gap: 20px;
}

.tour-info__image {
    margin: 0 auto;
}

.nikko-kinugawa_tour-title {
    font-size: 16px;
    padding: 12px 4.5px 8px;
}

.area-search{
    display: block;
}

.area-search__item {
    width: 100%;
    max-width: 308px;
    margin: 30px auto;
}

.area-search__item + .area-search__item {
    margin-top: 30px;
}

.area-search__info {
    padding-left: 0;
    padding-right: 0;
}

.more_bt.more_bt--tour {
    margin-top: 30px;
}

.tour-categories__list.tour-categories__list--nikko {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 7px;
    column-gap: 7px;
}

.tour-categories__item--nikko {
    width: 168px;
    height: 68px;
}

.tour-detail__content-wrap.tour-detail__content-wrap--nikko {
    display: block;
    margin-top: 30px;
    padding-bottom: 20px;
}

.location-search__list.location-search__list--nikko {
    width: 100%;;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}

.location-search__item.location-search__item--nikko a {
    display: block;
    height: 100%;
    font-size: 12px;
    padding: 7px 5px 22px;
    min-height: 50px;
    text-align: center;
    justify-content: center;
}

.location-search__item.location-search__item--nikko a::before {
    width: 13px;
    height: 13px;
    position: absolute;
    top: auto;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.nikko-area {
    border: none;
}

.nikko-area__inner.inner {
    max-width: 600px;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

.nikko-area__text {
    margin-top: 15px;
}

.nikko-area__subtitle {
    width: 100%;
}

.nikko-area__content-wrap {
    flex-direction: column;
}

.nikko-area__info-wrap {
    flex-direction: column;
}

.nikko-area__image {
    position: static;
    max-width: 100px;
    min-width: 100px;
    border-radius: 5px;
}

.nikko-area__image img {
    aspect-ratio: 230/158;
    width: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.nikko-area__info01 {
    margin-left: 10px;
    width: calc(100% - 110px);
    max-width: none;
}

.nikko-area__info02 {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
}

.nikko-area__tour-title {
    font-size: 1.4rem;
    margin-top: 5px
}


.more_bt.more_bt--nikko {
    min-width: auto;
    width: 293px;
    max-width: 100%;
    padding: 13px 27px 11px 20px;
    font-size: 1.3rem;
    line-height: 1.3;
    margin-top: 10px;
}

.inner .tour-detail__inner--nikko {
/*    max-width: 600px;*/
    padding: 0 15px;
    width: 100%;
}

.inner .tour-detail__inner--nikko2 {
/*    max-width: 600px;*/
    padding: 0 10px;
    width: 100%;
    padding-bottom: 15px;
}

.nikko-area__section + .nikko-area__section {
    margin-top: 41px;
}

.nikko-area__2column {
    flex-direction: column;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.nikko-area__onsen {
    width: 100%;
}

.nikko-area__subtitle.nikko-area__subtitle--half {
    width: 100%;
}

.nikko-area__onsen-title {
    margin-top: 50px;
}

.optional {
    margin-top: 30px;
}

.optional__inner.inner {
    width: 100%;
    max-width: 600px;
}

.optional__title {
    font-size: 18px;
}

.optional__content-wrap {
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
}

.optional__content {
    width: 100%;
    padding: 20px 15px;
    border-radius: 5px;
}

.optional__content-title {
    font-size: 16px;
}

.optional__text {
    margin-top: 10px;
}

.optional__image {
    width: 100px;
}

.optional__text-content {
    margin-left: 10px;
    width: calc(100% - 110px);
    padding: 0;
    max-width: none;
    display: block;
}

.optional__btn {
    min-width: 250px;
    max-width: 100%;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.3;
    padding: 10px 20px;
    margin-left: auto;
    margin-right: auto;
}

.express__btn {
    min-width: auto;
    width: 294px;
    max-width: 100%;
    font-size: 1.3rem;
    padding: 22px 30px;
    line-height: 1;
}

/*---------------------------
addtion - tour_lineup_wrap
-----------------------------*/

.tour_lineup_wrap {
    background-color: #fff;
    padding: 20px 10px 30px;
    margin-top: 30px;
    border-top: 4px solid #009CCD;
}

.tour_lineups {
    display: block;
}

.tour_lineup_item {
    width: 100%;
    margin-bottom: 30px;
}

.tour_lineup_link {
    margin-bottom: 20px;
}

.tlt_cont_wrap {
    display: flex;
    flex-wrap: wrap;
}

.tour_lineup_item .tli_img {
    position: static;
    max-width: 150px;
/*
    width: 34%;
    max-width: 34%;
    margin-right: 3%;
*/
    margin-bottom: 10px;
    float: none;
}

.tour_lineup_item .tli_img img {
    border-radius: 5px;
    width: 100%;
/*    aspect-ratio: 520 / 357;*/
/*    object-fit: cover;*/
}

.tlt_cont_wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tour_lineup_item .tli_cont_01,
.tour_lineup_item .tli_cont_02 {
/*    width: 63%;*/
    
}

.tour_lineup_item .tli_cont_01 {
    width: calc(100% - 165px);
    margin-left: 15px;
}

.tour_lineup_item .tli_cont_02 {
    width: 100%;
    margin-left: 0;
}

.tlt_cont_wrap.clear:before,
.tlt_cont_wrap.clear:after {
    content: none;
}

.tli_tag {
    font-size: 1.0rem;
    margin-bottom: 2px;
}

.tour_lineup_wrap_tit {
    margin-bottom: 20px;
}

.tour_lineup_wrap_tit h3{
    font-size: 1.8rem;
}

.tour_lineup_item .tli_spot{
    margin-top: 10px;
    padding: 15px;
}

.tour_lineup_link p{
    margin-top: 21px;
}

.tour_lineup_item:nth-last-child(2){
    margin-bottom: 30px;
}

.tour-detail__icon.w30{
    width: 22px;
    margin-top: 4px;
}

.tour-detail__icon.w27{
    width: 18px;
}

.tour-detail__icon.w24{
    width:16px ;
    margin-top: 2px;
}

dl.news_list > dt span.date {
    display: block;
    width: auto;
}

/*
dl.news_list > dt span.tag{
    margin-left: 10px;
}
*/

.sub-mv.sub-mv--tabiclub{
    margin-bottom: 0;
    padding-bottom: 0;
}

/*---------------------------
sugotoku-list
-----------------------------*/

.md-none {
    display: none;
}

.md-show {
    display: block;
}

.sugotoku-list {
    background-color: #ecf4f5;
    margin-top: 0;
}

.sugotoku-list.sugotoku-list--sp {
/*    display: none;*/
    position: absolute;
    z-index: 900;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
    transition: all 0.15s;
}

.sugotoku-list__region {
    flex-direction: column;
}

.sugotoku-list__region-name {
    max-width: 600px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
    justify-content: flex-start;
}

.sugotoku-list__subregion {
    display: flex;
    flex-direction: column;
}

.sugotoku-list__subregion-name {
    display: block;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: bold;
    min-width: 80px;
}

.sugotoku-list__cities {
    gap: 6px;
    row-gap: 10px;
}

.sugotoku-list__city {
    font-size: 12px;
    padding: 6px 11px;
}

.btn01.btn01--reverse {
    background-color: #fff;
    margin-bottom: 30px;
}

.btn01.btn01--reverse span {
    color: #005bac;
}

.btn01.btn01--reverse::before {
    border-top: solid 2px #005bac;
    border-right: solid 2px #005bac;
}

.sugotoku-list__sptitle-wrap {
    display: flex;
    max-width: 600px;
    width: 100%;
    padding: 35px 15px 0;
    align-items: center;
    position: relative;
}

.sugotoku-list__return-btn span {
    color: #005bac;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
}

.sugotoku-list__return-btn {
    position: absolute;
    left: 20px;
    top: 74%;
    transform: translateY(-50%);
}

.sugotoku-list__return-btn::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #005bac;
    border-left: solid 2px #005bac;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.sgotoku-list__sp-title {
    flex-grow: 1;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.sugotoku-list.sugotoku-list--sp.is-open {
    width: 100%;
    position: fixed;
}

.sugotoku-list__regions {
    padding-top: 21px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 79px;
}

.sugotoku-list__region {
    flex-direction: column;
    gap: 15px;
}

.sugotoku-list__region-name {
    max-width: 600px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
    justify-content: flex-start;
}

.sugotoku-list__subregion-name {
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
}

.sugotoku-list__cities {
    width: 100%;
    gap: 6px;
    row-gap: 10px;
    padding: 0;
    align-items: flex-start;
}

.sugotoku-list__city {
    font-size: 12px;
    padding: 6px 8px;
}

.express {
    padding: 30px 14px 30px;
}

/*--------------------------------
東武トップツアーズの旅 Special
----------------------------------*/

.sptabi_wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}

.sptabi_close {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 500;
    color: #fff;
    padding: 8px 15px;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.one_column_img {
    margin-top: 20px;
    padding: 5px 5px;
}

.dl_btn {
    min-width: auto;
    width: 320px;
    max-width: 100%;
    padding: 14px 25px 13px 15px;
}

.dl_btn span {
    font-size: 1.4rem;
}

.dl_btn span:before {
    margin-right: 5px;
}

.apply_btn {
    min-width: auto;
    width: 320px;
    max-width: 100%;
    padding: 20px 25px 19px 20px;
    margin: 30px auto 30px;
}

.apply_btn span {
    font-size: 1.8rem;
}

/*--------------------------------
よくある質問・お問い合わせ
----------------------------------*/

.sub_tit {
    padding-left: 11px;
    font-size: 1.8rem;
}

.sub_tit::before {
    top: -3px;
    width: 3px;
}

a.link_btn {
    min-width: auto;
    width: 296px;
    max-width: 100%;
    margin: 25px auto 17px auto;
}

a.link_btn span {
    font-size: 1.6rem;
}

.two_btns {
    display: block;
}

.two_btns a.link_btn:nth-child(2) {
    margin-left: auto;
    margin-top: 17px;
}

/*--------------------------------
未成年者のお申込みについて
----------------------------------*/

.par {
    margin-bottom: 40px;
}

.par .sub-heading {
    margin-bottom: 20px;
}

.sub_tlt {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.close_btn {
    width: 296px;
    height: 66px;
    margin: 40px auto 0;
}

.close_btn span {
    font-size: 1.6rem;
}

/* -----------------------------------
1127
-------------------------------------- */

.to_top_btn {
    width: 300px;
    height: 48px;
    margin: 60px auto 30px;
}

.to_top_btn span {
    font-size: 1.4rem;
    font-weight: bold;
}


/* -----------------------------------
202602
-------------------------------------- */

	.int__search-box {
		height: auto;
	}
	.int__search-box iframe {
		height: 430px!important;
	}
	


/* -----------------------------------
202603
-------------------------------------- */

.dom__search-box iframe {
	height: 410px;
}

.sub-mv__search-box.dom__search-box {
    min-height: auto;
}

.yado__search-box iframe {
	height: 328px;
}

.oneday__search-box iframe {
	height: 328px;
}

.nikko-kinugawa__search-box iframe {
	height: 450px;
}


