﻿.bottom-shop_link{
    display: flex;
    width: 100%;
    position: fixed;
    justify-content: center;
    align-items: center;
    bottom: -100px;
    z-index: 5;
    transition-duration: 0.5s;
}
.bottom-shop_link.show{
    bottom: 0;
    transition-duration: 0.5s;
}
.bottom-shop_link.show.pc_btr{
    display: flex;
    bottom: 30px;
    right: 60px;
    transition-duration: 0.5s;
}
.bottom-shop_link.show.pc_btr a{
    margin-right: 0;
}
.ResvBtsp{
    width: 60%;
    border: none;
    background-color: #ffac56;
    color: #fefefe;
}
@media screen and (min-width: 769px){
    .bottom-shop_link{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .bottom-shop_link.show.pc_btr{
        display: flex;
        bottom: 0;
        right: auto;
        transition-duration: 0.5s;
    }
    .bottom-shop_link.show.pc_btr a{
        margin: 0 auto;
    }
}

/*header*/
header #header .shop_link a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fa-shopping-cart:before{
    content:url('./Dup/img/resvMark.png');
}
.headResv{
    padding: 20px;
    background-color: #ffac56;
    font-size: 1.0rem;
}
@media screen and (max-width: 768px){
    .shop_link.pc_hide a{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
/*TOP*/
#main_img{
    margin-bottom: 10px;
}
#main_nav{
    margin-bottom: 10px;
}
#to03{
    margin-top: 80px;
}
#to03 a{
    color: #333;
    transition-duration: 0.5s;
}
#to03 a:hover{
    transform: scale(1.05);
    transition-duration: 0.5s;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
}
#intro .intro_txt h2 br{
    display: none;
}
@media screen and (max-width: 667px){
        #intro .intro_txt h2 br{
        display: block;
    }
}
/*TOP_cms*/
#top_cms .buttons{
    gap: 85px;
}
#top_cms .more a.width_200{
    width: 230px;
}
@media screen and (max-width: 667px){
    #top_cms .buttons.flex_center-right{
        display: block;
    }
    #top_cms .buttons .more{
        margin-bottom: 20px;
    }
}
#top_cms .cms_1-a  .cate_box figure{
    border: dashed 1px #333;
}
/*下層一般*/
.cate .cate_item.d_flex{
    justify-content: flex-start;
}
#page_title h2,#page_title p{
    max-width: 400px;
    background-color: rgba(255,255,255,0.4);
}
#page_title h2{
    padding: 20px 0 0 20px;
}
#page_title p{
    padding: 0 0 20px 20px;
}
@media screen and (max-width: 667px){
    #page_title{
        padding: 140px 30px 60px 30px;
    }
    #page_title h2{
        background-color: rgba(255,255,255,0.275);
    }
    #page_title p{
        background-color: rgba(255,255,255,0.4);
    }
}
/*コンセプト*/
#Reserve_link{
    margin: 0 auto;
}

#Reserve_link a{
    text-decoration: underline;
    padding: 20px 40px;
    color: #333;
    font-size: 20px;
    transition-duration: 0.8s;
}
#Reserve_link a:hover{
    background-color: #333;
    color: #fefefe;
    transition-duration: 0.8s;
}
@media screen and (max-width: 768px){
    #cms #Reserve_link{
        display: none;
    }
}
/*footer*/
@media screen and (max-width: 768px){
    footer #copyright{
        padding-bottom: 90px;
        text-align: center;
    }
}