@charset "utf-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;}
body{line-height:1.5;overflow:hidden;font-size:14px;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;margin:0 auto;}
caption,th,td{font-weight:normal;text-align:center;}
h1,h2,h3,h4,h5,h6{clear:both;}
html{overflow-y:scroll;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
a:focus{outline:thin dotted;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}
audio,canvas,video{display:inline-block;}
audio:not([controls]){display:none;}
del{color:#333;}
ins{background:#fff9c0;text-decoration:none;}
hr{background-color:#ccc;border:0;height:1px;margin:24px;margin-bottom:1.714285714rem;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
small{font-size:smaller;}
img{border:0;-ms-interpolation-mode:bicubic;/* max-width:100%; */}

/* Clearing floats */
.clear:after,.wrapper:after,.format-status .entry-header:after{clear:both;}
.clear:before,.clear:after,.wrapper:before,.wrapper:after,.format-status .entry-header:before,.format-status .entry-header:after{display:table;content:"";}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* =common
-------------------------------------------------------------- */
@media screen and (min-width:769px){
  .forpc{display:block;}
  .forpcIn{display:inline-block;}
  .forsp{display:none;}
  .aboutttl+div.forsp{display:none;}
  .table.table03 thead{display:block;}
}
@media screen and (max-width:768px){
  .forpc{display:none;}
  .forpcIn{display:none;}
  .forsp{display:block;}
  .tableHd{display:none;}
  .table.table03 thead{display:none;}
}
@media screen and (min-width:1000px){
  .for1000{display:block;}
}
@media screen and (max-width:999px){
  .for1000{display:none;}
}

body {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
    text-decoration: none;
    color: #000;
}
.menu_title a{color:#FFF;line-height:0;}
a:hover {
    opacity: .6;
}
.center{text-align: center;}
.wrapper{
  background: url(../images/bg1.jpg);
  background-size:cover;
  padding-bottom:80px;
}
.container{
  max-width:1200px;
  margin: 0 auto;
  }
.ttl{
  background:url(../images/icon.png) no-repeat;
  margin: 60px 0 40px 0;
  position: relative;
}


.ttl h2 {
    vertical-align: middle;
    display: inline-block;
    line-height: 122px;
    margin: 0 0px 0 40px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .05em;
}

.ttl h2 span{
  color:#864655;
}
.ttl h2+img {
    vertical-align: middle;
}

p {
    line-height: 1.6em;
    font-size: 14px;
}
.btn{
  display: inline-block;
  margin:15px auto 0;
}
.btn a,
.btn input{
  display:block;
}
.btn img,
.btn span{
    vertical-align:middle;
    display:inline-block;
    line-height:0;
    margin: 0 5px 0 0;
}
.btn a{
    color:#FFF;
    padding: 10px 10px 10px 15px;
    background: #864655;
    border-radius: 6px;
}

/***************************
    header
***************************/

header {
    margin: 0 auto;
    width: 100%;
    background: url(../images/main.jpg) no-repeat;
    background-size: 100% auto;
    padding-bottom: calc(100%*1110/1920 - 100px);
    position: relative;
}
header .headertop{
  background:rgba(0,0,0,.7);
  padding:20px 0;
}
header .headertop h1{
  float:left;
}
/***************************
    nav
***************************/

header .headertop nav{
  float:right;
}
header .headertop nav ul li a{
  color: #FFF;
}

nav {
    max-width: 820px;
    margin: 0 auto;
}

nav ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

nav ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin: 0 20px 0 0;
}

nav ul li:last-child{
  margin:0;
}
/***************************
    footer
***************************/
footer{
  background:url(../images/footer_bg.jpg);
  width:100%;
  margin: 0 auto 0;
  text-align: center;
  padding: 40px 0 0 0;
}
footer p,
footer ul li a,
.copyright{
  color:#FFF;
}
footer p a{color:#FFF;}

footer ul{
  max-width: 1200px;
  margin: 0 auto 40px;
  font-size: 0;
}
footer ul li{
  width: calc(100% / 8);
  display:inline-block;
  box-sizing:border-box;
  font-size: 13px;
  vertical-align: middle;
}
footer ul+div{
  max-width:600px;
  margin:0 auto;
  text-align:left;
}
footer ul+div img{
  float:left;
  margin: 0 20px 0 0;
}
footer p{
  line-height:1.5;
  }
.copyright{
  font-size:12px;
  padding: 20px 0;
}
/***************************
    news
***************************/
.news .rightpic{
  position: absolute;
  right: 0;
  top: 0;
  max-width: 50%;
} 

.news ul li{
  margin-bottom: 10px;
  border-bottom:1px solid;
  max-width: 45%;
  padding-bottom: 5px;
}
/***************************
    top-ga-list
***************************/
.topgallery{
  font-size:0px;
}
.topgallery li{
  display:none;
  box-sizing: border-box;
}
.topgallery li:nth-child(-n+4){
  width: 25%;
  display:inline-block;
  padding: 0 1% 0 0;
}
.topgallery li:nth-child(4n){
  padding: 0;
  width: calc(25% - 1%);
}
/* .topgallery li:last-child{
  width:10%;
  display:inline-block;
  background: #000;
  height: 100px;
}  */
.topgallery li img{
  height:100%;
}

.toplistLeft{
  float:left;
}
.toplistLeft{
  float:left;
  width:50%;
  text-align: center;
  background: url(../images/bg_ornament1.png)no-repeat;
  background-position: 0% 0%;
}
.toplistRight{
  float:right;
  width:50%;
  text-align: center;
  background: url(../images/bg_ornament1.png)no-repeat;
  background-position: 100% 95%;
}
.insta{
  font-size:0px;
}
.insta li{
  margin: 0;
  display:inline-block;
  vertical-align:top;
  width: calc(100% / 4);
  padding: 3px;
  box-sizing: border-box;
  height: 300px;
  object-fit: cover;
}
.insta li img{
      height: 290px;
    object-fit: cover;
}
/***************************
    about
***************************/
.aboutBox{
  max-width: 800px;
  margin:0 auto;
}
.aboutttl{
  background:url(../images/bg3.png) no-repeat;
  width: 30%;
  text-align:center;
  background-size:contain;
  display:inline-block;
  vertical-align:middle;
}
.aboutttl+div{
  width:60%;
  display:inline-block;
  vertical-align: middle;
}
.aboutttl+div p{
    font-size: 16px;
    letter-spacing: .06em;
    line-height: 2.4em;
}
.aboutttl+div h4{
  text-align:right;
  font-size: 22px;
  font-weight:normal;
  margin:20px 0 0 0;
  letter-spacing: .1em;
}
.aboutttl+div h4 span{
  font-size:14px;
  margin: 0 10px 0 0;
  letter-spacing: 0;
}
.addressBox table{
  width: 50%;
  float:left;
}

.addressBox table th{
}
.addressBox table td,
.addressBox table th{
  text-align:left;
  padding: 0 0 15px 40px;
}

.addressBox .map{
  position:relative;
  padding-bottom: 28.25%;
  height:0;
  overflow:hidden;
  padding-top: 30px;
}
.map iframe,
.map object,
.map embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  }
/***************************
    gallery
***************************/
.gallery ul{font-size:0;margin: 0 auto;text-align: center;}
.gallery ul li{
 width: calc(100% / 3 - 4%);
 display:inline-block;
 margin:0 1% 1% 0;
 text-align: left;
 vertical-align: top;
}
.gallery ul li .mainPhoto{
  position:relative;
}
.gallery ul.thum{
    display: none;
    text-align: justify;
    margin:5px 0;
}
.gallery ul.thum:after{
  content:"";
  width:100%;
  height:100%;
  line-height:100%;
  display:inline-block;
}
.gallery ul.thum li{
    width: calc(100% /  4 - 1%);
    display: inline-block;
    position: relative;
    margin: 0 1% 1% 0;
    text-align: justify;
}
.gallery ul.thum li:last-child{
  margin:0;
}
.gallery ul li p{
    position: absolute;
    background: rgba(134,70,85,.7);
    width: calc(100%);
    bottom: 0;
    color: #FFF;
    padding: 10px 0 10px 15px;
}
.gallery ul li img{
  width:100%;
  height:auto;
  max-width: auto;
}
/***************************
    shop
***************************/

.shop ul li{
 width: 23%;
 display:inline-block;
 vertical-align: top;
 margin:0 1% 0 0;
}
.shop ul li:nth-child(4n){
  margin:0;
}
.shop ul li p{
    width: 100%;
    margin: 0px 0 30px 0;
    font-size: 16px;
    color:#864655;
    line-height: 1.3em;
}
.shop ul li p span{
  font-size:14px;
  font-weight:bold

}
.shop ul li img{
  width:100%;
  height:auto;
}
/***************************
    order
***************************/
.colmail{
  display:inline-block;
  margin: 60px 0 0 0;
}
.colmail2{
  width:100%;
}
.colmail h5{
  border-bottom:2px solid #864655;
  display:inline-block;
  vertical-align: top;
  font-size: 18px;
  margin: 0 40px 0 0;
  width: 100px;
  text-align: center;
}
.colmail .col3{
  display: inline-block;
  max-width: 800px;
  text-align: center;
  vertical-align: top;
  margin: 0 0 30px 0;
}
.colmail .ordertext{
  text-align:left;
  font-size:16px;
  margin: 10px 0 0 0;
}
.colmail .col3 .col{
  display:inline-block;
  width:30%;
  vertical-align: top;
}
.colmail .col3 .col:nth-child(2n){
  margin:0 20px;
}
.colmail .col3 .col p{
  margin:0 0 10px 0;
}

.colmail .col3 table.table01 tbody td {
  /* width: calc(100%); */
  text-align: center;
  font-size: 17px;
  table-layout: fixed;
}
.colmail .col3 table.table02 tbody td {
  /* width:calc(100%); */
  text-align: left;
  font-feature-settings: "palt";
  letter-spacing: .06em;
}
.colmail .col3 table.table02 tbody td span{
  display:block;
  font-size: 14px;
}
/***************************
    contactform
***************************/
.mailorder .formimg span span .first{
    background: url(../images/pic_mail01.jpg)no-repeat;
    height: 145px;
    width:170px;
    background-size: cover;
    background-position: 10px 25px;
}
.mailorder .formimg span span .last{
    background: url(../images/pic_mail02.jpg)no-repeat;
    height: 145px;
    width:145px;
    background-size: cover;
    background-position: 10px 25px;
}
.mailorder .btnBox{
  width:100%;
  margin: 20px auto 0 auto;
  text-align:center;
}
.mailorder .btn{
  border: none;
  outline: none;
  color: #FFF;
  padding: 12px 30px 12px 30px;
  background: #864655;
  border-radius: 6px;
  text-align:center;
  margin:0 auto;
  line-height: 1em;
  font-size: 14px;
}
.mailorder .btn:hover{
  opacity:.6;
}
.table-contactform7{
  overflow: hidden;
  table-layout: fixed;
}
 
.required-contactform7{
  padding: 5px;
  color: #ff0000;
  border-radius: 3px;
  margin-right: 3px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 88% !important;
  margin: 5px 10px 10px 5px;
}
 
 .w100 input{
   width:100%;
   padding:10px;
 }
  .w50 input{
   padding:10px;
 }
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 0;
  text-align: left;
}
.table-contactform7 tr{
  height:80px;
}
.table-contactform7 tr:nth-child(2n+1){
  background:#efefef;
  padding: 100px;
}

.table-contactform7 td{
  text-align:left;
  border-left: 1px solid #EFEFEF;
  padding: 20px 0 20px 20px;
}
 .table-contactform7 p{
   text-align:left;
   font-size:12px;
 }
 span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    padding: 0 30px 0 0;
}
@media screen and (max-width: 1000px){
  header .headertop h1{
    display: block;
    text-align: center;
    width: 100%;
  }
  nav{width:100%;max-width: 100%;}
  nav ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin: 0 8px 0 0;
}
nav ul li img{width:60%;}
nav ul li:last-child{
  margin:0;
}
}
@media screen and (min-width: 900px){
  .table-contactform7 th{
    /* width:28%; */
    text-align: left;
    padding: 20px 0 20px 20px;
  }
    }
     
@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
     width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin: 0 auto;
  width: 96%;
  border-top: none !important;
  padding: 0;
  text-align: center;
}
}
/***************************
    legal
***************************/
.legalBox{
  padding:20px;
  background:#e2e2e2;
  max-width: 800px;
  margin: 0 auto;
}
table.table01 {
  width:100%;
  border-collapse: collapse;
  background: #e2e2e2;
  padding: 15px;
}
table.table01 thead th {
  padding: 0 0 10px 0;
  font-size: 18px;
}
table.table01 tbody th {
  background: #98a4b0;
  color:#FFF;
  padding: 15px 15px;
  border-bottom: #e2e2e2 solid 3px;
  vertical-align: middle;
  width: 24%;
  text-align: left;
}
table.table01 tbody th img{
  margin:0 0 0 10px;
  float:right;
  }
