
@media screen and (max-width:576px) {
    html {
        font-size: 12px;
    }
}

@media screen and (min-width:576px) {
    html {
        font-size: 16px;
    }
}

html * {
    font-family: 'Roboto Slab','Noto Sans JP', sans-serif;
    font-size: 0.9rem;
}


a {
    color: inherit;
}

@media screen and (max-width:576px) {
    #section_nav_sp {

    }
    #section_nav_pc_container {
        display: none;
    }
}
@media screen and (min-width:576px) {
    #section_nav_sp_container {
        display: none;
    }
    #section_nav_pc {
        min-height: 75px;
        width: 100%;
        border-top: 1px solid #707070;
        border-bottom: 1px solid #707070;
        padding: 20px 60px;
    }
}

a.nav_link::before {
    content:url(../img/nav_icon.svg);
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: -2px;
}

a:hover {
    color: #C4BB68;
    text-decoration: none;
}

a.nav_active {
    color: #C4BB68;
}

nav.tracking_nav {
    position: fixed;
    top: 0px;
    z-index: 99;
}

#hamburger_menu a {
    display: inline-block;
    margin: 10px 0px;
}

.section_mark {
    text-align: center;
    padding: 1.2rem 0px;
}
.section_mark img {
    width: 50vw;
    max-width: 400px;
}


@media screen and (max-width:576px) {
    .button1 {
        width: 170px;
        height: 28px;
        display: inline-block;
        text-align: center;
        color: #212121;
        border: 0px;
        border-radius: 2px;
        padding: 3px;
        font-weight: bold;
    }
    .button2 {
        width: 170px;
        height: 32px;
        display: inline-block;
        text-align: center;
        color: #212121;
        border: 0px;
        border-radius: 2px;
        padding: 3px;
        font-weight: bold;
    }
}
@media screen and (min-width:576px) {
    .button1 {
        width: 200px;
        height: 35px;
        display: inline-block;
        text-align: center;
        color: #212121;
        border: 0px;
        border-radius: 2px;
        padding: 3px;
        font-weight: bold;
    }
    .button2 {
        width: 247px;
        height: 46px;
        display: inline-block;
        text-align: center;
        color: #212121;
        border: 0px;
        border-radius: 2px;
        padding: 3px;
        font-weight: bold;
    }
}

.active_button {
    background-color: #C4BB68;
}

.button_icon span {
    vertical-align: middle;
}

.button_icon span::before {
    content: "";
    background:url(../img/icon1.svg) no-repeat;
    display: inline-block;
    /* margin-right: 8px; */
    vertical-align: middle;
    background-size: contain;
    position: relative;

    width: 1.8rem;
    height: 1.7rem;
}


.button_icon_takeshisbarber span {
    vertical-align: middle;
}

.button_icon_takeshisbarber span::before {
    content: "";
    background:url(../img/takeshis.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    position: relative;

    width: 2.5rem;
    height: 1.7rem;
}


[class*="button1"]:hover:hover {
    opacity: 0.8;
}

[class*="button2"]:hover:hover {
    opacity: 0.8;
}

[class*="staff"]:hover:hover {
    opacity: 0.8;
}

.color_base {
    background-color: #080808;
    color: rgba(255, 255, 255, 0.8);
}
.color_accent {
    background-color: #C4BB68;
    color: #212121;
}

#section_philosophe {
    background-image: url(../img/philosophe_back.png);
    background-size: cover;
}

@media screen and (max-width:576px) {
    #section_philosophe {
        padding: 30px 0px;
    }
    .philosophe_content {
        margin: 0px 30px;
        background-color: rgba(255, 255, 255, 0.9); 
        border-radius: 10px; 
        padding: 20px 0px;
    }
    .philosophe_items {
        padding: 0px 30px;
    }
}
@media screen and (min-width:576px) {
    #section_philosophe {
        padding: 70px 0px;
    }
    .philosophe_content {
        margin: 0px 130px;
        background-color: rgba(255, 255, 255, 0.9); 
        border-radius: 10px; 
        padding: 60px 0px;
    }
    .philosophe_items {
        padding: 0px 160px;
    }
}

