/*
Template:simple-bootstrap
Theme Name:simple-bootstrap-binosumika
*/

/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);


body{
  line-height: 1.4;
  font-size: 190%;
  background:#EDDCBE;
}

body#body-texture1{
  background:url(./img/cream-nuno2.jpg);
}
body#body-texture2{
  background:url(./img/gara-washi.jpg);
}
body#body-texture3{
  background:url(./img/washi.jpg);
}
body#body-texture4{
  background:url(./img/tuti.jpg);
  color:#fff;
}
body#body-texture4 a{

}

h1,
h2,
h3,
h4,
h4,
h6,
p{
  font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
}

legend {
 boder:none;
}

/*======================================
見出し
========================================*/

#eye-catch{
 position:relative;
}

h1#top-logo{
 position:absolute;
 top:30%;
 left:5%;
}

h1#top-logo img{
 height:48vh;
}

h1#other-logo{
  margin:0;
}

@media screen and (max-width:900px) {
 h1#top-logo{
  top:20%;
  left:5%;
  z-index:1;
 }
h1#top-logo img{
 height:28vh;
}
 .main-img{
 position:relative;
 }
}

h2{
  color:#fff;
  text-shadow: 2px 2px 1px #808080,
    -2px 2px 1px #808080,
    2px -2px 1px #808080,
    -2px -2px 1px #808080;
}

.black{
  color:#000;
  font-size:150%;
}

/*======================================

領域
========================================*/
#wrap a{
 text-decoration:underline;
 color:#fff;
}
#wrap a:hover,#wrap a:focus{
  color:#000;
}
#wrap{
  max-width: 1980px;
  margin: 0 auto;
  height:100%;
}


/*---------------------------------------
トップページロゴ背景
-----------------------------------------*/
#logob{
  z-index: -1;
}
.posi{
  position: relative;
}

/*---------------------------------------
footerロゴ
-----------------------------------------*/
.f-logo{
  margin-bottom:20px;
}

.footer-p{
 font-size:80%;
 line-height:0.8;
}

/*---------------------------------------
ナビ
-----------------------------------------*/

.flex-navi{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
}

.flex-navi li{
  width:20%;
  list-style-type: none;
}

body#body-texture4 .flex-navi a{
  color: #fff;
  display: block;
}

.flex-navi h1{
  margin:0;
  padding:0;
}

.flex-navi li.flex00 div{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:15px 20px;
}

nav{
  background-color: #CEBB93;
}
.header-texture1{
  background: url("./img/wood.jpg") scroll 0 0;
  border: medium none;
}
.header-texture2{
  background: url("./img/wakabe.jpg") scroll 0 0;
  border: medium none;
}
.header-texture3{
  background: url("./img/cha.jpg") scroll 0 0;
  border: medium none;
}
.header-texture4{
  background: url("./img/ki.jpg") scroll 0 0;
  border: medium none;
}
.header-texture5{
  background: url("./img/renga.jpg") scroll 0 0;
  border: medium none;
}
.hamburger .navbar-toggle .icon-bar {
    background-color: #000;
}

/* センターロゴ用の順序指定 */

.flex-navi li.flex00{
  order: 3;
}
.flex-navi li.flex01{
  order: 1;
}
.flex-navi li.flex02{
  order: 2;
}
.flex-navi li.flex03{
  order: 4;
}
.flex-navi li.flex04{
  order: 5;
}

li.flex01,li.flex02,li.flex03,li.flex04{
  padding:20px;
}

#toggle{
 display: none;
}

.navi-top{
  padding:15px 0;
  position:absolute;
  top:0;
  width: 100%;
  z-index: 1;
  border:none;
}

@media screen and (max-width: 767px) {
  .navi-top {
  padding:0;
  }
}

.navbar-default{
  border:none;
  background: #fff;
}

.navbar{
  border-radius: 0px;
box-shadow:0px 5px 20px -5px #000000;
-moz-box-shadow:0px 5px 20px -5px #000000;
-webkit-box-shadow:0px 5px 20px -5px #000000;
}

