@media (min-width: 1024px) {
  .i-mobileAd-mobile {
    display: none;
  }
}

/*------全ページレスポンシブ------*/
@media (max-width: 1024px) {
  .pc .global-menu a {
    padding: 5px;
  }

  .all-wrap {
    padding: 10px;
  }

  #lp .langs td {
    font-size: 14px;
  }
  #lp .langs img {
    margin-top: 0;
  }

  #lp .ex h3 {
    margin-bottom: 10px;
  }
  #lp .ex-wrap {
    margin: 0 auto 30px auto;
    max-width: 800px;
  }

  #lp #price .ex-inner {
    display: block;
    padding: 10px 10px;
    text-align: center;
  }

  #lp .brnikai {
    display: block;
  }
  #lp .ex-inner p {
    font-size: 26px;
  }

  #lp #price .ex-inner img,
  #lp .ex-inner i {
    margin-right: 5px;
  }

  #lp .ex-inner i {
    font-size: 18px;
  }
  #lp .ex-inner > div {
    display: flex;
  }

  #lp .ex-inner .kind,
  #lp .ex-inner .getugaku {
    width: 100%;
    float: none;
    justify-content: center;
  }

  #lp .ex-inner .getugaku {
    margin-top: 10px;
  }
  #lp .ex-inner .getugaku p {
    font-size: 24px;
  }

  #lp .ex-inner i {
    margin-right: 10px;
  }

  /* .i-mobileAd-mobile{
    display: none;
  } */

  /* 2020-08-23 ET(Q+)　#340 ４７都道府県紹介一覧ページ新規作成 S */
  .pg-region .map .japan td {
    font-size: 24px;
    padding: 16px;
    }
  .pg-region .map .japan-en td {
    font-size: 24px;
    padding: 10px;
    }
  /* 2020-08-23 ET(Q+)　#340 ４７都道府県紹介一覧ページ新規作成 E */
}

@media (min-width: 767px) and (max-width: 1200px) {
  header .logo-box {
    margin: 15px auto;
    float: none;
    width: 30%;
  }

  .pc h1 {
    display: none;
  }

  /* .i-mobileAd-mobile{
    display: none;
  } */
}