table.table01 tbody td {
  background:#FFF;
  padding: 20px 25px;
  border-left: #98a4b0 solid 1px;
  border-bottom: #98a4b0 dotted 1px;
  vertical-align: middle;
  text-align: left;
}

table.table03 {
  width:100%;
  border-collapse: collapse;
  background: #e2e2e2;
  padding: 0;
  table-layout: fixed;
}
table.table03 thead th {
  padding: 0 0 10px 0;
  font-size: 18px;
  width: calc(100% / 4);
}
table.table03 tbody th {
  background: #98a4b0;
  color:#FFF;
  padding: 15px 15px;
  border-bottom: #e2e2e2 solid 3px;
  vertical-align: middle;
  width: 14%;
  text-align: left;
}
table.table03 tbody th img{
  margin:0 0 0 10px;
  float:right;
  }
table.table03 tbody td {
  background:#FFF;
  padding: 20px 25px;
  border-left: #98a4b0 solid 1px;
  border-bottom: #98a4b0 dotted 1px;
  vertical-align: middle;
  text-align: left;
}
/***************************
    privacypolicy
***************************/
.privacyBox{
  background:#e9e8e4;
  border:5px solid #864655;
  padding:30px;
}
.privacyBox h3{
  font-size:18px;
}

/***************************
    howto
***************************/
.howtoBox{
  background:#e9e8e4;
  border:5px solid #864655;
  padding: 20px;
  /* width: 50%; */
  margin: 0 0 15px 0;
  display: inline-block;
}
.howtoBox span a,
.howtoBox+.sub span a{
  color: #864655;
  font-weight:bold;
}
.howtoBox+.sub{
  text-indent:-1em;
  padding-left:1em;
}
/***************************
    wordlist
***************************/
.wordlist{
    text-align: center;
}