ul.nav li{
  position: relative;
  z-index: 0;
}

ul.nav li span{
  position: relative;
  z-index: -1;
  color:rgba(0,0,0,0);
}
body#body-texture4 ul.nav li a{
  text-shadow: none;
}

ul.nav li.home a,
ul.nav li.shop a,
ul.nav li.access a,
ul.nav li.contact a{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-size: contain;
  -moz-background-size:contain;
  -webkit-background-size:contain;
  -o-background-size:contain;
  -ms-background-size:contain;
}

ul.nav li.home a{
  background:url(./img/home.png) no-repeat center center;
}

ul.nav li.home a:focus,ul.nav li.home a:hover{
  background:url(./img/home.png) no-repeat center center #2e2210;
}

ul.nav li.shop a{
  background:url(./img/shop.png) no-repeat center center;
}

ul.nav li.shop a:focus,ul.nav li.shop a:hover{
  background:url(./img/shop.png) no-repeat center center #2e2210;
}

ul.nav li.access a{
  background:url(./img/access.png) no-repeat center center;
}

ul.nav li.access a:focus,ul.nav li.access a:hover{
  background:url(./img/access.png) no-repeat center center #2e2210;
}

ul.nav li.contact a{
  background:url(./img/contact.png) no-repeat center center;
}

ul.nav li.contact a:focus,ul.nav li.contact a:hover{
  background:url(./img/contact.png) no-repeat center center #2e2210;
}

@media screen and (max-width:960px) {
  .flex-navi{
    flex-direction:column;
  }
  .flex-navi li.flex00{
    order: 1;
  }
  .flex-navi li{
    width:100%;
  }
}

.navbar-toggle{
 background:#CEBB93;
 border:1px solid #000;
}
#body-texture4 ul.nav-justified a{
  text-decoration: none;
}

/*---------------------------------------
footer
-----------------------------------------*/
footer{
background-color: #CEBB93;
box-shadow:0px -5px 10px -5px #242424;
-moz-box-shadow:0px -5px 10px -5px #242424;
-webkit-box-shadow:0px -5px 10px -5px #242424;
padding-top:30px;
}
.footer-texture1{
  background: url("./img/wood.jpg") scroll 0 0;
}
.footer-texture2{
  background: url("./img/wakabe.jpg") scroll 0 0;
}
.footer-texture3{
  background: url("./img/cha.jpg") scroll 0 0;
}
.footer-texture4{
  background: url("./img/ki.jpg") scroll 0 0;
}
.header-texture5{
  background: url("./img/renga.jpg") scroll 0 0;
}
footer p{
  color:#fff;
}
/*---------------------------------------
更新履歴
-----------------------------------------*/
#news-tweet dt{
  float: left;
  margin-right: 1em;
  font-weight:normal;

}
#news-tweet dt,#news-tweet dd{
  line-height: 1.5;
}

/*---------------------------------------
オリジナルテーマ
-----------------------------------------*/

#news-tweet{
  margin:50px 0px;
}

hr.mg{
  visibility:hidden;
  height: 0;
  margin:110px 0px;
}

hr.mg2{
  visibility:hidden;
  height: 0;
  margin:40px 0px;
}


#wrap #pageTop {
  position: fixed;
  bottom: 70px;
  right: 0px;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(00, 00, 00, 0.8);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

#wrap #pageTop:hover {
  background: rgba(11, 11, 11, 0.6);
}

