@charset "utf-8";

/*-------------------top-------------------*/
.foot{
    background: url("../images/top/bg_foot.png") no-repeat top center;
    background-attachment: fixed;
    padding: 275px 0 75px;
}
.foot_box{
    display: flex;
    justify-content: left;
    align-items: center;
}
.foot_box+.foot_box{
    margin-top: 30px;
}
.foot_box01{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.foot_box .img{
    width: 820px;
    order: 2;
}
.foot_box .des{
    order: 3;
    width: 770px;
    position: relative;
    left: -90px;
    z-index: 2;
    padding: 30px 30px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.foot_box01 .des{
    left: auto;
    right: -90px;
    order: 1;
}
.foot_box .des_tit{
    font-size: 21px;
    color: #af8000;
}
.foot_box .des_txt{
    font-size: 15px;
    line-height: 2;
    margin: 6px 0 20px;
}
.foot_box .des_btn{
    text-align: right;
}
.foot_box .des_btn a{
    width: 166px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    background: #000;
    font-size: 15px;
    color: #fff;
}
.foot_box .des_btn a img{
    margin-right: 6px;
    vertical-align: middle;
}

.about{
    background: url("../images/top/bg_top03.png") no-repeat left top,url("../images/top/bg_top02.png") no-repeat right bottom;
    padding: 100px 0 75px;
}
.news_box{
    width: 830px;
    height: 200px;
    margin: 0 auto;
    overflow-y: auto;
    border: 1px solid #d0d0d0;
    background: #fff;
    padding: 24px 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 16px;
}
.news_box dl{
    display: flex;
    line-height: 2;
    justify-content: left;
}
.news_box dt{
    width: 88px;
    font-size: 16px;
    color: #000;
}
.news_box dd{
    width: calc(100% - 88px);
}
.news_box dd a{
    
    color: #000;
}
.gion{
    padding: 56px 0 0;
}
.gion .list01{
    display: flex;
    justify-content: center;
    align-items: center;
}
.gion .list01 li{
    margin: 0 13px;
}
.gion_txt{
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin: 38px 0 30px;
}
.gion_tit{
    font-size: 20px;
    text-align: center;
}
.gion_name{
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 50px;
    text-align: center;
}
.gion .list02{
    display: flex;
    flex-wrap: wrap;
    max-width: 1080px;
    margin: 0 auto;
    justify-content: space-between;
}
.reservation{
    background: url("../images/top/bg_res.png") no-repeat top center #af8000;
    padding: 46px 0 50px;
    text-align: center;
    color: #fff;
}
.reservation .hdm{
    color: #fff;
}
.reservation .reservation_tit{
    font-size: 16px;
}
.reservation .reservation_txt{
    font-size: 12px;
}
.reservation .reservation_btn{
    text-align: center;
    margin: 20px 0;
}
.reservation .reservation_btn a{
    display: inline-block;
    width: 300px;
    line-height: 70px;
    color: #fff;
    font-size: 18px;
    background: #c1272d;
    border-radius: 8px;
    background: url("../images/top/ico_top02.png") no-repeat right 20px center #c1272d;
}
.info{
    padding: 50px 0;
}
.info_box{
    display: flex;
    justify-content: space-between;
}
.info_box .left{
    width: 540px;
    line-height: 2;
}
.info_box .right{
    width: 540px;
}
.info_logo{
    margin-bottom: 47px;
}
.info_access{
    font-size: 16px;
}
.info_time{
    font-size: 16px;
}
.info_time span{
    font-size: 13px;
}
.info_txt{
    font-size: 16px;
}
.info_txt span{
    font-size: 13px;
}
.info_tel a{
    color: #000;
    font-size: 30px;
    line-height: 1.2;
}
.info_tel a span{
    color: #000;
    font-size: 13px;
}

.info_box .right iframe{
    width: 440px;
    height: 350px;
}
@media screen and (max-width: 767px) {
    .foot{
        background: url("../images/top/sp_bg_foot.png") no-repeat top center;
        background-attachment: initial;
        padding: 420px 20px 50px;
        -webkit-background-size: cover;
        background-size: cover;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .foot_box{
        display: block;
    }
    .foot_box+.foot_box{
        margin-top: 35px;
    }
    .foot_box01{
        display: block;
    }
    .foot_box .img{
        width: 100%;
        order: 2;
    }
    .foot_box .des{
        order: 3;
        width: 100%;
        position: relative;
        left: 0;
        z-index: 2;
        padding: 30px 20px;
        background: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .foot_box01 .des{
        left: auto;
        right: 0;
        order: 1;
    }
    .foot_box .des_tit{
        font-size: 20px;
        text-align: center;
        color: #af8000;
    }
    .foot_box .des_txt{
        font-size: 15px;
        line-height: 2;
        margin: 6px 0 20px;
    }
    .foot_box .des_btn{
        text-align: center;
    }
    .foot_box .des_btn a{
        width: 166px;
        height: 32px;
        display: inline-block;
        text-align: center;
        line-height: 32px;
        background: #000;
        font-size: 15px;
        color: #fff;
    }
    .foot_box .des_btn a img{
        margin-right: 6px;
        vertical-align: middle;
    }
    .about{
        background: url("../images/top/bg_top03.png") no-repeat left top,url("../images/top/bg_top02.png") no-repeat right bottom;
        padding: 140px 0 50px;
        -webkit-background-size: 264px;
        background-size: 264px;
    }
    .news_box{
        width: 100%;
        height: 140px;
        margin: 0 auto;
        overflow-y: auto;
        border: 1px solid #d0d0d0;
        background: #fff;
        padding: 15px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .news_box dl{
        display: flex;
        line-height: 2;
        justify-content: left;
    }
    .news_box dt{
        width: 88px;
        font-size: 14px;
        color: #000;
    }
    .news_box dd{
        width: calc(100% - 88px);
    }
    .news_box dd a{
        font-size: 14px;
        color: #000;
    }
    .gion{
        padding: 24px 0 0;
    }
    .gion .list01{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .gion .list01 li{
        margin: 0 10px;
    }
    .gion_txt{
        font-size: 14px;
        line-height: 2;
        text-align: center;
        margin: 30px 0 30px;
    }
    .gion_tit{
        font-size: 20px;
        text-align: center;
    }
    .gion_name{
        font-size: 16px;
        margin-top: 35px;
        margin-bottom: 50px;
        text-align: center;
    }
    .gion .list02{
        display: none;
    }
    .sp_list02{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sp_list02 li{
        width: 33.33%;
    }
    .reservation{
        background: url("../images/top/sp_bg_res.png") no-repeat top center #af8000;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 46px 0 50px;
        text-align: center;
        color: #fff;
    }
    .reservation .hdm{
        color: #fff;
        margin-bottom: 22px;
    }
    .reservation .reservation_tit{
        font-size: 16px;
    }
    .reservation .reservation_txt{
        font-size: 12px;
    }
    .reservation .reservation_btn{
        text-align: center;
        margin: 20px 0;
    }
    .reservation .reservation_btn a{
        display: inline-block;
        width: 300px;
        line-height: 70px;
        color: #fff;
        font-size: 18px;
        border-radius: 8px;
        background: url("../images/top/ico_top02.png") no-repeat right 20px center #c1272d;
    }
    .info{
        padding: 50px 0 0;
    }
    .info_box{
        display: block;
        justify-content: space-between;
    }
    .info_box .left{
        width: 100%;
        text-align: center;
        line-height: 2;
    }
    .info_box .right{
        width: 100%;
        margin-top: 40px;
    }
    .info_logo{
        margin-bottom: 26px;
    }
    .info_access{
        font-size: 16px;
    }
    .info_time{
        font-size: 16px;
    }
    .info_time span{
        font-size: 13px;
    }
    .info_txt{
        font-size: 16px;
    }
    .info_txt span{
        font-size: 13px;
    }
    .info_tel a{
        color: #000;
        font-size: 30px;
        line-height: 1.2;
    }
    .info_tel a span{
        color: #000;
        font-size: 13px;
    }
    .info_box .right iframe{
        width: 100%;
        height: 250px;
    }
}









































.rec_btn{
    text-align: center;
    margin: 20px 0;
}


.rec_btn a{
    display: inline-block;
    width: 300px;
    line-height: 70px;
    color: #fff;
    font-size: 18px;
    background: #c1272d;
    border-radius: 8px;
    background: url("../images/top/ico_top02.png") no-repeat right 20px center #c1272d;
	margin: 0 auto
}










@media screen and (max-width: 767px) {
	
}
