 @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.first-contents{
        margin-top: 4rem;
    }

    .post-section + .post-section,
	#ank-02 {
        margin-top: 4rem;
    }

    /* h2 */
    .section .post-section h2{
        font-size: 1.8rem;
        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-section.total p.button-note{
        margin: 0 auto;
        margin-top: 1rem;
    }


    /* .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;
    }
    .facility_hrImg-adjust {
        width: 100%;
        height: auto;
        padding-top: 66.6%;
    }
    .facility_hrImg-adjust03 {
        padding-top: 100%;
    }
    .facility_hrImg-68 {
        width: 68% !important;
    }
    .facility_hrImg-32 {
        width: 32% !important;
    }
    .facility_hrImg-mL figure {
        position: initial;
        width: 100%;
        margin: 0;
    }
    .facility_hrImg-mR figure {
        position: initial;
        width: 100%;
        margin: 0;
    }
	.section .section-bottom .setplan-btn:before {
		top: 12px;
        transform: rotate(-35deg);
	}
}
@media screen and (max-width: 599px) {
	.section .section-bottom .setplan-btn {
		width: 100%;
	}
	/* .section .btn-more {
		text-align: left;
	}
	.section .btn-more:before {
		width: 32px;
		height: 32px;
		top: 55%;
        margin-top: -2rem;
		left: 0px;
	} */

       /*モーダル下の注釈*/
       .post-section.total p.button-note{
        width: 100%;
    }
}

/*------------------------------------------------------------------
　　　　　　　スマホ用 (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;
    }
  }

/*------------------------------------------------------------------
編集部のイチオシポイント！部分
------------------------------------------------------------------*/
.highlight_wrap {
    margin: 40px 0 27px;
    padding: 28px 12px 16px;
}
.highlight_wrap h3.highlight_ttl {
    left: 13px;
    font-size: 1.3rem !important;
}
/* .access_wrap dd .access {
    padding-left: 27px;
    background-size: auto 20px;
}
.access_wrap dd .access + .access {
    margin-top: 3px;
}
.access_wrap dd .access.train.bus {
    padding-left: 64px;
    background-position: left center, left 35px center;
    background-size: auto 20px, auto 20px;
}
.access_wrap dd .access.train.bus:before {
    left: 21px;
} */