/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jun 22 2021 | 07:56:53 (pm)
/*
/******* Do not edit this file *******/

html{
    min-width: 1200px;
}


.snscat li{
    text-align: center;
    width:46%;
    list-style-type: none;
    float: left;
    padding-right: 35px;
}

.snscat img.snsimg{
    width: 100%;
    margin-bottom: 20px;
}

.houhou{
    position:relative;
}

.houhou img{
    position: absolute;
    width: 340px;
    right: 0px;
    top: 80px;
}

.houhou h2 {
    position: relative;
    padding: 0.3em .5em .5em 2em;
    margin-bottom: 20px;
    border-bottom: 1px solid #a89c89;
}
.houhou h2::before,
.houhou h2::after {
    position: absolute;
    content: '';
    border-radius: 100%
}
.houhou h2::before {
    top: .2em;
    left: .2em;
    z-index: 2;
    width: 18px;
    height: 18px;
    background: rgba(168,156,137, .5);
}
.houhou h2::after {
    top: .7em;
    left: .7em;
    width: 13px;
    height: 13px;
    background: rgba(210, 210, 210, .5);
}

/*パンくずリスト*/
.breadcrumbs {
    max-width: 960px;
    margin: 15px auto 30px;
    z-index: 10;
    position:relative;
}

.breadcrumbs a{
    text-decoration: underline;
}

.home .breadcrumbs{
    display: none;   
    
}

/*メニューの緑消す*/
.primary-navigation li:hover > a, .primary-navigation li.focus > a{
    background-color:transparent!important;
}

#menu-item-4{
    z-index:0;
}

#menu-item-4 a{
    pointer-events: none !important;
}

#menu-item-4 .visible{
    pointer-events: visible !important;
}

#menu-item-4 a:hover{
    opacity:1;
}

/*menu fade js*/
#primary-menu{
    -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      /*opacity: 1;*/
}

.fade_this{
    /*opacity: 0;*/
}
/*/menu fade js*/

/*scroll js*/
.opacity{
   opacity: 0.9;
}
/*/scroll js*/

/*body{font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif !important;}*/
/*front page*/

#post-116 .post-thumbnail{
    display: none;
}

.page-id-116 #secondary{
    display: none;
}



.entry-content img{
     -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.entry-content img:hover{
    opacity: 0.8;
    filter: alpha(opacity=60);
}

.custom-background{
    background:url(http://www.tokinoirodori.com/wp-content/uploads/2016/04/bg_pt.png)!important;
    background-color:#eee5c2 !important;
    background-repeat:repeat-y; 
    background-size:contain!important;
    background-position: top!important;
}

.site{
    background-color:transparent;
    margin-left:auto;
    margin-right: auto;
    max-width: 1460px;
}

.site:before{
    background-color: transparent;
}
/*nav*/
.header-main{
    padding:0;
}
.site-header{
    background:url(http://tokinoirodori.com/wp-content/uploads/2016/03/gnav_bg.png);

}

#primary-menu a:hover{
    background-color: transparent;
}


@media screen and (min-width: 960px){
.singular .slider_pc{
background-image:url(http://www.tokinoirodori.com/wp-content/uploads/2016/04/14a4f452019e8edd04c5432cfd9e15b4.jpg
 );
background-size:cover;
padding-bottom:20%;
 }
    
    
.singular #metaslider_container_247{
display:none;
}


.metaslider-247{
    display:block;
}
    
.site-title{
    display:none;
}
    #post-116 .entry-content{
    margin-top:8%;
}
    
      #primary-navigation{
        width: 960px;
    margin: auto;
    float: none;
}
    
.event_section{
    display: block;
        height: 100%;
    border-bottom: 1px solid #a89c89;
    border-top: 1px solid #a89c89;
    padding-bottom: 80px;
    background-color: rgba(231,214,170,0.6);
}

.event_section_sp{
    display: none;
}
.pc{
    height: auto;
}

.pc:hover{
    opacity: 1;
}

.sp{
    display:none;
}

.news_post_left{
    display: table-cell;
    border-right: 1px solid #a89c89;
    padding-top: 55px;
    padding-bottom: 100px;
    padding-right: 50px;
}

.news_post{
    width: 960px;
    margin: -50px auto -50px;
}

.footer_left{
    width: 570px;
    margin: -98px 0 0;
    position: relative;
    top: 20px;
}

.footer_right{
        width: 359px;
    position: absolute;
    left: 600px;
    top: -28px;
}

