/* name: contents.css
/* role: ページコンテンツ用css*/

/*common setting*/

/*=========================================================================== */
/* Slideshow Contents Setting
============================================================================= */
.bxslider > li{
    position: relative;
}

.slide-content{
    display: inline-block;
    color: white;
    height: auto;
    padding: 20px;
    background-color: rgba(0,0,0,0);
    transition: all 2s ease;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    transform: translateX(-50%);
    text-align: center;
    font-size: var(--fontSizeXXL);
}

.slide-content .main-title{
    font-family: var(--minchoFont);
    font-weight: var(--midiumFontWeight);
    color: #555;
}

.slide-1 .slide-content{
    top: 60%;
    left: 50%;
    width: calc( 8em + 40px);
    text-align: left;
}
.slide-2 .slide-content{
    top: 40%;
    left: 50%;
    width: calc( 9em + 40px);
    background-color: rgba(0,0,0,0);
}

.slide-2 .slide-content.colored{
    background-color: rgba(0,0,0,0.15);
}

.slide-1 .slide-content .main-title,
.slide-2 .slide-content .main-title,
.slide-3 .slide-content .main-title{
    color: white;
}

.slide-3 .slide-content{
    top: 32%;
    left: 50%;
    width: calc(10em + 40px);
    text-align: left;
}
.bxslider li.slide-4{
    background-position: 60% center;
}

.slide-4 .slide-content{
    top: 5%;
    left: 3%;
    right: auto;
    transform: none;
    width: calc(11em + 40px);
    text-align: left;
}

.bxslider li.slide-5{
    padding-top: 0;
    padding-bottom: 0;
}

.bxslider li.slide-5 .slide-content{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
}
.slide-5 .slide-description{
    display: flex;
    flex-direction: column;
    width: 80%;
    max-width: 450px;
    padding: 0;
    margin: 0 auto;
}

.slide-5 .leftblock{
    flex-basis: 198px;
    flex-grow: 1;
    padding-left: 10%;
}

.slide-5 .rightblock{
    flex-basis: 236px;
    flex-grow: 1;
}

.slide-5 .rightblock img:first-child{
    width: 62%;
}

.slide-5 .rightblock img:last-child{
    width: 50%;
}
@media(min-height: 500px){

}

@media(min-width: 769px){
    .slide-content{
        text-align: left;
        transform: none;
    }
    .slide-1 .slide-content{
        top: 40%;
        left: 60%;
        background-color: rgba(255,255,255,0.15);
    }

    .slide-1 .slide-content .main-title{
        color: #555;
    }

    .slide-2 .slide-content{
        top: 40%;
        left: 55%;
    }

    .slide-3 .slide-content{
        top: 40%;
        left: 50%;
    }

    .slide-4 .slide-content{

    }

    .bxslider li.slide-5{
        padding-top: 60px;
    }

    .slide-5 .slide-content{
        top: 0;
        right: 0;
        left: 0;
    }

    .slide-5 .slide-description{
        flex-direction: row;
        width: 100%;
        max-width: 1200px;
        padding: 0 10%;
    }

    .slide-5 .leftblock{
        padding-left: 0;
    }

    .slide-2 .slide-content .main-title,
    .slide-3 .slide-content .main-title{
        color: white;
    }

}

@media(min-width: 900px){
    .slide-4 .slide-content{
        top: 40%;
    }
}

@media(min-width:1000px ){

    .slide-4 .slide-content{
        left: auto;
        right: 50%;
    }
    .slide-5 .leftblock{
        flex-basis: 45.6%;
    }

    .slide-5 .rightblock{
        flex-basis: 54.4%;
    }


}
/*=========================================================================== */
/* Page Header Setting
============================================================================= */
.page-title-wrapper{ position: relative;}

body.wakatake-tea #page_header{
    background-position: 15% top;
}

body.contact #page_header{
    background-position: 20% center;
}

body.wakatake-tea #page_header h1.page-title,
body.wakatake-story #page_header h1.page-title,
body.online-shop #page_header h1.page-title,
body.contact #page_header h1.page-title{
    width: 40%;
    min-width: 8em;
    text-align: left;
    position: absolute;
    right: 0;
}

body.wakatake-tea #page_header h1.page-title{
    bottom: 10%;
}