@media screen and (min-width: 481px) {
  #wrap #pageTop {
    display: none;
    /*position: fixed;*/
    bottom: 100px;
    right: 50px;
    width: 100px;
    height: 100px;
    font-size: 13px;
    line-height: 100px;
  }
}
.maru-image{
  border-radius:10%;
}
#breadcrumb li{
  list-style-type: none;
  float:left;
}
/*gridのgutter調整*/
.row-0{
    margin-left:0px;
    margin-right:0px;
}
.row-0>ul>li,.row-0>div{
        padding-right:0px;
        padding-left:0px;
}
.row-10{
    margin-left:-5px;
    margin-right:-5px;
}
.row-10>ul>li,.row-10>div{
        padding-right:5px;
        padding-left:5px;
}
.row-20{
    margin-left:-10px;
    margin-right:-10px;
}
.row-20>ul>li,.row-20> div{
        padding-right:10px;
        padding-left:10px;
}
.row-30{
    margin-left:-15px;
    margin-right:-15px;
}
.row-30>ul>li,.row-30>div{
        padding-right:15px;
        padding-left:15px;
}
.row-40{
    margin-left:-20px;
    margin-right:-20px;
}
.row-40>ul>li,.row-40>div{
        padding-right:20px;
        padding-left:20px;
}
.row-50{
    margin-left:-25px;
    margin-right:-25px;
}
.row-50>ul>li,.row-50> div{
        padding-right:25px;
        padding-left:25px;
}
.row-60{
    margin-left:-30px;
    margin-right:-30px;
}
.row-60>ul>li,.row-60> div{
        padding-right:30px;
        padding-left:30px;
}
.row-70{
    margin-left:-35px;
    margin-right:-35px;
}
.row-70> ul> li,.row-70> div{
        padding-right:35px;
        padding-left:35px;
}
.row-80{
    margin-left:-40px;
    margin-right:-40px;
}
.row-80> ul> li,.row-80> div{
        padding-right:40px;
        padding-left:40px;
}
.row-90{
    margin-left:-45px;
    margin-right:-45px;
}
.row-90> ul> li,.row-90> div{
        padding-right:45px;
        padding-left:45px;
}
.row-100{
    margin-left:-50px;
    margin-right:-50px;
}
.row-100> ul> li,.row-100> div{
        padding-right:50px;
        padding-left:50px;
}

dl.top-access dt{
	float:left;
}


/*---------------------------------------
パララックスエフェクト
-----------------------------------------*/
.inviewfadeIn {
     opacity: 0;
     transition: 1.4s;
 }

.inviewfadeInTop {
     opacity: 0;
     transition: .4s;
 }
 .fadeIn {
     opacity: 1.0;
 }

 /*----- 上へスライド -----*/
 .inviewUp {
     transform: translate(0, 60px);
     -webkit-transform: translate(0, 60px);
     transition: .8s;
 }

 .Up {
     transform: translate(0, 0);
     -webkit-transform: translate(0, 0);
 }

 /*----- ズームイン -----*/
 .inviewzoomIn {
     transform: scale(0, 0);
     -webkit-transform: scale(0, 0);
     transition: .8s;
 }

 .zoomIn {
     transform: scale(0, 0);
     -webkit-transform: scale(0, 0);
 }

 /*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
     opacity: 0;
     transform: translate(0, 60px);
     -webkit-transform: translate(0, 60px);
     transition: .8s;
 }

 .fadeInUp {
     opacity: 1.0;
     transform: translate(0, 0);
     -webkit-transform: translate(0, 0);
 }

/*---------------------------------------
予約＆お問い合わせ
-----------------------------------------*/
form div.row{
  margin-bottom: 10px;
}
div.wpcf7 .ajax-loader{
  display: block;
}
dl.form dd{
  margin-bottom: 10px;
}
#contact label{
  display: block;
}
#contact input{
  width: 20%;
  vertical-align: middle;
}
#contact select{
  vertical-align: middle;
}
#contact textarea#honbun{
  height: 190px;
  width: 22%;
}

@media screen and (max-width: 481px) {
  #contact input{
    width: 80%;
  }
  #contact select{
    width: 80%;
  }
  #contact textarea#honbun{
    width: 85%;
  }

}

button{
  background-color: #7F4400;
  border:none;
  color: #fff;
  padding: 5px 15px;
}

#contact:before{
  display:block;
  width: 100%;
  text-align: center;
  content: url(./img/hude.png);
  padding-top: 15px;
  margin:0 auto;
}

