@charset "utf-8";


#wrapper {
  border-top: 5px solid #e05e9e;
}

.akb_logo {
  margin-top: 30px;
  text-align: center;
}

.akb_logo { 
display: table; 
width: 400px; 
margin: 40px auto;  
} 

.akb_logo li {  
display: table-cell;  
}

.txt_sm {
  font-size:1.3rem !important;
}
.txt_red {
  color: #e60012;
}

.goods_ttl {
  margin: 20px 0;
  font-size: 2.8rem;
}

.font14{
  font-size:1.4rem !important;
}

.font14 {
  font-size: 1.6rem;
}

.box .ind {
  padding-left: 1em;
  text-indent:-1em;
}

.date {
  text-align: center;
  font-weight: 400;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  color: #f54a87;
  font-size: 30px;
  position: relative;
  margin: 0;
  margin-top: -20px;
}

.word {
  color: #3BAFDA;
}

.right, .left {
  font-family: arial;
  font-size: 50px;
  position: relative;
  top: 10px;
  color: #f54a87;
  margin: 0 0 0 10px;
}

.text {
  font-size: 30px;
  position: absolute;
  top: 218px;
  left: 50%;
  margin-left: -160px;
}
.left {
  margin: 0 10px 0 0;
}



@media screen and (max-width: 960px) {
.akb_logo { 
display: block; 
width: 100%;  
margin: 20px auto 0;  
} 
.akb_logo li {  
display: block; 
margin-bottom: 20px;  
}


.date {
  text-align: center;
  font-weight: 400;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  color: #f54a87;
  font-size: 21px;
  position: relative;
  margin: 0;
  margin-top: -30px;
}

.goods_ttl {
  margin: 10px 0;
  font-size: 1.8rem;
}

}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
#title {
  margin-top: 40px;	
  text-align: center;
  box-sizing: border-box;
  padding: 0 1em;
}
.btnblock {
  text-align: center;
  box-sizing: border-box;
  padding: 0 1em;
}
#title h1 {
  font-size: 3.3rem;
  line-height: 1.2;
}
#title .shopBanner {

}
.headerBackLink{
  margin: 40px auto 0;
  font-weight:bold;
  font-size: 2.2rem;
}
.shopBanner {
  margin: 40px 0 40px;
}
.headerBackLink{
  display: inline-block;
  background-color: #f54a87;
  color:#ffffff;
  margin: 25px;
  padding: 20px 30px;
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  text-decoration:none;
  min-width: 960px;
}
br.sp{display:none;}
@media screen and (max-width: 960px) {
  #title {
	margin-top: 30px;		
  }
  .headerBackLink{
    width: inherit;
    min-width: inherit;
    font-size: 1.6rem;
    margin: 0px 0 30px;
  }
  .headerBackLink br.sp{
    display: block;
  }
  #title h1 {
    font-size: 1.5rem;/*2.2rem*/
  }
  #title h1 span{
    font-size: 1.2rem;/*2.2rem*/
  }
  #title .shopBanner {
    margin: 30px 0 30px;
  }
  #title .shopBanner a img {
    width: 80%;
    height: auto;
  }
  #title .shopBanner img {
    width: 95%;
    height: auto;
  }
  #title .headerBackLink .sp_br:before {
	content: '\A';
	white-space: pre;
  }

  .headerBackLink a{

    padding: 10px 15px;

  }
}

/*------------------------------------------------------------
goods
------------------------------------------------------------*/
#goods {
  /* width: 960px; */
  padding: 40px 0 20px 0;
  
}
#goods h2 img {
  margin: 0 auto;
}
#goods ul {
  margin: 20px 0 0 0;
  padding: 20px 0;
}
#goods ul li {
  text-align: center;
}
#goods ul li img {
  height: auto;
}
#goods ul li:first-child {
  margin-bottom: 10px;
  margin-right: 2%;
}

@media screen and (min-width: 960px) {
  #goods {
    width: 100%;
    max-width: 1338px;
    min-height: 740px;
    text-align: center;
    margin: 30px auto 0;
    padding: 40px 0 0 0;
    
  }
    #goods ul {
      display: table;
      width: 1338px;
      margin: 0 auto;
    }
        #goods ul li {
      display: table-cell;
    }

  #goods h2 {
    margin-bottom: 40px;
  }
  #goods ul {
    overflow: hidden;
    *
    zoom: 1;
  }
  #goods ul li:first-child {
    width: 100%;
    float: left;
  }
  #goods ul li:first-child img {
    width: 100%;
  }
  #goods ul li:last-child {
    width: 100%;
    float: right;
  }
  #goods ul li:last-child img {
  width: 100%;
  height:auto;/*600px*/
  }
}
#goods2 {
  /* width: auto; */
  /* max-width: 100%; */
  /* padding: 30px 0 0; */
   margin: 30px auto; 
   text-align: center; 
  /* background: url("../images/kaijyo_img.png") no-repeat bottom center; */
  /* background-size: auto 100%; */
  /* min-height: 225px; */
}
#goods2 img {
  height: auto;
  width: 90%;

}
#goods2 h2 img {
  margin: 0 auto;
}
#goods2 ul {
  margin: 20px 0 0 0;
  display: table;
  width: auto;
  max-width: 560px;
  margin: 20px auto;
  background: url(../images/kaijyo_img.png) no-repeat bottom center;
  padding: 21px 30px 50px;
  background-size: auto 100%;
}
#goods2 ul li {
  text-align: center;
  display: table-cell;
}
#goods2 ul li img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#goods2 ul li:first-child {
  margin-bottom: 10px;
}

 #goods2 {
    width: 100%;
    margin: 0 auto;
  }