body.wakatake-story #page_header h1.page-title{
    top: 10%;
}

body.contact #page_header .page-title-wrapper{
    overflow: visible;
}

body.contact #page_header h1.page-title{
    right: 0;
    bottom: -10%;
}

@media(min-width: 1000px){
    body.contact #page_header h1.page-title{
        bottom: auto;
    }
}
/*=========================================================================== */
/* Headline Setting
============================================================================= */

.section-titles-wrapper{
    text-align: center;
}

.section-title{
    display: inline-block;
    font-family: var(--minchoFont);
    font-weight: bold;
    text-align: center;
    color: #333;
}

.section-dark .section-title{
    color: white;
}

.section-dark .section-title::after{
    content: "";
    width: 62%;
    display: block;
    height: 2px;
    background: var(--themeColor);
    margin: auto;
    margin-top: 4px;
    margin-bottom: 7px;
}

.section-subtitle{
    display: block;

}

.bottom-lined{
    margin-bottom: 20px;
    padding: 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    color: #333332;
    font-weight: bold;
    text-transform: uppercase;
}

.bottom-thick-lined{
    margin-bottom: 20px;
    padding: 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    color: #333332;
    font-weight: bold;
    text-transform: uppercase;
}

.marked-section-title{
    background: url(/wp-content/uploads/2017/init/h3head.png) no-repeat left center;
    padding-left: 80px;
    padding-top: 20px;
    padding-bottom: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: var(--minchoFont);
    font-size: clamp(22px,calc(1.6vw + 14px) ,30px);
    font-weight: 600;
    border-bottom: 3px dotted rgba(55, 119, 9, 0.9);
    color: #333333;
}

.marked-small-title{
    background                      : url('/wp-content/uploads/2017/init/h4left.png') no-repeat left center;
    padding-left                    : 60px;
    background-size                 : 65px;
    font-size                       : clamp(16px,calc(3.2vw + 4px),20px);
    font-family                     : var(--minchoFont) ;

}
/* TOP PAGE*/
/* seasonal-block
-------------------------------------------------------*/
#seasonal-block{
    text-align                      : center;
    margin-top                      : 2em;
    margin-bottom                   : 3em;
    transform                       : rotate(0.1deg);
}
.seasonal-item-block{
    display                         : inline-block;
    max-width                           : 400px;
    margin-top: 15px;
}
.seasonal-item-block p{
    font-size                       : var(--fontSizeM);
    font-weight                     : 600;
    color                           : #333;
    line-height                     : 1;
}
.seasonal-item-block p:nth-child(2){
    font-size                       : 1.5em;
}
.seasonal-description{
    width                           : 50%;
    min-width                       : 300px;
    display                         : block;
    margin                          : auto;
    text-align                      : left;
    font-size                       : var(--fontSizeM);
    line-height                     : 1.4;
    color                           : #333;
}

/*parallax fixed
------------------------------------------------*/
.parallax-fixed{
    position: relative;
}

.parallax-fixed > *{
    position: relative;
}

.parallax-fixed .full-bg-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:url(/wp-content/uploads/2017/04/MG_9018_2.jpg); opacity:1; filter: alpha(opacity=100);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

#recent_posts .recent-posts{
    color: white;
}

#recent_posts .recent-posts li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 25px 0;
}

.recent-posts li div{
    display: inline-block;
}

.recent-posts h3{
    font-family: var(--minchoFont);
    font-weight: var(--boldFontWeight);
}

.recent-posts h3::before,
.recent-posts h3::after{
    content: "/";
    margin: 0 10px;
}

.recent-posts .date,
.recent-posts .cat{
    opacity: 0.7;
}

/*facebookplugin & shortcut-area
-----------------------------------------------------------------*/

#facebookplugin{
    width                       : 100%;
    float                       : none;
    margin                      : 0 auto 35px;
    text-align                  : center;

}
#shortcut-area{
    width                       : 100%;
    margin-right                : 0;
    float                       : none;
    overflow                    : hidden;
    text-align                  : center;
    display                     : flex;
    flex-wrap                   : wrap;
}
#shortcut-area a{
    display                     : block;
    text-align                  : center;
    margin                      : 0 0 35px 2%;
    flex-basis                  : 48%;
    gap: 0;
}

