/*!
Template: fuplus-D4000
Theme Name: FU-PLUS Layout D4000 + SYLPH 0004
Theme URI: https://fuzoku.plus/
Author:  FU-PLUS 
Author URI: https://fuzoku.plus/
Description: FU-PLUS Layout D4000 Parent Theme + SYLPH Child Theme 0004
Version: 1.1.0
License: 
License URI: 
Text Domain: fp004-child-004
Tags: SYLPH,Layout D4000,Child Theme 0004,1 Column,Full Width Image Slider
*/

.query-count {
    display: none;
}

.shop-info.open,
.shop-info.shop-tel {
    font-family: "Century Gothic", YuGothic;
}


/*==============================
=            header            =
==============================*/

#header #header-logo-col a img {
    max-width: 180px;
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s;
}

#header #header-logo-col {
    display: flex;
    align-items: center;
}

#header {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 1px 4px rgba(51, 51, 51, 0.2);
    box-shadow: 0 1px 4px rgba(51, 51, 51, 0.2);
}

#header.sticking {
    background-color: rgba(255, 255, 255, 0.95);
}

#header #header-block-col .open {
    font-size: 1.4rem;
    margin-right: 1rem;
}

#header #header-block-col .open .num {
    font-size: 1.8rem;
}

#header #header-block-col .tel {
    font-size: 1.8rem;
}

#header #header-block-col .tel .num {
    font-size: 2.4rem;
}


/*============================
=            menu            =
============================*/

.main-navigation ul.menu>li {
    position: relative;
}

.main-navigation ul.menu>li:after {
    position: absolute;
    content: '';
    top: calc(50% - 7px);
    left: 0;
    width: 1px;
    height: 14px;
    background: #CCC;
}

.main-navigation ul li a {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    color: #000;
    font-size: 1.4rem;
    -webkit-transition: color, background-color, 0.4s;
    transition: color, background-color, 0.4s;
    position: relative;
    overflow: hidden;
}

.main-navigation ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #ff5e79;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.main-navigation ul li a:hover:before,
.main-navigation ul li a:focus:before,
.main-navigation ul li a:active:before {
    left: 0;
    right: 0;
}

.main-navigation ul .sub-menu {
    background-color: #FFF;
}

.main-navigation ul ul {
    top: calc(4rem);
}


/*============================
=            title            =
============================*/

#main-content .widget-title,
.page-title,
.profile-title {
    max-width: 1200px;
    margin: 0 auto;
}

#main-content .widget-title .title-name,
.page-title .title-name,
.profile-title .title-name {
    position: relative;
    padding: 0 2rem;
}

#main-content .widget-title .title-name:after,
.page-title .title-name:after,
.profile-title .title-name:after {
    content: '';
    top: 50px;
    width: 50px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-color: #c5277e;
    height: 2px;
}

.entry-title {
    margin-bottom: 10px;
}

#media_image-2 {
    display: flex;
    justify-content: center;
}


/*============================
=           breadcrumb   =
============================*/


/*============================
=            content           =
============================*/

body.home #header-menu-frame {
    margin: 0 0 1rem;
}

body:not(.home) #primary {
    position: relative;
    background-color: rgba(255, 255, 255, 0.6);
}

.button {
    background-color: #FF5E79!important;
}

#post-32 .entry-content h3:first-of-type+table,
#post-32 .entry-content h3:nth-of-type(4)+table,
#post-32 .entry-content h3:nth-of-type(8)+table {
    display: none !important;
}

#system .system-title {
    margin: 10px 0 5px 0;
}

.entry-content h3:nth-of-type(1),
.entry-content h3:nth-of-type(8) {
    /* ここにスタイルを記述 */
    font-size: 24px;
    margin: 20px 0;
    text-align: center;
    padding: 10px;
    font-weight: normal;
    background-color: #FF5E79;
    color: #fff;
}


/*===========================
=            top            =
===========================*/

#top section {
    margin-bottom: 0;
}

#top section:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.1);
}