.tel_address{
    float: right;
    font-size:14px;
    position: relative;
    top: 30px;
}

.copyright{
        margin-top: 10px;
    text-align: right;
}

.event_post_thumb{
    width:145px;
    display: table-cell;
    padding: 0 8px;
}


.slider_pc{
 display:block;   
}

  .slider_sp{
 display:none;   
}

}
/*end of min-width960px*/
@media screen and (max-width: 959px){
html{
    min-width: initial;
}

.local-nav{
    width: auto;
}

#local-onsen .ln-last{
    /*background: url(http://www.tokinoirodori.com/wp-content/uploads/2016/03/local_nav_border.png) no-repeat center;*/
}

.breadcrumbs{
    z-index: 0;
}

.part-Box img{
    width: auto;
    max-width: 100%;
}

.part-Box div{
    width: auto;
}

.ganban_info ul{
    width: auto;
}

.ganban_info_in{
    width: auto;
}

#breakCnt{
    width: auto;
}

#breakCnt ul{
margin: auto;
}

#break-tenbo img{
    padding: initial;
    width: auto;
}

#break-tenbo div{
    width: auto;
}

#break-kutsurogi{
    width: auto;
}

#break-kutsurogi img, #break-nekorobi img{
    width: auto;
}

#break-nekorobi{
    width: auto;
}

#cutPrice{
    width: auto;
}

#cutPrice dl dt{
    width: auto;
}


.cntInner{
    width: auto;
}

.bg6 .bg6_in{
    width: auto;
}

.menu div{
    padding:initial;
}
/*new added 0422*/
.pc{
    display:none !important;
}

.sp{
    display:block !important;
}
.sp a{
    font-size:20px;
    padding-left:20px;
}

 #primary-navigation{
        width: auto;
    margin: auto;
    float: none;
}

.event_section{
    display:none;
}

.footer_left{
    width: 90%;
    margin: -58px auto 0;
    position: relative;
    top: 20px;
}

.footer_right{
        width: auto;
}

.tel_address{
    float: right;
    font-size:120%;
    position: relative;
    top: 0px;
}

.event_posts_sp{
    margin: 0 0 24px 0%;
}

.event_post_thumb{
    width:190vw;
    display: table-cell;
    padding: 0 4%;
}

.event_section_sp{
     /*height: 394px;*/
    border-bottom: 1px solid #a89c89;
    border-top: 1px solid #a89c89;
    /*padding-bottom: 80px;*/
    background-color: rgba(231,214,170,0.6);
}

.copyright{
    text-align:center;
}

.content-area {
    padding-top: 0% !important;
}

#menu-item-188{
    border-top:transparent;
}
#menu-item-183{
    border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.primary-navigation.toggled-on{
    padding:8% 0 0 0;
    text-align: center;
    width:50vw !important;
    height:100vh;
}

.primary-navigation.toggled-on li{
        margin: 4% 0 7%;
    padding: 0px 0 3% 0;
    letter-spacing: 10px;
}
.primary-navigation .nav-menu{
    border-bottom:transparent !important;
}

.site-header {
    /*background: url(http://www.tokinoirodori.com/wp-content/uploads/2016/04/14a4f452019e8edd04c5432cfd9e15b4.jpg);*/
    background-repeat-y: no-repeat;
    background-size: 50px 48px;
    background-color: rgba(0,0,0,0.8) !important;
}

}
/*end of max-width959px*/
@media screen and (min-width: 641px) and (max-width: 959px) {
    #masthead {
    position: fixed;
    top: 5px;
}
    
    #post-116 .entry-content img{
        width:47%;
    }
    
     #post-116 .entry-content{
        width:90%;
        margin-top: 10%;
    }
    
    .guidance_desc {
    padding: 0px 0 4.4% 0px !important;
    margin: 0 0 0 17px !important;
}

.hotspa_desc {
    padding: 0px 0px 8% 0px !important;
}

.hotspa_desc {
    padding: 0px 0px 8% 0px !important;
}

.bedrock_bath_desc {
    position: relative;
    bottom: 7.6vw !important;
    left: 17px;
}

.wp-image-72{
    width:30.5% !important;
    bottom: 6.5vw !important;
}

.wp-image-80{
    width:30.5% !important;
    bottom: 6.5vw !important;
}

.wp-image-60{
    width:30.5% !important;
    bottom: 6.5vw !important;
}

.sns_desc{
    width:30.5% !important;
}

.member_desc{
    width:30.5% !important;
}