@media screen and (max-width:768px) {
  body{
    font-size:62.5%;
  }
  p{
    font-size:1.4em;
  }
  .container{
  max-width: 92%;
  margin: 0 auto;
  }
  .mailorder{
    max-width:100%;
    margin-top: -30px;
  }
.ttl{
  background:url(../images/icon.png) no-repeat;
  margin: 60px 0 20px 0;
  position: relative;
  background-size: contain;
}


.ttl h2 {
    line-height: 4em;
    font-size: 2em;
    margin: 0 0 0 2em;
}

.ttl h2 span{
  color:#864655;
}
#wprmenu_bar{
  position:absolute;
}
header {
    background: url(../images/headersp.jpg) no-repeat;
    padding-bottom: calc(100%*406/760);
    background-size: 100%;
}
.wrapper{
  padding-bottom:60px;
}
  /***************************
    news
***************************/
.news .rightpic{
  display: none;
} 

.news ul li{
  border-bottom: 1px solid #b7b5b5;
  max-width: 100%;
  margin: 0 auto 5% auto;
  width: 100%;
  font-size:1.5em;
}
.news ul li a{
  display:block;
}
/***************************
    top-ga-list
***************************/
.topgallery{
  font-size:0px;
}
.topgallery li,
.topgallery li:nth-child(4n){
  display:none;
  box-sizing: border-box;
}
.topgallery li:nth-child(-n+3){
  width: calc(100% / 3);
  padding: 0 1% 0 0;
}
.topgallery li:nth-child(3n){
  padding: 0;
  width: calc(100% / 3 - 1%);
}
.btn{
  display: block;
  margin: 4% auto 0 auto;
  text-align: center;
  width: 70%;
  font-size: 1.6em;
}
.btn img,
.btn span{
    vertical-align:middle;
    display:inline-block;
    line-height:0;
    margin: 0 5px 0 0;
}
.btn a{
    color:#FFF;
    padding: 4% 0;
    background: #864655;
    border-radius: 6px;
}
.toplistLeft{
  float:left;
}
.toplistLeft{
  float: inherit;
  width: 100%;
  text-align: center;
  background: url(../images/bg_ornament1.png)no-repeat;
  background-position: 0% 1%;
  background-size: 40%;
  margin: 0 auto 60px;
}
.toplistRight{
  float:inherit;
  width:100%;
  text-align: center;
  background:url(../images/bg_ornament1.png)no-repeat;
  background-position: 100% 92%;
  background-size: 40%;
  margin: 0 auto 60px;
}
/***************************
    footer
***************************/
footer{
  padding:30px 0;
}
footer ul+div{
  max-width: 92%;
  margin:0 auto;
  text-align: center;
}
footer ul+div img{
  float: inherit;
  margin: 0 0 10px 0;
  width: 70%;
}
footer ul+div p{
  font-size:1.5em;
}
.copyright{
  font-size:1.3em;
  padding: 10px 0 0;
}


