@charset "UTF-8";
/*------------------------------------------------------------------------------
	Chuo Kanko Corporation. - local CSS
	URL: http://kaneyamaen.sbs/
	Date: 2018-11-07
	Copyright (C) Chuo Kanko Corporation. All Rights Reserved.
------------------------------------------------------------------------------*/

@media screen and (max-width: 1600px) {
    body#tabijikanOnsenIndex #main_visual{
        background-position: 80% 70%;
        background-size: 110%;
    }
}
@media screen and (max-width: 1400px) {
    footer #ftBnr li{
        width:30%;
        margin:0 1%;
    }
}
@media screen and (max-width: 1300px) {
	.tablet body#tabijikanOnsenIndex #main_visual{
		min-height: 50vw;
	}
    body#tabijikanOnsenIndex #main_visual{
        background-size: 120%;
    }
    body#tabijikanOnsenIndex .inner_width{
        width: 100%;
        padding: 0 3%;
    }
    body#tabijikanOnsenIndex .planInfo h2{
        margin-bottom: 3%;
        padding-top: 2%;
    }
    body#tabijikanOnsenIndex .totop a{
        right: 10%;
    }
    footer{
        background-size:120% auto  !important;
        background-position:right bottom;
    }
}
@media screen and (max-width: 1050px) {
    body#tabijikanOnsenIndex #main_visual{
        background-position: 70% 0;
    }
    body#tabijikanOnsenIndex #main_visual .mv_text img:nth-child(1){
        height: 60px;
        margin-bottom: 10%;
    }
    body#tabijikanOnsenIndex #main_visual .mv_text img:nth-child(2){
        height: 100px;
    }
}
@media screen and (max-width: 768px) {    
    .sp_el{
        display: block;
    }
    .pc_el{
        display: none;
    }
	.mobile body#tabijikanOnsenIndex main{
		padding-top: 77px;
	}
    body#tabijikanOnsenIndex .totop a{
        right: 0;
        left:0;
        margin:auto;
    }
    body#tabijikanOnsenIndex{
        font-size:1.5rem;
    }
    body#tabijikanOnsenIndex .culum3 > *{
        width: 100%;
        margin-bottom: 5%;
    }
    body#tabijikanOnsenIndex #main_visual{
        min-height: 40Vh;
        -webkit-background-size: cover;
        background-size: cover;
    }
    body#tabijikanOnsenIndex #main_visual .mv_text img:nth-child(1){
        height: 30px;
    }
    body#tabijikanOnsenIndex #main_visual .mv_text img:nth-child(2){
        height: 50px;
    }
    body#tabijikanOnsenIndex .scroll_btn{
        margin: 8% 0 10% 0;
    }
    body#tabijikanOnsenIndex .postList{
        display: block;
        padding: 3%;
    }
    body#tabijikanOnsenIndex #map{
        height: 350px;
    }
    body#tabijikanOnsenIndex .box .img{
        margin-bottom: 5%;
    }
    body#tabijikanOnsenIndex .box .txt{
        text-align: left;
    }
    
    body#tabijikanOnsenIndex .box .txt br{
        display: none;
    }
    body#tabijikanOnsenIndex .box.full{
        padding: 0 3%;
    }
    body#tabijikanOnsenIndex .box .img.inner_width{
        padding: 0;
    }
    body#tabijikanOnsenIndex .box{
        margin-bottom: 10%;
    }
    body#tabijikanOnsenIndex .box h2{
        margin-bottom: 5%;
        padding-top: 12%;
    }
    body#tabijikanOnsenIndex h2 img{
        height:20px;
    }
	body#tabijikanOnsenIndex .planInfo h2{
		background: none;
		padding-top: 0;
	}
    body#tabijikanOnsenIndex .planInfo h2 img{
        height: auto;
        width: 70%;
        vertical-align: middle;
    }
    body#tabijikanOnsenIndex .totop{
        height: 110px;
    }
    body#tabijikanOnsenIndex .totop a{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/*FOOTER*/
    footer{
        background:url("../img/footer_sp.png") no-repeat left bottom;
    }
    .mobile footer{
        background-size:  auto 100%!important;
    }
    footer #ftInner{
        width:100%;
    }
    footer #ftInner .copy{
        padding-top: 8%;
        margin: auto;
        padding-bottom: 3%;
    }
    footer #ftInner .copy img{
        height: 16px;
    }
    footer #ftLogo img{
        width:40%;
    }
    footer #ftSubnavi{
        padding:5% 0 2%;
    }
    footer #ftBnr li {
        width:92%;
        margin:0 auto 2%;
    }
    footer #ftBnr li a{
        padding:2% 4%;
    }
    footer #ftSubnavi{
        display: -webkit-flex;
        display: flex;flex-wrap:wrap;
    justify-content:space-between;
    }
    footer #ftSubnavi li {
        width:50%;
    }
    footer #ftSubnavi li.under {
        width:33%;
    }
    footer #ftSubnavi li a{
        border:none;
        padding:10px 0;
    }
    footer #ftBnr li img{
        height:38px;
    }
    footer p#copyright{
        padding:1% 0;
    }
    footer #ft_info #owner span{
        display:block;
    }
    footer #ft_info .contactTxt span{
        display:block;
    }
/*
    footer{
        padding: 7% 3%;
    }
    footer address{
        margin: 1% 0 3%;
    }
    footer .address p{
        margin-bottom: 3%;
    }
    footer .address .copy{
        width: 60%;
        margin:auto auto 3% auto;
    }
    footer .address  .copy img{
        width: 100%;
        height: auto;
    }
    footer .address #ftLogo{
        width: 50%;
        margin:auto;
    }
    footer .address #ftLogo img{
        width: 100%;
        height: auto;
    }
    footer .ftLink{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size:1.6rem;
        line-height: 2.3;
    }
*/
}

@media screen and (max-width: 400px) {    
    
    body#tabijikanOnsenIndex #main_visual .mv_text img:nth-child(1){
        margin-bottom: 5%;
    }
    body#tabijikanOnsenIndex #main_visual .mv_text img:nth-child(2){
        height: 40px;
    }
}