.recruit_desc{
    width:30.5% !important;
}

.news_post_right {
    display: block !important;
     padding-left: 0px !important;
}

#footer-sidebar{
    width:auto !important;
}

}
/*end of max-width959px*/
@media screen and (min-width: 640px) {

.nav-menu{
    height: 220px;
}
  #primary-navigation{
        /*width: 960px;*/
    margin: auto;
    float: none;
}

    .primary-navigation a{
        padding:0;
        margin: 0 -3px;
        background-color: transparent;
    }
    
    #footer-sidebar{
        width: 960px;
        height:113px;
    margin: auto;
}



}
/*end of min-width 783px*/
@media screen and (max-width: 782px) {
img {
  max-width: 100%;
  height: auto;
}

    .pc{
    display:none;
}

.sp a{
    font-size:20px;
    padding-left:20px;
}

 #primary-navigation{
        width: auto;
    margin: auto;
    float: none;
}

.primary-navigation.toggled-on{
    padding: 8% 0 0 0;
    text-align: center;
    width: 50vw !important;
    height: 100vh;
}

.primary-navigation.toggled-on li{
   margin: 4% 0 9%;
    padding: 0 0 5% 0;
    letter-spacing: 10px;
}

}

/*end of max-width782px*/
@media screen and (max-width: 640px) {
.singular .slider_sp { background-image: url(http://www.tokinoirodori.com/wp-content/uploads/2016/04/14a4f452019e8edd04c5432cfd9e15b4.jpg ); padding-bottom: 25%; background-size: cover; }

.singular #metaslider_container_248{
display:none;
}

    .slider_pc{
 display:none;   
}
    
      .slider_sp{
 display:block;   
}
    .metaslider-247{
    /*display:none;*/
}

.content-area {
    padding-top: 14vw;
}
#masthead{
        position: fixed;
    top: 5px;
}

/*#site-header{*/
/*    background: url(http://tokinoirodori.com/wp-content/uploads/2016/03/sp_head.png)no-repeat;*/
/*    padding-bottom:138vw;*/
/*    background-size:contain;*/
/*}*/

#site-header a img{
    display:none;
    
}

.menu-toggle{
    background:url(http://tokinoirodori.com/wp-content/uploads/2016/03/gnav_bg.png)no-repeat;
}

#post-116 .entry-content {
    margin-top: 10%;
    padding-top: 15%;
}

#post-116 .entry-content img{
    width:90%;
}

.news_post_left{
    display:block !important;
    padding:0 !important;
    width:100vw;
    border-right:none;
}

.news_post_right{
    display:block !important;
    padding:0 !important;
    width:100vw;
}

#footer-sidebar{
    width:auto;
    height:440px !important;
}

.wp-image-133{
     position: relative;
    top: 27vw;  
    left:5vw;
    
}

.wp-image-127{
     position: relative;
    top: -76vw;   
    left:5vw;
}
.guidance_desc{
        
        margin:0 !important;
}

.wp-image-141{
    /*margin-top:-38vw;*/
    position:relative;
    margin-top:-27vw;
    margin-bottom:6vw;
    left:5vw;
}

.bedrock_bath_desc{
    left:5vw!important;
}

.facilities_desc {
    margin-right:0;
    position: relative;
    bottom: 60px;
    left: 5vw;
}

.restaurant_desc {
     margin-right: 0px; 
     margin-top:4%;
    position: relative;
    bottom: 60px;
    left: 5vw;
}

.relax_room_desc {
     margin-right: 0px; 
     margin-top:4%;
    position: relative;
    bottom: 60px;
    left: 5vw;
}

.sns_desc{
    left: 5vw;
}

.member_desc{
    left: 5vw;
    margin-top: 4%;

}

.recruit_desc{
    left: 5vw;
    margin-top: 4%;
}

.event_section{
    display:none !important;
}

.event_section_sp{
     /*height: 394px;*/
    border-bottom: 1px solid #a89c89;
    border-top: 1px solid #a89c89;
    /*padding-bottom: 80px;*/
    background-color: rgba(231,214,170,0.6);
}

.copyright{
        margin-top: 10px;
    text-align: center;
    padding-bottom: 4%;
}

.footer_left_right{
  background:url(http://tokinoirodori.com/wp-content/uploads/2016/03/footer_bg.png)no-repeat; 
  background-size:cover;
}

}
/*end of max-width640px*/
#masthead{
    max-width:1460px;
       /* width: 100vw;*/
}