.zoomto {
   width: 1063px;
  height: 608px;
  overflow: hidden;
  position: relative;
}
.zoomto img {
/*  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);*/
  position: absolute;
/*  width: 20%;*/
  height: 0;
  width: 100%;
  height: auto;
  /* padding-bottom: 20%; */
  /* left: 50%; */
  /* top: 50%; */
  /* -webkit-transform: translate3d(-50%, -50%, 0); */
  /* transform: translate3d(-50%, -50%, 0); */
}


@media screen and (min-width: 960px) {

  .zoomto {
   width: 2561px;
  height: 1465px;
  overflow: hidden;
  position: relative;
}
.zoomto img {
/*  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);*/
  position: absolute;
/*  width: 20%;*/
  height: 0;
  width: 100%;
  height: auto;
  /* padding-bottom: 20%; */
  /* left: 50%; */
  /* top: 50%; */
  /* -webkit-transform: translate3d(-50%, -50%, 0); */
  /* transform: translate3d(-50%, -50%, 0); */
}
 
/*    #goods {
    width: 100%;
    min-height: inherit;
    text-align: center;

  }*/
/* #goods img {
   width: 100%; 
  height: auto;
} */
  #goods2 h2 {
    margin-bottom: 40px;
  }
  #goods2 ul {
    overflow: hidden;
    *zoom: 1;
  }
  #goods2 ul li:first-child {
    width: auto;
    float: left;
  }
  #goods2 ul li:first-child img {
    width: auto;
  }
  #goods2 ul li:last-child {
    width: auto;
    float: right;
  }
  #goods2 ul li:last-child img {
    width: auto;
  }
}
/*------------------------------------------------------------
detail
------------------------------------------------------------*/
#detail {
  width: 100%;
  padding: 0px 0;
  text-align: left;
}
#detail h2 {
  margin-bottom: 10px;
  font-size: 2.2rem;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
#detail h2 img {
  margin: 0 auto;
}
#detail p {
  margin-bottom: 10px;
  font-size: 1.2rem;
  /* padding: 0 20px; */
}
#detail h3 {
  padding-bottom: 10px;
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: #666 solid 1px;
}


  .box {
  padding: 0 20px;
  }
#detail dl dt {
  color: #f54a87;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
#detail dl dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  border-bottom: #f69cc9 dotted 1px;
}
#detail dl dd.bordernone {
  border-bottom: none;

}

#detail dl dd:last-of-type {
  border-bottom: none;
}

section#detail {
    padding-top: 50px;
}
section#detail p {
    padding-bottom: 30px;
}

.detail-news {
  padding-top: 50px !important;
}
.detail-news .txt_kome {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent:-1em;
}

@media screen and (min-width: 960px) {
  #detail {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0 0px 0;
  }
  #detail h2 {
    margin-bottom: 0px;
    font-size: 2.8rem;
  }
  #detail h3 {
    padding-bottom: 10px;
    margin: 20px 0 10px 0;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: #666 solid 1px;
  }
  #detail p {
    font-size: 1.4rem;
    /* padding: 0; */
    margin: 3px 0;
  }
  .box {
    padding: 0;
  }



  #detail dl dt {
    margin-top: 20px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #detail dl dd {
    font-size: 1.6rem;
  }
  #detail dl dd span {
    font-size: 1.4rem;
  }
  #detail h2 {
  margin-bottom: 10px;
  font-size: 2.2rem;
  text-align: center;}
}
.detail-news {
  padding-top: 0px !important;
}
.detail-news p {
  padding-bottom: 0px !important;

}

.detail-news .txt_kome {
  font-size: 1.0rem;
  padding-left: 1em !important;
  text-indent:-1em;
}

  /***footer***/
  footer {
    width: 100%;
    background-color: #f54a87;
    padding: 35px 0 35px;
  }
  footer p {
    color: #fff;
    text-align: center;
    font-size: 12px;
  }

  #ec_box {
    text-align: center;
  }

  #ec_box h3 {
  margin: 40px auto 20px; 
  width: 614px;
} 

@media all and (max-width: 767px) {

    #ec_box h3 {
      width: inherit;
    }

  #ec_box .ec img {
  width: 90%;
  height: auto;
}

  #ec_box .img70 img {
  width: 70%;
  height: auto;
  margin:0 auto;
}
  }



  /*------------------------------------------------------------
サイドボタン
------------------------------------------------------------*/
.sidebtn {
  position: fixed;
  right: 0;
  top: 178px;
  z-index: 10;
}

.sidebtn01 {
  position: fixed;
  right: 0;
  top: 178px;
  z-index: 10;
}

@media all and (max-width: 767px) {
  .sidebtn {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 10;
}

  .sidebtn img {
    width: 40px;
    height: auto;
  }
}

@media all and (max-width: 767px) {
  .sidebtn .pc{
    display: none;
}
@media all and (min-width: 767px) {
  .sidebtn .sp{
    display: none;
}

/*------------------------------------------------------------
colorbox
------------------------------------------------------------*/
.m_inner {
  width: auto;
  display: inherit;
}
.m_inner p img {
  width: 100%;
}

#cboxClose {
  text-indent: -9999px !important;
}

/*# sourceMappingURL=top.css.map */
