@charset 'utf-8';


/*------------------------------------------------------------------
--------------------------------------------------------------------
旅行情報ナビページ共通css
--------------------------------------------------------------------
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
    .br_pc {
        display:none;
    }
    .br_sp {
        display:inline-block;
    }

    /*------------------------------------------------------------------
    見出し
    ------------------------------------------------------------------*/

    /* section-ttl */
    .section-ttl {
        font-size:2rem !important;
        text-align: center;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    /* section-sttl */
    .section-sttl{
        margin-bottom: 2.5rem;
        font-size: 1.6rem;
        padding: 1rem 0;
    }


    /*------------------------------------------------------------------
    index
    ------------------------------------------------------------------*/

    /* ナビのテーマ一覧 */
    section.theme-nav{
        margin-bottom: 4rem;
    }
    .theme-anklist{
        margin-bottom: 0;
        border-top: 1px solid #DDDDDD;
        border-left: 1px solid #DDDDDD;
    }
    .theme-anklist .item{
        width: 50%;
        padding-bottom: 0;
        text-align: left;
    }
    .theme-anklist .item a{
        font-size: 1.2rem;
        border: none;
        border-bottom: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        line-height: 1;
        padding: 2rem 2rem 2rem 3rem;
    }
    .theme-anklist .item a:hover{
        border-color: #DDDDDD;
    }
    .theme-anklist .item a:before {
        margin-top: -0.4rem;
        left: 1.1rem;
        transform: rotate(90deg) scale(0.6);
    }
    .theme-anklist .item a:after {
        width: 1.3rem;
        height: 1.3rem;
        border-radius: 1.3rem;
        margin-top: -0.6rem;
        left: 1rem;
    }

    /* テーマセクション */
    .theme-section+.theme-section{
        margin-top: 4rem;
    }
    .theme-section .theme-list{
        display: block;
    }
    .theme-section .theme-list .item{
        width: auto;
    }
    .theme-section .theme-list .item+.item{
        margin-top: 2rem;
    }
    .theme-section .theme-list .item a:hover{
        opacity: 1;
    }
    .theme-section .theme-list .item-body{
        padding: 1.5rem 1.5rem 4rem;
    }
    .theme-section .theme-list .item-ttl{
        font-size: 1.6rem;
        padding-left: 1.1rem;
        margin-bottom: 1.4rem;
    }
    .theme-section .theme-list .item-txt{
        line-height: 1.6;
    }
    .theme-section .theme-list .item-btn{
        right: 2rem;
        bottom: 1.2rem;
        position: absolute;
        padding-left: 2.3rem;
    }
    .theme-section .theme-list .item-btn:before {
        font-family: 'jttweb' !important;
        content: '\e902';
        position: absolute;
        z-index: 1;
        top: 50%;
        margin-top: -0.8rem;
        font-size: 1rem;
        color: #ffffff;
        left: 0.4rem;
        transform: scale(0.8);
    }
    .theme-section .theme-list .item-btn:after {
        display: block;
        content: "";
        width: 1.7rem;
        height: 1.7rem;
        border-radius: 1.7rem;
        background: #398AD0;
        position: absolute;
        top: 50%;
        margin-top: -0.9rem;
        left: 0;
    }


    /*------------------------------------------------------------------
    記事
    ------------------------------------------------------------------*/

    /* post-head */
    .post-head{
        margin-top: 0;
        margin-bottom: 3rem;
    }
    .post-head .category{
        margin-bottom: 1.5rem;
        font-size: 1.2rem;
    }
    .post-head .ttl{
        font-size: 2.2rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid #398AD0;
        margin-bottom: 2rem;
    }
    .post-head .sns-list{
        position: static;
    }
    .post-head .sns-list .fb-like{
        top: 0px;
    }

    /* post-mv */
    .post-mv{
        margin: 0 -14px 3rem
    }

    /* post-body */
    .post-body{
        margin: 0 auto 5rem;
    }

    /* post-anklist */
    .post-anklist{
        border: 2px solid #EFEFEF;
        padding: 2rem;
        margin-bottom: 3.5rem;
    }
    .post-anklist .item:before{
        font-size: 1.4rem;
    }
    .post-anklist .item +.item{
        margin-top: 1rem;
    }
    .post-anklist .item a{
        font-size: 1.4rem;
    }
    .post-anklist .item a:hover{
        color: #333333;
        text-decoration: none;
    }

    /* post-section */
    .post-section{
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .post-section+.post-section{
        margin-top: 4rem;
    }

    /* h2 */
    .post-section h2{
        font-size: 1.8rem!important;
        padding-bottom: 1.2rem;
        border-bottom: 2px solid #E6E6E6;
        margin-bottom: 2rem!important;
        margin-top: 3rem;
    }

    /* h3 */
    .post-section h3{
        font-size: 1.5rem;
        padding-left: 1.8rem;
        margin-bottom: 1rem;
        text-align: left !important;
    }

    /* h4 */
    .post-section h4{
        margin-top: 2rem;
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    .post-section img{
        margin-top: 2.5rem;
    }
    .post-section p{
        margin-top: 2rem;
    }

    .post-section .col1{
        margin-top: 2rem;
        padding: 2rem;
    }

    /* total */
    .post-section.total{
        border-top: 3px solid #398AD0;
        padding: 2rem;
    }
    .post-section.total h2 {
        font-size: 1.5rem;
        padding-left: 1.8rem;
        margin-bottom: 1rem;
    }
    .post-section.total p {
        margin: 0;
    }


    /* .post-other */
    .post-other{
        margin: 0 -14px;
    }
    .other-inner{
        padding: 5rem 1.4rem;
    }
    .post-other .other-inner h4{
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    .other-list .item a{
        padding: 1.5rem 0;
    }
    .other-list .item-img{
        width: 41.7%;
    }
    .other-list .item-body{
        width: 53%;
    }
    .other-list .item-ttl{
        font-size: 1.5rem;
        margin-bottom: 0;
    }
    .other-list .item-txt{
        display: none;
    }

/*2022.02 コンテンツSEO追記*/

    .facility_warning {
        margin-top: 1rem !important;
    }
    .sp-mt20 {
        margin-top: 20px !important;
    }
    .post-anklist .item a:before {
        top: initial;
        bottom: 1px;
    }
    .facility_table th {
        width: auto;
    }
    .facility_table td {
        word-break: break-all;
    }
	.spotImg .provide {
		margin-left: 0;
	}
	.spotImg .provide {
		margin-left: 0;
	}
	.spotImg .provide:before {
		content: "\A" ;
		white-space: pre ;
	}
  .section .section-bottom .setplan-btn:before {
    top: 12px;
  }
}
/*------------------------------------------------------------------
　　　　　　　スマホ用 (736px以下)
------------------------------------------------------------------*/
@media screen and (max-width: 736px) {
  #ranking .modal-window {
    width: 100%;
      height: 100%;
    overflow-y: auto;
  }
  #ranking .gadget {
    padding: 0 20px 20px;
  }
  #ranking .gadget.pb10 {
    padding: 0 20px 10px;
  }
  #ranking .modal-note {
    width: auto;
    padding: 0 20px 20px;
  }
  .fw-top .fw-modal-calendar .fw-calendar .rdrCalendarWrapper,
  .fw-top .fw-modal-calendar .fw-calendar .rdrMonth {
    width: 100%;
  }
  .fw-top .fw-modal-container .fw-modal-btn-footer {
      background-color: #fff;
  }
  #ranking .rdrMonth {
    width: auto;
  }
  #ranking .button-close span {
      padding: 5px 15px 0 0;
  }
  .section .fw-top .fw-modal-container {
    margin-top: 0px;
  }
}