.philosophe_item {
    margin-bottom: 20px;

}

@media screen and (max-width:576px) {
    .philosophe_item_title {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 1rem 0px 1rem 0px;
    }
}
@media screen and (min-width:576px) {
    .philosophe_item_title {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 60px 0px 30px 0px;
    }
}
.philosophe_item_title_num {
    font-size: 1.9rem;
}

.philosophe_item_content {
    font-size: 1rem;
    font-weight: 200;
    line-height: 2rem;
}

#section_news {
    width: 100%;
    padding: 2rem 0px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

@media screen and (max-width:576px) {
    .news_items {
        padding: 0px 30px;
    }
}
@media screen and (min-width:576px) {
    .news_items {
        padding: 45px 130px 45px 130px;
    }
}

.news_item {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px;
    min-height: 4.7rem;
}

.news_item_category {
    flex: 0 0 104px;
    height: 2rem;
    padding: 0.4rem;
    background-color: #ffffff;
    color: #666666;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.7rem;
}

.news_item_date {
    flex: 0 0 130px;
    height: 2rem;
    padding: 4px 4px 4px 2rem;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: bold;
}

.news_item_content {
    flex: 1 1 400px;
    color: #cccccc;
    word-wrap: break-word;
}




#section_price_head {
    background-image: url("../img/price_back.png");
    background-size: cover;
    text-align: center;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;

    margin-bottom: 2rem;
}

#section_banner_head {
    background-image: url("../img/bg_takeshi_sp.jpg");
    background-size: cover;
    text-align: center;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

@media screen and (max-width:576px) {
    #section_price_head {
        height: 250px;
        padding: 20px 0px;
    }
    .price_head_title {
        font-size: 12vw; font-weight: bold;
    }

       #section_banner_head {
        height: 250px;
        padding: 60px 0px;
    }
    .price_head_title {
        font-size: 12vw; font-weight: bold;
    }

 .price_banner_title {
        font-size: 8vw; font-weight: bold;
    }
}
@media screen and (min-width:576px) {
    #section_price_head {
        height: 350px;
        padding: 60px 0px;
    }
        #section_banner_head {
        height: 300px;
        padding: 100px 0px;
    }
    .price_head_title {
        font-size: 100px; font-weight: bold;
    }

     .price_banner_title {
        font-size: 30px; font-weight: bold;
        padding: 10px;
    }
}
.price_button {
    margin: 0px 25px 1rem 25px;
}
@media screen and (max-width:576px) {
    .price_shop_tab {
        padding: 20px 30px;
    }
}
@media screen and (min-width:576px) {
    .price_shop_tab {
        padding: 30px 130px;
    }
}
.price_description {
    margin-bottom: 30px;
    line-height: 2rem;
}

.price_menu {
    margin-bottom: 40px;
}

.price_menu_img {
}

.price_menu_price {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 0.6rem 0px 1.2rem 0px;
}

.price_menu_description {
    line-height: 2rem;
}


#section_reservation {
    text-align: center; 
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
@media screen and (max-width:576px) {
    #section_reservation {
        padding: 4px 30px; 
    }
}
@media screen and (min-width:576px) {
    #section_reservation {
        padding: 4px 0px; 
    }
}


@media screen and (max-width:576px) {
    .production_content {
        background-color: #ffffff; 
        padding: 30px 30px;
    }
}
@media screen and (min-width:576px) {
    .production_content {
        background-color: #ffffff; 
        padding: 60px 130px;
    }
}


.production_description {
    margin-top: 1.5rem;
    line-height: 2rem;
}

.production_menu_img {

}


@media screen and (max-width:576px) {
    .staff_content {
        padding: 30px 30px;
    }
}
@media screen and (min-width:576px) {
    .staff_content {
        padding: 60px 130px;
    }
}

.staff_images * {
    margin: 0px;
    padding: 0px;
}

.staff_images img {
    width: 100%;
}