#top section .widget-block {
    z-index: 1;
    position: relative;
}


/*============================
=            schedule          =
============================*/

#schedule-datepanel li a:hover,
#schedule-datepanel li a.active {
    background: rgba(255, 255, 255, 0.5);
    border-top-color: #FE7CE4 !important;
}

#schedule-datepanel li a.sat {
    color: #64b5f6;
}

#schedule-datepanel li a.sun {
    color: #e9007a;
}


/*=============================================
=            header widgtet            =
=============================================*/

#top-header-widget-col {
    padding: 0;
}


/*=============================================
=            button           =
=============================================*/

.button,
a.button {
    border-radius: 0.25rem;
}

#enter-section {
    margin-bottom: 50px;
}

#header #header-logo-col {
    display: block;
}

tbody tr {
    border-bottom: 1px solid #cfcfcf;
}


/*==============================
=            footer            =
==============================*/

#footer {
    color: #fff;
}


/*# sourceMappingURL=style.css.map */

@media screen and (min-width: 48em) {
    #footer a {
        color: #fff;
    }
    #footer-widget-col .widget_nav_menu .menu li a {
        color: #fff;
    }
    #header.sticking #logo img {
        max-width: 100px;
    }
    #footer {
        background-color: #b41227;
        background-image: url(assets/images/footer_bg_l.png;), url(assets/images/footer_bg_r.png;);
        background-repeat: no-repeat, no-repeat;
        background-position: left bottom, right bottom;
        background-attachment: scroll, scroll;
        background-size: auto 300px, auto 300px;
    }
    #enter {
        background-image: url(assets/images/enter.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: fixed;
        background-size: cover;
        color: #fff;
        text-align: center;
    }
    body {
        background-image: url(assets/images/header_bg.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: scroll;
        /* background-size: 100% auto, 100% auto; */
    }
    #enter-image {
        width: 100%;
        padding: 15rem 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #enter-image img {
        max-width: 400px;
        height: auto;
    }
    #footer #footer-widget-col .widget_nav_menu ul li {
        padding: 0;
    }
}

@media screen and (max-width: 48em) {
    #fuplus_shop_info-2 a,
    #footer-copy a {
        color: #fff;
    }
    #header #header-logo-col a img {
        max-width: 160px !important;
        margin: 0 auto;
    }
    #footer {
        background-color: #b41227;
        background-image: url(assets/images/footer_bg_l.png;), url(assets/images/footer_bg_r.png;);
        background-repeat: no-repeat, no-repeat;
        background-position: left bottom, right bottom;
        background-attachment: scroll, scroll;
        background-size: auto 130px, auto 130px;
    }
    #footer-copy {
        margin-bottom: 50px;
    }
    #main-content .widget-title .title-name,
    .page-title .title-name,
    .profile-title .title-name {
        font-size: 2.6rem;
    }
    #system .system-title {
        font-size: 14px;
    }
    #header {
        background-color: rgba(255, 255, 255, 0.2);
    }
    .drawer-hamburger {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        top: -7px;
    }
    .drawer-hamburger-icon:after {
        top: 7px;
    }
    .drawer-hamburger {
        z-index: 1001;
    }
    #footer #footer-widget-col .widget_nav_menu ul li {
        display: block;
        width: 100%;
        padding: 5px;
        border-bottom: #33333362 1px solid;
        background: #fff;
        text-align: left;
    }
    #footer #footer-widget-col .widget_nav_menu ul li a {
        text-decoration: none;
        font-size: 16px;
    }
    #menu-global-menu-1 {
        border-top: #33333362 1px solid;
    }
    body {
        background-image: url(assets/images/header_bg_smart.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: scroll;
        background-size: 100% auto;
    }
    #enter {
        background-image: url(assets/images/enter_smart.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: fixed;
        background-size: cover;
        color: #fff;
        text-align: center;
        z-index: 1002;
    }
    #enter-image {
        width: 100%;
        padding: 10rem 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #enter-image img {
        max-width: 300px;
        height: auto;
    }
}