#shortcut::after{
    content                     : "";
    display                     : block;
    clear                       : both;
}

@media(min-width: 781px){
    #facebookplugin{
        max-width               : 500px;
        float                   : left;
        margin-top              : 15px;
        margin-bottom           : 30px;
    }
    #shortcut-area{
        float                   : left;
        width                   : calc(100% - 500px);
        margin-left             : 0;
        margin-right            : 0;
        margin-top              : 15px;
    }
    #shortcut-area a {
        flex-basis               : 98%;
    }
}

@media(min-width: 1000px){
    #shortcut-area a{
        flex-basis: 48%;
    }
}

/*若竹園のお茶*/
/* wakatake-tea
--------------------------------------------------------------------*/
.flex-panel{
    flex                            : 230px 1 1;
    margin                          : 1%;
    position                        : relative;
}

.panel-cover {
    border-radius: 10%;
    overflow: hidden;
    width: auto;
    height: auto;
}

.overrap {
    position: absolute;
    bottom: 20%;
    text-align: center;
    width: 100%;
    color: #fff;
    display: block;
    font-family: var(--minchoFont);
    font-size: 32px;
}

.hover-on {
    position: absolute;
    bottom: 50%;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    opacity: 0;
    background-color: rgba(255,255,255,0.8);
    width: 12em;
    padding: 0.5em;
    font-size: var(--fontSizeS);
    z-index: 1;
    transition: opacity ease 0.5s;
    border-radius: 5px;
    color: #000;
}

.hover-on:after {
    content: "";
    display: block;
    height: 20px;
    width: 40px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    top: 100%;
    left: calc(50% - 20px);
    background-color: rgba(255,255,255,0.8);
}

.flex-panel:hover > .hover-on {
    opacity: 1;
}


/*若竹園物語*/
/* wakatake-history
--------------------------------------------------------------------*/
.daybyday{
    width                           : 100%;
    max-width                       : 465px;
    display                         : block;
    background                      : url(/wp-content/uploads/2017/init/daybyday-bg.png) no-repeat;
    padding-top                     : 80%;
    background-size                 : contain;
    background-position             : center;
    margin: 0 auto 1em;
}

.daybyday-ph{
    width                           : 100%;
    display                         : block;
    top                             : -1em;
    position                        : relative;
}

@media(min-width: 769px){
    .daybyday{
        display                         : inline-block;
        width                           : 38%;
        padding-top                     : 41%;
    }
    .daybyday-ph{
        width                           : 60%;
        display                         : inline-block;
    }
}

/* 茶道具サロン*/
/* salon
------------------------------------------------------------------------------*/
.go_tea_ceremony_shop {
    display: block;
    width: 100%;
    max-width: 574px;
    margin: 40px auto;
    background-color: #538E5B;
    border-radius: 10px;
    color: white;
    font-family: var(--minchoFont);
    font-size: var(--fontSizeXL);
    text-align: center;
    line-height: 1.2;
    padding: 1em 0;
    transition: all 0.5s ease;
}

.salon_hukian {
    justify-content: space-between;
    margin-bottom: 20px;
}

.salon_hukian figure {
    flex-basis: 352px;
    flex-grow: 1;
    flex-shrink: 1;
    margin-bottom: 10px;
    text-align: center;
}