.staff_description {
    margin-top: 1.5rem;
    line-height: 2rem;
}


@media screen and (max-width:576px) {
    .access_content {
        padding: 30px 30px 10px;
    }
}
@media screen and (min-width:576px) {
    .access_content {
        padding: 60px 130px 10px;
    }
}
.access_description {
    line-height: 2rem;
    margin-top: 20px;
    margin-bottom: 40px;
}

.access_item {
    /* display: flex; */
}

@media screen and (max-width:576px) {
    .access_item_map {
        /* width: 600px; */
        margin: 0px;
        padding:  0px;
        height: 100vw;
    }
}
@media screen and (min-width:576px) {
    .access_item_map {
        /* width: 600px; */
        margin: 0px;
        padding:  0px;
    }
}

.access_item_map img {
    /* width: 100%; */
}

.access_item_text {
    /* flex: 1; */
    margin: 0px;
    padding:  0px;
}

.access_item_text hr {
    border-color: #707070;
    margin: 0px;
    padding: 0px;
}

.access_item_text_row {
    padding: 1.9rem 1.9rem 1.1rem 1.9rem;
    display: flex;
}

.access_item_text_row_title {
    width: 9.4rem;
    font-weight: bold;
}

.access_item_text_row_content {
    flex: 1;
}

.access_item_text_row_content_row {
    padding-bottom: 0.5rem;
}




#section_gallery {
    border-top: 1px solid #707070;
}
@media screen and (max-width:576px) {
    .gallery_content {
        padding: 30px 30px;
    }
    .gallery_description {
        padding: 30px 30px;
        line-height: 2rem;
    }
}
@media screen and (min-width:576px) {
    .gallery_content {
        padding: 60px 130px;
    }
    .gallery_description {
        padding: 60px 130px;
        line-height: 2rem;
    }
}



.footer_icons {
    text-align: center;
    padding: 30px;
}

.footer_icons a {
    margin: 0px 20px;
    display: inline-block;
    width: 24px;
}

.footer_copy {
    text-align: center;
    padding: 40px;
}

.footer_copy a {
    margin: 0px 10px;
}

.footer_copy_separator {
    display: inline-block;
    height: 1.0rem;
    position: relative;
    top: 5px;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
}

@media screen and (max-width:576px) {
    #sp_reservation_button_space {
        display: block;
    }
}
@media screen and (min-width:576px) {
    #sp_reservation_button_space {
        display: none;
    }
}

.separator {
    display: inline-block;
    height: 1.0rem;
    position: relative;
    top: 2px;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
}

/* マルチカルーセル用 */
.multi-carousel {
	opacity: 0;
}

/* スタッフ画像 */
@media (max-width: 768px) {
    .staff {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 768px) {
    .staff {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.header_shopBtn {
    width: 80px;
    height: 80px;
    border-radius: 2.55rem;
    background: #C4BB68;
    position: fixed;
    right: 2rem;
    bottom: 24px;
    color: #000;
    z-index: 100;
    letter-spacing: 0.04em;
    font-family: cooper-black-std, serif;
    font-size: 12px;
    line-height: 1.333;
    text-align: center;
    font-weight: bold;
    display: none;
    padding: 26px 0 0;
    font-family: 'Roboto Slab', 'Noto Sans JP', sans-serif;
}
.header_shopBtn:hover {
    color: #000;
}
@media (max-width: 767px){
    .header_shopBtn {
        top: auto;
        right: auto;
        right: 1rem;
        bottom: 58px;
        width: 80px;
        height: 80px;
        border-radius: 60%;
        font-size: 12px;
    }
}



.button_icon .row::before {
    content: "";
    display: none;
}
.button_icon .row {

}
.shop article .t-Box .button1.active_button {
    width: 320px;
}
.shop article .t-Box .button2.active_button {
    width: 320px;
}
.access_item_text_row_content_row .button2 {
    width: 320px;
}
@media (max-width: 576px){
    .access_item_text_row_content_row .button2 {
        width: 240px;
    }
}