.legalBox{
  padding: 5px;
  background:#e2e2e2;
  max-width: 100%;
  margin: 0 auto;
}
table.table01 tbody th {
  display:block;
  width: calc(100%);
  border: none;
  font-size: 1.4em;
  text-align: center;
  padding: 2% 0;
}
table.table01 tbody th img{
  display: none;
}
table.table01 tbody td {
  display:block;
  border: none;
  text-align: center;
  padding: 4%;
  border-bottom: 1px dotted;
}
/***************************
    about
***************************/
.aboutBox{
  max-width: 800px;
  margin:0 auto;
}
.aboutttl{
  display: none;
}
.aboutttl+div{
  width: 70%;
  display:inline-block;
  vertical-align: middle;
}
.aboutttl+div+div{
  width:100%;
  margin:4% 0 0 0;
}
.aboutttl+div p{
    font-size: 1.4em;
    letter-spacing: .06em;
    line-height: 2em;
}
.aboutttl+div h4{
  text-align:right;
  font-size: 22px;
  font-weight:normal;
  margin:20px 0 0 0;
  letter-spacing: .1em;
}
.aboutttl+div h4 span{
  font-size:14px;
  margin: 0 10px 0 0;
  letter-spacing: 0;
}
.addressBox table{
  width: 100%;
  float: inherit;
  font-size: 1.2em;
}