/* 店舗案内 */
/* shop-guide
---------------------------------------------------*/
.shopguide-main-ph{
    display                         : inline-block;
    width                           : 45%;
    margin-right                    : 1%;
    vertical-align                  : top;
}
.shopguide-main-ph img{
    width                           : 100%;
    max-width                       : 500px;
    vertical-align                  : baseline;
}
.shopguide-sub-ph{
    width                           : 50%;
    padding                         : 1%;
    box-sizing                      : border-box;
}
.shopguide-map{
    display                         : inline-block;
    width                           : 53%;
}
.shop-info{
    width                           : 100%;
    font-size                       : 90%;
}
.shop-info .Lcol,.shop-info .Rcol2{
    padding                         : 5px 1%;
}
.tearoom-ph{
    display                         : inline-block;
    width                           : 100%;
}
.fukian{
    width                           : 60%;
    text-align                      : center;
    display                         : inline-block;
}
.housinan{
    width                           : 39%;
    text-align                      : center;
    display                         : inline-block;
}
.tearoom{
    display                         : inline-block;
    width                           : 100%;
    vertical-align                  : top;
    padding                         : 0 1em;
    box-sizing                      : border-box;
    -webkit-box-sizing              : border-box;
}
.intokiwa{
    display                         : inline-block;
    border                          : 1px solid #888;
    width                           : 48%;
    padding                         : 0 0.5em 1em;
    box-sizing                      : border-box;
    -webkit-box-sizing              : border-box;
    margin                          : 0.5%;
}
.intokiwa p:first-child{
    font-size                       : 1em;
    font-family                     : vdl-v7mincho, sans-serif;
    font-weight                     : 600;
}
@media screen and (max-width: 768px){

    .shopguide-main-ph,.shopguide-map{
        display                     : block;
        margin                      : auto;
        margin-bottom               : 2em;
        width                       : 95%;
        text-align                  : center;
    }

    .shopguide-map .ggmap{
        max-width                   : 500px;
        margin                      : auto;
        padding-bottom              : 66.6%;
    }
    .shopguide-sub-ph{
        width                       : 50%;
    }
    .shop-info{
        width                       : 95%;
        max-width                   : 500px;
        margin                      : auto;
        font-size                   : 100%;
    }
    .tearoom,.tearoom-ph{
        display                     : block;
        width                       : 95%;
        margin                      : auto;
    }
    .intokiwa{
        width                       : 95%;
        display                     : block;
        margin                      : 0.5% auto;
    }
    .shopcateimg{
        flex                            : 45% 0 1;
        -webkit-flex                    : 45% 0 1;
    }
}

/* list flame*/
.list-flame{
    margin                          : 20px auto;
    padding                         : 10px;
    max-width                       : 95%;
}
.col-wrapper {
    background-color                : #1e73be;
    width                           : 100%;
    box-sizing                      : border-box;
    margin-bottom                   :2px;
}
.Lcol{
    display                         : inline-block;
    width                           : 25%;
    vertical-align                  : top;
    text-align                      : left;
    padding                         : 10px 1%;

    box-sizing                      : border-box;
    color                           : #000;
}
.Rcol2{
    display                         : inline-block;
    width                           : 74.6%;
    text-align                      : left;
    color                           : #000;

    padding                         : 10px 1%;
    box-sizing                      : border-box;
    margin-right                    : -4px;
}
.separater{
     width                          : 100%;
     height                         : 1px;
     border-top                     : 1px dotted #000;
}
@media screen and (max-width: 520px) {
    .list-flame{
        border                      : 1px solid #aaa;
        padding                     : 5px;
    }
    .Lcol{
        display                     : inline-block;
        min-width                   : 100px;
        width                       : 100%;
        text-align                  : center;
        vertical-align              : top;
        background-color            : #396718;
        color                       : #fff;
    }
    .Rcol2{
        display                     : inline-block;
        width                       : 100%;
        margin-right                : 0;
        text-align                  : center;
    }
    .separater{
        width                       : 100%;
        height                      : 5px;
        border-top                  : none;
    }
}

/* オンラインショップ*/
/*-----------------------------------------------------------------------*/
.shopcateimg > div{
    text-align: center;
    font-size: 1.1em;
    font-family: var(--minchoFont);
    background-color: #7ea761;
    color: #fff;
    padding: 0.5em 0;
}

/* お問い合わせ*/
/*-----------------------------------------------コンタクトフォーム7----*/
.wpcf7 .cfwrapper {
    max-width                          : 750px;
    margin                             : auto;
    text-align                         : center;
   }
   .wpcf7 .cfcol{
    display                            : inline-block;
    min-width                          : 250px;
    text-align                         : center;
    margin                             : 4%;
    vertical-align                     :top;
   }
   .wpcf7 input[type="text"],
   .wpcf7 input[type="email"],
   .wpcf7 input[type="url"],
   .wpcf7 textarea {
   width                               : 95%;
   padding                             : 8px;
   }
   .wpcf7-form input[type="submit"]{
       font-size                       : 16px;
   }
   .your-subject{
       text-align                      : left;
   }
   span.wpcf7-list-item {
       display                         : block;
   }