@media (max-width: 1200px) {
  .all-wrap {
    display: block;
    padding: 0 15px;
    margin-top: 80px;
  }
  .all-wrap.page-home {
    padding: 0;
  }
  .page-home section:not(.sp-slider) {
    padding: 0 15px;
  }

  aside,
  main {
    width: 100% !important;
    padding: 0;
    margin: 0;
  }

  aside {
    padding: 0;
  }

  aside section.cat-menu {
    margin-top: -0;
  }
  header {
    padding: 0;
    min-height: 0;
  }

  /* refs #349 200826 フランス語対応 sato S */
  .sp .wpml-ls span {
    font-size: 10px !important;
    line-height: 1em;
    padding-top: 5px;
  }

  .wpml-ls-legacy-list-horizontal a {
    padding: 5px 8px;
  }
  /* refs #349 200826 フランス語対応 sato E */

  aside {
    padding: 10px;
    margin-top: 30px;
  }

  aside .tags h1 {
    margin-bottom: 15px;
  }

  #breadcrumb {
    display: none;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 13px !important;
  }

  footer {
    text-align: center;
  }

  footer a {
    display: block;
    width: 100%;
    text-align: center;
  }

  footer a img {
    margin: 0 auto;
  }

  footer .copy {
    text-align: center;
  }
  footer .menu {
    display: none;
  }

  .sp-slider {
    margin: 0;
    padding: 0;
  }

  .swiper-slide {
    padding: 15px;
  }

  .sp-slider .img-box {
    height: 200px;
  }

  .sp-slider .sp-box {
    height: auto;
  }

  .swiper-button-prev {
    left: 10px;
  }

  .swiper-button-next {
    right: 10px;
  }

  .page-home main {
    margin: 0;
  }

  .page-home main h2 {
    margin-bottom: 20px;
  }

  .sp-info {
    position: static;
  }

  .sp-info .slider-sp-icon {
    width: 40px;
    height: auto;
    margin: -30px 0 0 10px;
  }

  .page-home main section {
    margin: 20px 0;
  }

  .sw-btn {
    width: 25px;
    height: 25px;
  }
  .sw-btn i {
    font-size: 10px;
  }

  .swiper-button-prev {
    margin-left: -5px;
  }
  .swiper-button-next {
    margin-right: -5px;
  }
  .sp-slider {
    margin-bottom: 20px;
  }

  .sp-box {
    box-shadow: 1px 1px 3px 1px rgba(168, 168, 168, 0.5);
  }
  .sp-info {
    padding: 10px;
  }
  .sp-info h1 {
    margin-bottom: 15px;
  }

  .sp-info .area {
    margin: 0;
  }

  .sp-info .inner,
  .sp-info .ca-box {
    display: block !important;
  }

  .sp-info .prsp {
    font-size: 11px;
  }
  .sp-info .author-box .name {
    font-size: 12px;
  }
  .sp-info .author-box .avatar {
    width: 40px;
    height: 40px;
  }

  .ca-box .time {
    text-align: right;
    margin-top: 5px;
  }

  .top-list,
  .related {
    padding: 0;
    display: block;
  }
  .post {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    padding: 25px 0 !important;
    border: none !important;
    border-bottom: 1px solid #eee !important;
    margin: 0 !important;
  }

  .post .img-box {
    margin-right: 10px;
    align-items: center;
  }

  .post .cat,
  .post .area {
    margin-top: 0 !important;
  }

  .info-box {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .post .time {
    margin: auto 0 0 0 !important;
  }

  .post > div {
    width: 100% !important;
  }

  .post .img-box {
    height: 120px !important;
    width: 100% !important;
  }

  .post h1 {
    padding: 0 !important;
    margin: 5px 0 !important;
  }

  .pickup-icon {
    height: 20px;
  }

  .area,
  .cat,
  .time {
    font-size: 12px !important;
    margin-bottom: 5px;
    line-height: 1.6em;
  }

  /* page-lp */
  #lp .contact1,
  #lp .contact2 {
    display: none;
  }
  .lp-01 .container {
    padding: 15px;
  }
  .lp-01 .lp-01-head {
    width: 100%;
    height: auto;
  }
  .lp-btn {
    margin-top: 10px;
  }

  .lp-btn img {
    width: 80%;
  }

  #lp section:not(.lp-01) {
    padding: 30px 0;
  }

  #lp h1 {
    font-size: 20px !important;
  }
  #lp .soudan {
    display: none;
  }

  #lp .row {
    display: block;
  }
  /* #intro p:first-of-type {
    text-align: left;
  }
  #intro p:first-of-type br {
    display: none;
  } */

  .lp-theme ul {
    display: block;
  }

  #lp .narrow {
    margin: 0;
  }

  #lp #intro .row > div {
    margin-bottom: 30px;
    margin-top: 0;
  }

  #lp #theme li {
    display: block;
  }

  #lp #price .row {
    display: block;
  }

  #lp #price .kakaku,
  #lp #price .tuika {
    display: block;
  }

  #lp #price .row .main {
    padding: 10px;
  }

  #lp #price .row.ticket .main table {
    width: 100%;
  }

  #lp .ex .bg-circle {
    width: 80px;
    height: 80px;
    padding: 10px;
  }

  #lp .brnikai {
    display: none;
  }

  #lp #price td {
    display: block;
    width: 100%;
    text-align: center !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  #lp #price td:nth-of-type(odd) {
    padding-top: 10px;
  }
  #lp #price td:nth-of-type(even) {
    padding-bottom: 10px;
  }

  #lp #price tr {
    border-bottom: 1px solid #ccc;
  }
  #lp .col2 .row img {
    height: 220px;
  }
  .langs {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 10px;
  }
  .langs-wrap {
    padding: 10px;
  }
  .langs-wrap h3 {
    margin-bottom: 10px;
  }

  .langs tbody {
    width: 100%;
  }
  .langs td {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
  }

  .lp-sp .row img,
  .lp-sp .c-box {
    height: auto;
  }

  .c-box h2 {
    font-size: 16;
    margin-bottom: 10px;
    padding: 0;
  }
  .c-box h2 br {
    display: none;
  }

  .c-box p {
    font-size: 14px;
    line-height: 1.7em;
  }

  #faq li {
    padding: 10px;
  }

  #faq .q {
    margin-bottom: 10px;
    font-size: 16px;
    padding-top: 20px;
  }
  #faq p {
    padding: 10px 0 10px 50px;
    background-size: 40px;
  }
  /* end page-lp */

  footer {
    margin-top: 30px;
  }

  /* single */

  .wpml li {
    width: 20%;
  }
  .page-single .s-rows h1 {
    font-size: 20px;
  }
  .lang-switch ul {
    display: block;
  }

  .lang-switch li {
    width: 20%;
  }

  .page-single .tag a {
    font-size: 14px;
  }

  .page-single .main-h1 {
    margin-bottom: 0;
    font-size: 16px !important;
  }

  .page-single .author1 {
    display: none;
  }

  .like-box {
    display: block;
  }
  .like-box > div {
    height: 170px;
  }

  .author-box .inner {
    padding-bottom: 20px;
  }

  .author2 img {
    width: 60px;
  }

  .page-single .pager {
    display: block;
  }

  .pager > div:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }
  .page-numbers {
    line-height: 30px;
  }
  .page-numbers > * {
    line-height: 30px;
    width: 30px;
  }

  .page-numbers {
    display: block;
    text-align: center;
  }

  .page-numbers li {
    display: inline-block;
    margin-bottom: 10px;
  }

  .page-author .author-box {
    margin-bottom: 30px;
  }

  /* 問い合わせフォーム */
  .pg-c h1 {
    margin: 0;
  }

  .pg-c .caption br {
    display: none;
  }

  .pg-c th,
  .pg-c td {
    display: block;
    width: 100%;
    padding: 20px 5px;
  }

  .pg-c th {
    padding-bottom: 0;
  }

  .pg-c tr {
    border-bottom: 1px solid #ccc;
  }

  .hissu {
    position: static;
    margin-left: 10px;
  }

  /* 2020-06-16 16:09:26 imobileバナーの制御追加*/
  .i-mobileAd-pc {
    display: none;
  }

  /* 2020-08-03 q-tas sasaki add  *start* */
  .area-title {
    font-size: 1.3em;
  }

  .tbl-area td:nth-child(n) {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }

  .tbl-area td:nth-child(2) {
    text-align: center;
  }

  .tbl-area-detail td {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
  /* 2020-08-03 q-tas sasaki add  *end* */

  /* 2020-08-23 ET(Q+)　#340 ４７都道府県紹介一覧ページ新規作成 S */
  .pg-region .map .japan td {
    font-size: 16px;
    padding: 8px
  }

  .pg-region .map .japan-en td {
    font-size: 16px;
    padding: 8px
  }

  .pg-region .regionCaption {
    text-align: center;
  }
  .pg-region .regionCaption img {
    width: auto;
    height: 35px;
  }
  
  .pg-region .regionCaption hr {
    margin-top: 0px;
  }
  /* 2020-08-23 ET(Q+)　#340 ４７都道府県紹介一覧ページ新規作成 E */

  /* 2020-08-26 ET(Q+)　#340 ４７都道府県紹介一覧ページ　TOPに戻るボタン追加 S */
  .pg-region .fixed_TOP{
    position: fixed;
    background-image:url(images/TOP_banner.jpg);
    top: 80px; 
    left: 10px;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  /* 2020-08-26 ET(Q+)　#340 ４７都道府県紹介一覧ページ　TOPに戻るボタン追加 E */
}

@media (max-width: 450px) {
    /* 2020-08-26 sasaki(Q+)　#340 ４７都道府県紹介一覧ページ新規作成 S */
    .pg-region .map .japan td {
      font-size: 10px;
      padding: 8px
    }

    .pg-region .map .japan-en td {
      font-size: 6px;
      padding: 4px
    }

    /* 2020-08-23 sasaki(Q+)　#340 ４７都道府県紹介一覧ページ新規作成 E */  
}

@media (max-width: 350px) {
  /* 2020-08-26 sasaki(Q+)　#340 ４７都道府県紹介一覧ページ新規作成 S */
  .pg-region .map .japan td {
    font-size: 8px;
    padding: 4px
  }
  .pg-region .map .japan-en td {
    font-size: 8px;
    padding: 3px
  }
  /* 2020-08-23 sasaki(Q+)　#340 ４７都道府県紹介一覧ページ新規作成 E */  
}
/* 2020-08-26 ET(Q+)　#340 ４７都道府県紹介一覧ページ　TOPに戻るボタン追加 S */
@media (max-width: 450px) {
  .pg-region .fixed_TOP{
    position: fixed;
    background-image:url(images/TOP_mobile.jpg);
    bottom: 0px;
    left: 0px;
    width: 100%;
    /* 2020-09-01 ET(Q+)　#340 TOPに戻るボタン範囲修正 S */
    /* height: auto; */
    top: auto;
    /* 2020-09-01 ET(Q+)　#340 TOPに戻るボタン範囲修正 E */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 60px;
  }
}
/* 2020-08-26 ET(Q+)　#340 ４７都道府県紹介一覧ページ　TOPに戻るボタン追加 E */