.addressBox table th{
}
.addressBox table td,
.addressBox table th{
  text-align:left;
  padding: 0 0 10px 10px;
}

.addressBox .map{
  padding-bottom: 56.25%;
  }
/***************************
    order
***************************/
table.table03 thead{display:none}
table.table03 tbody td::before {
  content: attr(label);
  float: left;
  clear:both;
  
}
.colmail .col3{
  display: inline-block;
  max-width: 100%;
  text-align: center;
  vertical-align: top;
  margin: 0 0 30px 0;
}
.colmail2 .col3{display:block;}

.colmail .ordertext{
  text-align:left;
  font-size:16px;
  margin: 10px 0 0 0;
}
.colmail .col3 .col{
  display:inline-block;
  width: 40%;
  vertical-align: top;
}
.colmail .col3 .col:nth-child(2n){
  margin:0 20px;
}
.colmail .col3 .col p{
  margin:0 0 10px 0;
}
.colmail .col3 .col:nth-child(2n)+img{
  width:35%;
  margin:10px 0;
}
span.wpcf7-list-item{
  font-size:1.2em;
}
.mailorder .table-contactform7 p{
  text-align:center;
}
.mailorder .table-contactform7 p.formleft{
  text-align:left;
}
.mailorder .formimg span span .first{
    background: url(../images/pic_mail01.jpg)no-repeat;
    height: 130px;
    width: 130px;
    background-size: cover;
    background-position: 10px 25px;
    margin:10px 0 10px 0;
}
.mailorder .formimg span span .last{
    background: url(http://bipod.heteml.jp/edoshitamachi/wp-content/themes/storefront-child/images/pic_mail02.jpg)no-repeat;
    height: 130px;
    width: 130px;
    background-size: cover;
    background-position: 10px 25px;
}
.mailorder .btnBox{
  width:100%;
  margin: 20px auto 0 auto;
  text-align:center;
}
.mailorder .btn{
  border: none;
  outline: none;
  color: #FFF;
  padding: 12px 30px 12px 30px;
  background: #864655;
  border-radius: 6px;
  text-align:center;
  margin:0 auto;
  line-height: 1em;
  font-size: 14px;
}
.colmail .ordertext{
  text-align:left;
  font-size:1.4em;
  margin: 10px 0 0 0;
}
.colmail{
  display:inline-block;
  margin: 0 auto;
}
.colmail h5{
  border-bottom: 3px solid #864655;
  margin: 0 0 4% 0;
}
.mailorder .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  padding: 3% 0;
  font-size: 1.4em;
}
.mailorder .table-contactform7 input,
.mailorder .table-contactform7 textarea{
  max-width: 90% !important;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
 .w100 input{
   width:100%;
 }
  .w50 input{
   padding: 10px;
 }
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}

