 =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
  border: 0;
  font-family: "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.8pt;
  color: #080000;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
p{
  margin: 0;
}
/*p {
  margin-top: 0;
  padding-right: 15px;
  padding-left: 0px;
  border-left-width: 3px;
  border-left-style: none;
  font-size: 14px;
  text-justify: inter-ideograph;
  padding-top: 0px;
  padding-bottom: 0px;
}*/
:focus {/* remember to define focus styles! */
  outline: 0;
}
body {
  background: #fff;
  line-height: 1;
  margin: 0;
}
ol, ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}
table {/* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
a:visited{
  color: #330000;
}

#fixed-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0;
    z-index: 1000;
    font-size: 0;
}
#fixed-bar a img {
	float: right;
}
.spbr01 { display: none;}

/* =Structure
----------------------------------------------- */


/* header */
header{
  margin: 0 auto;
  position: relative;
}

header a{
  text-decoration: none;
}

.hamburger-menu{
  display: none;
}

#sidebar{
  display: none;
}

.logo{
  text-align: center;
  margin-top: 50px;
}

.logo img{
  margin-bottom: 12px;
}

.logo p{
  color: #330000;
  font-weight: bold;
  font-size: 15px;
}
.logo h1 {
  font-size: 15px;
  margin: 0;
}

/* mark */
.mark{
  top: -25px;
  right: 0;
  width: 178px;
  position: absolute;
}

.login, .cart{
  text-align: center;
  width: 35%;
  float: left;
  line-height: 100%;
  margin-bottom: 10px;
}

.login a, .cart a{
  color: #330000;
}

.login a:hover, .cart a:hover, .contact:hover,{
  opacity: 0.9;
}

.login img, .cart img{
  padding-bottom: 5px;
}

.contact{
  clear: both;
  background-color: #330000;
  padding: 12px 0 12px 16px;
  line-height: 140%;
}

.contact a{
  color: #fff;
}

.contact span{
  font-size: 20px;
}
/* /mark */

/* nav */
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  max-width: 1260px;
  width: 98%;
  margin: 50px auto 30px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 12.5%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border-left: 1px #413e2f solid;
  box-sizing: border-box;
}

.dropmenu li:last-child{
  border-right: 1px #413e2f solid;
}

.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #fff;
  color: #330000;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 5px;
  border-top: 1px solid #fff;
  background: #000;
  opacity: 0.8;
  text-align: center;
  color: #fff;
}
.dropmenu li:hover > a{
  background: #fff;
}
.dropmenu li a:hover{
  background: #dddddd;
}

#normal li ul{
  display: none;
}

#normal li:hover ul{
  display: block;
}

.home li a{
  padding: 0;
}


/* /nav */
/* /header */

/* top */
.top{
  width: 60%;
  margin: 0 auto 50px;
  overflow: hidden;
}

.top ul{
  overflow: hidden;
  list-style-type: none;
}

.top li{
  float: left;
  width: 25%;
  text-align: center;
}

.top a{
  color: #000;
}


.detail-top {
  margin: 0 auto;
  max-width: 630px;
  width: 100%;
  padding: 20px 0 40px 0;
}

.detail-top ul{
  overflow: hidden;
  list-style-type: none;
}

.detail-top1 {
  float: left;
  width: 300px;
  text-align: center;
  padding: 10px 0;
  margin: 10px auto;
  background-color: #330000;
}

.detail-top2 {
  float: right;
  width: 300px;
  padding: 10px 0;
  margin: 10px auto;
  background-color: #330000;
  text-align: center;
}

.detail-top1 a {
  color: #fff;
  text-decoration: none;
}

.detail-top2 a {
  color: #fff;
  text-decoration: none;
}



/* /top */

/* flow */
.flow-title{
  text-align: center;
  font-size: 25px;
  padding-bottom: 10px;
  border-bottom: 1px #ccc solid;
  margin-bottom: 50px;
}

.flow-content{
  width: 98%;
  margin: 0 auto;
  max-width: 1260px;
}

.flow-content img{
  width: 60%;
}

.flow-top-photo{
  margin-bottom: 40px;
  text-align: center;
}

/* set */
.set-wrap{
  overflow: hidden;
}

.set{
  width: 47.5%;
}

.set p{
  color: #333333;
}

.set1{
  float: left;
}

.set2{
  float: right;
}

.set-title{
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
	line-height: 1.7em;
}

.set-text{
  line-height: 30px;
  margin-bottom: 25px;
  font-size: 14px;
}

.set-photo{
  margin-bottom: 40px;
}

/* /set */

/* chara */
.chara{
  margin-bottom: 40px;
}

.chara-top{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}

.chara-text{
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}

 .chara span{
  font-weight: bold;
 }
/* /chara */

/* company */
.company{
  overflow: hidden;
  margin-bottom: 45px;
}

.company-content{
  width: 47.5%;
  overflow: hidden;
}

.company-content1{
  float: left;
}

.company-content2{
  float: right;
}

.company-title{
  font-size: 20px;
  margin-bottom: 22px;
  font-weight: bold;
}

.company-text{
  font-size: 14px;
}

.company-bottom-text{
  border-bottom: 1px #ccc solid;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.company-name{
  font-weight: bold;
  padding-right: 10%;
}


/* company */




/* /flow */








/* footer */
footer{
  border-top: 1px #ccc solid;
  color: #330000;
  padding-bottom: 70px;
  clear: both;
}

/* footer-top */
.footer-top{
  margin: 30px auto 0;
  overflow: hidden;
  padding-bottom: 50px;
  border-bottom: 1px #ccc solid;
}

