 @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: 2rem;
    }
    .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;
    }
    .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;
        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;
    }
}


/*------------------------------------------------------------------
　　　　　　　　　　　検索ガジェット内
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
    .search-button-wrapper .hotel_box {
        width:auto;
        margin:0 8px 10px;
        display:block;
        padding: 0 0 1em 0;
    }
    .search-button-wrapper .hotel_box:last-child {
        border-bottom:none;
        margin-bottom:0;
        padding: 0;
    }
    .search-button-wrapper .inner {
        display:block;
        overflow: inherit;
    }
    .search-button-wrapper .hotel_name {
        display: flex;
        padding: 0.5em 0 0 2.3em;
        align-items: center;
        font-size: 1.6em;
        font-weight: 100;
    }
    .search-button-wrapper .number01,
    .search-button-wrapper .number02,
    .search-button-wrapper .number03 {
        background-size: 3rem auto;
    }
    .search-button-wrapper .hotel_box figure {
        width: 80%;
        margin:0.5em auto;
    }
    .search-button-wrapper .hotel_box .htl_about {
        /* float: left;*/
        width: 100%;
        padding: 0;
    }
    .search-button-wrapper .hotel_box .btn_more {
        position:static;
        margin: 14px 0;
    }
    .search-button-wrapper .hotel_box .btn_more span {
        padding:0.5em 2.5em 0.5em 3.5em;
    }
}
@media screen and (max-width: 736px) {
    .search-button-wrapper .modal-window {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
    .search-button-wrapper .gadget {
        padding: 0 20px 20px;
    }

    .search-button-wrapper .rdrMonth {
        width: auto;
    }
    .search-button-wrapper .button-close span {
        padding: 5px 15px 0 0;
    }
}