.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 0;
  text-align: left;
}
.table-contactform7 tr{
  height: auto;
}
.table-contactform7 tr:nth-child(2n+1){
  background:#efefef;
  padding: 0 0 5% 0;
  width: 100%;
}
.table-contactform7 tr:nth-child(2n){
  padding: 0 0 5% 0;
  width: 100%;
}
.btn-lg{
  background:#9d465a;
  color:#FFF;
  border-radius:5px;
  font-size:1em;
}

.privacyBox h3{
  font-size:1.5em;
  margin:0 0 5px 0;
}
/***************************
    howto
***************************/
.howtoBox{
  background:#e9e8e4;
  border: 3px solid #864655;
  padding: 15px;
  margin: 0 0 10px 0;
  display: inline-block;
}
.howtoBox span a,
.howtoBox+.sub span a{
  color: #864655;
  font-weight:bold;
}
.howtoBox+.sub{
  text-indent:-1em;
  padding-left:1em;
  font-size:1.2em;
}
/***************************
    gallery
***************************/
.gallery ul li{
 width: 90%;
 display:inline-block;
 position: relative;
 margin: 0 0 5% 0;
}
.gallery ul li p{
    position: absolute;
    background: rgba(134,70,85,.7);
    width: 100%;
    bottom: 0;
    color: #FFF;
    padding: 4% 0 4% 4%;
    font-size: 14px;
}
/***************************
    shop
***************************/

.shop ul li{
 width: 48%;
 display:inline-block;
 vertical-align: top;
 margin:0 1% 0 0;
}
.shop ul li:nth-child(2n){
  margin: 0 0 0 1%;
}
}

/***************************
    mainvisual
***************************/
.page-template-page-about header{
  background: url(../images/about.jpg) no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(100%*600/1920 - 100px);
}
.page-template-page-gallery header{
  background: url(../images/gallery.jpg) no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(100%*600/1920 - 100px);
}
.page-template-page-wordlist header{
  background: url(../images/wordlist.jpg) no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(100%*598/1920 - 100px);  
}
.page-template-page-howto header{
  background: url(../images/howto.jpg) no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(100%*598/1920 - 100px);  
}
.page-template-page-order header{
  background: url(../images/order.jpg) no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(100%*598/1920 - 100px);  
}
.page-template-page-order2 header{
  background: url(../images/order2.jpg) no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(100%*598/1920 - 100px);
}
.page-template-page-privacypolicy header{
  background: url(../images/privacypolicy.jpg) no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(100%*598/1920 - 100px);  
}
.page-template-page-legal header{
  background: url(../images/legal.jpg) no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(100%*598/1920 - 100px);  
}


@media screen and (max-width:768px){
.page-template-page-about header{
  background: url(../images/aboutsp.jpg) no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(100%*350/760);
}
.page-template-page-gallery header{
  background: url(../images/gallerysp.jpg) no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(100%*350/760);
}
.page-template-page-wordlist header{
  background: url(../images/wordlistsp.jpg) no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(100%*350/760);  
}
.page-template-page-howto header{
  background: url(../images/howtosp.jpg) no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(100%*350/760);  
}
.page-template-page-order header{
  background: url(../images/ordersp.jpg) no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(100%*350/760);  
}
.page-template-page-order2 header{
  background: url(../images/order2sp.jpg) no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(100%*350/760);  
}
.page-template-page-privacypolicy header{
  background: url(../images/privacypolicysp.jpg) no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(100%*350/760);
}
.page-template-page-legal header{
  background: url(../images/legalsp.jpg) no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(100%*350/760);
}
}