@media screen and (max-width: 481px) {
  #contact:before{
    display: none;
  }
}

#contact:after {
  display:block;
  width: 100%;
  text-align: center;
  content: url(./img/hude.png);
  margin: 0 auto;
}
@media screen and (max-width: 481px) {
  #contact:after{
    display: none;
  }
}

.contact-dl{
    list-style-type: none;
    margin:0 0 80px 0;
    padding:0;
}

.contact-dl dt{
    float:left;
}

.fs-kahen {
  font-size:10vw;
}

/*---------------------------------------
アクセス
-----------------------------------------*/
#access iframe{
  border: none;
  margin-top: 100px;
  width: 100%;
  height: 400px;
}

#access ul{
 margin:0px;
 padding:0px;
}

#access li{
  list-style: none;
}

/*---------------------------------------
ページネーション
-----------------------------------------*/
.wp-pagenavi {
  text-align: center;
  margin-top:100px;
}
#wrap .wp-pagenavi span.current{
 color: #000;
}
#wrap .wp-pagenavi a,.wp-pagenavi span,.wp-pagenavi span.current{
  margin:10px;
  padding:10px 10px;
  border-color: #7F4400;

}
.wp-pagenavi a:hover,.wp-pagenavi a:focus{
  background-color:#CEBB93;
}

/*---------------------------------------
商品一覧
-----------------------------------------*/
#shop{

}
#shop li{
  list-style: none;
  margin-top:10px;
  margin-bottom:10px;
}
#category{
  background-color: #78531c;
}
body#body-texture4 #category a{
  color:#fff;
  font-size:100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: transparent;
  text-align: right;
  text-decoration: none;
}
body#body-texture4 #category a:focus,body#body-texture4 #category a:hover{
  color:#000;
  /*background-color:#2E2210 ;*/
  text-shadow: none;
}

#category input[type="checkbox"]{
  display: none;
}
@media screen and (max-width: 481px) {
  #category label{
    display: block;
  }
  #category ul{
    transition: all 0.8s;
  }
  #category input[type="checkbox"] + ul {
    height: 0;
    overflow: hidden;
  }
  #category input[type="checkbox"]:checked + ul{
    height: auto;
  }
}

.current-cat{
  border-bottom:solid 3px #2E2210;
}
#list{
  border-left:solid 1px #7F4400;
  text-shadow: none;
}
#list h2{
 padding-left:1em;
 margin-bottom:50px;
}

span.under-l{
  border-bottom:solid 2px #2E2210;
}
#list li{
  position:relative;
}
.date{
  text-align:right;
}
.product{
  text-align:center;
  font-weight:bold;
  font-size: 125%;
}
.comment{
  padding-bottom:50px;
}
.price{
  position:absolute;
  bottom:0;
  width: 80%;
  text-align:right;
  border-bottom:solid 1px #2E2210;
}
#list li img{
  display: block;
  width: 100%;
}
#list li a{
  display: block;
  width: 100%;
}
span.under-l span{
  color: #000;
  font-size:80%;
}
.product-area{
  padding: 0 50px;
  margin-top:15px;
  margin-bottom:15px;
}

/*---------------------------------------
パンくずリスト
-----------------------------------------*/
#breadcrumb ul{
  font-size:100%;
}
#shop #breadcrumb ul{
  font-size:100%;
  margin-left:17%;
}
#breadcrumb ul li a.home:link{
  color: #230FD5;
}
#breadcrumb ul li a{
  display:inline;
}
@media screen and (max-width: 481px) {
  #shop #breadcrumb ul{
    margin-left:0;
    width: 100%;
  }
}

/*---------------------------------------
Form
-----------------------------------------*/
form{
  color:#000;
}
form label{
  color:#fff;
}
input{
  color:#000;
}
select{
  color:#000;
}
textarea{
  color:#000;
}

input.wpcf7-submit{
  background-color: #7f4400;
    border: medium none;
    color: #fff;
    padding: 5px 15px;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