.sns{
  overflow: hidden;
  width: 13%;
  position: relative;
  margin: 0 auto 50px;
}

.footer-instagram{
  position: absolute;
  left: 0;
}

.line{
  position: absolute;
  right: 0;
  top: 0;
}

.facebook{
  text-align: center;
}
/* /footer-top */

/* footer-contents-wrap */
.footer-contents-wrap{
  clear: both;
  max-width: 1000px;
  margin: 0 auto;
}

.footer-contents-wrap ul{
  list-style-type: none;
}

.footer-contents-wrap a{
  text-decoration: none;
  color: #330000;
}

.links{
  box-sizing: border-box;
  width: 25%;
  border-left: 1px #330000 solid;
  padding-left: 10px;
  float: left;
  height: 256px
}

.item-list-top{
  font-size: 16px;
  padding-bottom: 40px;
  font-weight: bold;
}

.item-list-link{
  line-height: 40px;
}

/* footer-bottom */
.footer-bottom{
  clear: both;
}

.copyright{
  text-align: center;
  font-size: 12px;
  padding-top: 30px;
}
/* /footer-bottom */
/*/footer*/





/*追加*/
.subtitle {
  margin: 0 auto;
  text-align: c;
  padding: 40px 0 20px 0;
  border-bottom: 1px solid #333;
  max-width: 600px;
  width: 100%;
  }

.shadow {
  display: inline-block;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
  }

.center { text-align: center;}



/*----------2017.08.28追加----------*/
.link01 {
  color: #330000;
}
table.chart_table01 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
}
table.chart_table01 tr {
  border: 1px solid #999;
}
table.chart_table01 th {
  width: 50%;
  padding: 10px;
  font-weight: bold;
  border-left: 1px solid #999;
  background-color: #eee;
}
table.chart_table01 td {
  width: 50%;
  padding: 10px;
  border-left: 1px solid #999;
}

table.chart_table02 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
}
table.chart_table02 tr {
  border: 1px solid #999;
}
table.chart_table02 th {
  width: 25%;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #999;
  background-color: #eee;
}
table.chart_table02 td {
  width: 25%;
  padding: 10px;
  text-align: center;
  border-left: 1px solid #999;
}
table.chart_table02 td img.img01 {
  max-width: 100px;
  width: 100%;
}
table.chart_table02 td img.img02 {
  max-width: 20px;
  width: 100%;
}








@media screen and (max-width: 925px){
  /* header */
  .hamburger-menu{
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
  }

  #sidebar{
    clear: both;
    position: absolute;
    top: 0;
    left: 1%;
    z-index: 2;
    width: 250px;
    height: auto;
    border-radius: 5px;
    border: 1px #ccc solid;
    background-color: #fff;
    /*display: none;*/
  }

  #cancel{
    position: absolute;
    top: 18px;
    left: 16px;
  }

  .sidebar-list{
    margin: 70px auto 25px;
    width: 90%;
  }

  .sidebar-list li{
    margin-bottom: 10px;
    border-bottom: 1px #ccc solid;
    color: #330000;
  }

  #sidebar ul{
    list-style-type: none;
  }

  .sidebar-child, .sidebar-child2, .sidebar-child3, .sidebar-child4{
    display: none;
  }

  .child{
    clear: both;
    height: 24px;
  }

  .sidebar-child li, .sidebar-child2 li, .sidebar-child3 li, .sidebar-child4 li{
    padding-top: 5px;
    padding-bottom: 10px;
    width: auto;
    margin-left: 30px;
  }

  .home{
    padding-bottom: 7px;
  }

  .counsel{
    border-right: 0;
  }

  .mark{
    top: 0;
    position: relative;
    float: none;
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
    margin: 5px auto 0;
    box-sizing: border-box;
  }

  .icons{
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    width: 60%;
    padding-bottom: 2px;
  }

  .login, .cart{
    padding-top: 10px;
    margin: 0;
  }

  .login{
    padding-left: 30%;
    text-align: center;
  }

  .cart{
    float: right;
  }

  .contact{
    clear: none;
    width: 40%;
    float: right;
    padding: 10px 0;
    text-align: center;
  }

  .contact a{
    font-size: 12px;
  }

  .contact span{
    font-size: 16px;
  }

  .logo{
    margin: 20px 0 30px;
  }

  #nav-wrap{
    display: none;
  }
  /* /header */

  /* top */
  .top{
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }

  .top li{
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .detail-top3{
    padding-left: 0;
  }
  /* /top */

  /* flow */
  .set{
    width: 100%;
  }

  .set1, .set2{
    float: none;
  }

  .set-title{
    text-align: center;
  }

  .chara-top{
    text-align: center;
  }

  .company-content1, .company-content2{
    float: none;
  }

  .company-content{
    width: 100%;
  }

  .company-content1{
    margin-bottom: 20px;
  }

  .company-title{
    text-align: center;
  }
  
  
  
  .flow-content img{
    width: 100%;
    }
  
  
  

  /* /flow */



  /* footer */
  footer {
      padding-bottom: 40px;
  }

  .footer-top{
    padding-bottom: 0;
  }

  .sns{
    width: 50%;
  }

  .links{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    margin-left: 10px;
  }

  .item-list-top{
    padding-bottom: 15px;
  }

  .copyright{
    padding-top: 0;
  }
  /* /footer */
}




@media screen and (max-width: 640px){
  
  .detail-top1, .detail-top2 {
    float: none;
  }
	.spbr01 { display: block;}

}