.search-toggle{
    display: none;
}

.nav_text{
    color:#fff !important;
    line-height: 2;
    font-size: 15px;
    font-weight: normal;
    position: relative;
    left: 170px;
    bottom: 280px;
}

.nav_text:after{
    clear:both;
}

.menu-item{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.menu-item:hover{
    opacity: 0.7;     /* 透過レベル */
    filter: alpha(opacity=60);
}

#menu-item-4 a:hover{
    text-decoration:none;
}

#menu-item-17 img{
        position: absolute;
    bottom: -172px;
    left: 599px;
    width: 81.5px;
}
#menu-item-18 img{
        position: absolute;
    bottom: -172px;
    left: 518px;
}
#menu-item-19 img{
        position: absolute;
    bottom: -172px;
    left: 438px;
}
#menu-item-20 img{
        position: absolute;
    bottom: -172px;
    left: 358px;
}
#menu-item-21 img{
        position: absolute;
    bottom: -172px;
    left: 277px;
}
#menu-item-178 img {
    position: absolute;
    bottom: -172px;
    left: 199px;
    width: 82px;
}

.top_img{
    top: -87px;
    position: relative;
}

.tel_time{
    position: absolute;
    right: -164px;
    top: 73px;
}
/* /nav*/
#site-header a img{
    width: 100vw !Important;
    min-width: 640px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content{
    max-width: 960px;
}


body.page-id-116#secondary{
    display: none !important;
}

.page-id-116.full-width .site-content
{
    margin:auto !important;
}

.entry-content{
    padding-left:0 !important;
    padding-right:0 !important;
    background-color: transparent !important;
}

.content-area{
    /*padding-top: 60px;*/
}

.guidance_desc{
        padding: 0px 0 41px 0px;
    margin: 0 0 0 20px;
}

.bedrock_bath_desc{
        position: relative;
    bottom: 83px;
    left: 20px;
}

.hotspa_desc{
 padding: 0px 0px 73px 0px;   
}

.facilities_desc{
    margin-right: 18px;
    position: relative;
    bottom: 60px;
}

.restaurant_desc{
    margin-right: 18px;
    position: relative;
    bottom: 60px;
}

.relax_room_desc{
    position: relative;
    bottom: 60px;
}

.sns_desc{
    margin-right: 18px;
    position: relative;
    bottom: 60px;
}

.member_desc{
    margin-right: 18px;
    position: relative;
    bottom: 60px;
}

.recruit_desc{
    position: relative;
    bottom: 60px;
}

.event_posts{
     margin: auto;
    width: 960px;
    list-style:none;
}







.news_post_right{
    display: table-cell;
    padding-top: 55px;
    padding-bottom: 100px;
    padding-left: 50px;
}

.news_post_right span{
    margin-right: 20px;
}

.newer_posts li{
    list-style: none;
    margin-left: -15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a89c89;
    font-size: 14px;
}

.newer_post span{
     color: #4E3B22;
}

.newer_post a{
    color: #4E3B22;
}

span.eventsingle{
    color:#fff !important;
    background-color: #959345;
    padding: 2px 18px 0px;
    margin: 0 10px;
}

span.campaign{
    color:#fff !important;
    background-color: #bd7965;
    padding: 2px 4px 0px;
    margin: 0 10px;
}

span.column{
    color:#fff !important;
    background-color: #e0c165;
    padding: 2x 11px 0px;
    margin: 0 10px;
}

span.irodoriyu{
    color:#fff !important;
    background-color: #e6772e;
    padding: 2px 32px 0px;
    margin: 0 10px;
}

.wp-image-171{
        margin-bottom: 20px;
}

.wp-image-172{
        margin-bottom: 20px;
}

.post_all{
    width: 145px;
    margin: 45px auto 0;
}
 /* /front page*/
 
 /*footer*/
 #supplementary{
     padding:0;
 }
 
 .site-footer{
     background:url(http://tokinoirodori.com/wp-content/uploads/2016/03/footer_bg.png);
 }
 


#text-3{
    padding:0 !important;
}


.site-info{
    display: none;
}


 /* /footer*/
 
 .page-id-116 .post{
     display: none;
 }
 
 .archive .post-thumbnail{
     display: none;
 }
 
  .archive .entry-content img{
      display: none;
  }
 .blog .post-thumbnail{
     display: none;
 }
 
 .blog .entry-content{
     display: none;
 }
  /*sidebar_content*/
 .tag-link-5{
     display: none;
 }