#product-box {
  display: block;
  align-items: start;
  font-size: 1rem; }
  @media (min-width: 769px) {
    #product-box {
      display: -webkit-box;
      /*--- Androidブラウザ用 ---*/
      display: -ms-flexbox;
      /*--- IE10 ---*/
      display: -webkit-flex;
      /*--- safari（PC）用 ---*/
      display: flex;
      -webkit-box-pack: justify;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-pack: justify;
      /*--- IE10 ---*/
      -webkit-justify-content: space-between;
      /*--- safari（PC）用 ---*/
      justify-content: space-between; } }
  @media (min-width: 769px) and (max-width: 1140px) {
    #product-box {
      display: -webkit-box;
      /*--- Androidブラウザ用 ---*/
      display: -ms-flexbox;
      /*--- IE10 ---*/
      display: -webkit-flex;
      /*--- safari（PC）用 ---*/
      display: flex;
      -webkit-box-pack: justify;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-pack: justify;
      /*--- IE10 ---*/
      -webkit-justify-content: space-between;
      /*--- safari（PC）用 ---*/
      justify-content: space-between; } }

#product-box .left {
  width: 100%; }
  @media (min-width: 769px) {
    #product-box .left {
      width: 45%; } }
  @media (min-width: 769px) and (max-width: 1140px) {
    #product-box .left {
      width: 45%; } }

#product-box .right {
  width: 100%;
  padding: 2rem 0 3rem; }
  @media (min-width: 769px) {
    #product-box .right {
      width: 45%;
      padding: 0; } }
  @media (min-width: 769px) and (max-width: 1140px) {
    #product-box .right {
      width: 45%;
      padding: 0; } }

#product-box .pager-thumb li {
  margin: 0 0 .5rem 0; }

#product-box .price-table th {
  width: 25%;
  padding: 8px 0;
  border: none; }

#product-box .price-table td {
  border: none;
  font-size: 1.3rem;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif; }

#product-box .price-table .small {
  font-size: 0.8em; }

#product-box .btnstyle button {
  padding: .8rem;
  width: 100%;
  box-sizing: border-box; }

#product-box .input-prepend a {
  border: none;
  background: none; }

#product-box .input-prepend input {
  border: 2px solid #ccc; }

#product-box .puramai {
  width: 30px;
  display: inline-block; }

#product-box .puramai a {
  padding: 3px 8px; }

#product-box .cate {
  font-size: .9rem;
  color: #999;
  margin: 0; }

#product-box .link {
  text-align: right;
  padding: 0 0 3rem 0; }
#product-box .link a{
    text-decoration: underline;
  color:#666;
  line-height:2; }
#product-box h2 {
  margin: 10px 0 20px 0;
  font-size: 1.4rem;
  line-height:1.3;
  font-weight: bolder; }

#product-box h3.midashi {
  font-weight: bolder;
  font-size: 1.1rem; }

.topicpath-nav {
  padding: 1rem 0; }
  @media (min-width: 766px) and (max-width: 768px) {
    .topicpath-nav {
      padding: 2rem 0; } }
  @media (min-width: 769px) {
    .topicpath-nav {
      padding: 2rem 0; } }

#comment .flex {
  display: block; }
  @media (min-width: 769px) {
    #comment .flex {
      display: -webkit-box;
      /*--- Androidブラウザ用 ---*/
      display: -ms-flexbox;
      /*--- IE10 ---*/
      display: -webkit-flex;
      /*--- safari（PC）用 ---*/
      display: flex;
      -webkit-box-pack: justify;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-pack: justify;
      /*--- IE10 ---*/
      -webkit-justify-content: space-between;
      /*--- safari（PC）用 ---*/
      justify-content: space-between; } }
  @media (min-width: 769px) and (max-width: 1140px) {
    #comment .flex {
      display: -webkit-box;
      /*--- Androidブラウザ用 ---*/
      display: -ms-flexbox;
      /*--- IE10 ---*/
      display: -webkit-flex;
      /*--- safari（PC）用 ---*/
      display: flex;
      -webkit-box-pack: justify;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-pack: justify;
      /*--- IE10 ---*/
      -webkit-justify-content: space-between;
      /*--- safari（PC）用 ---*/
      justify-content: space-between; } }

#product-honbun h3.midashi {
  font-weight: bolder;
  font-size: 1.1rem; }

#product-honbun #comment {
  border-top: 1px dotted #0c0c0c;
  padding: 2rem 0;
  font-size: 1rem;
  align-items: start;
  border-bottom: 1px dotted #0c0c0c; }

#comment .honbun {
  padding: 0 0 2rem 0; }

#comment .honbun p {
  font-weight: 400;
  padding: 1rem 0;
  line-height: 1.8;
  color: #444;
  margin: 0; }

#comment .honbun .biko {
  color: #999;
  font-size: 0.85em; }

#product-honbun #comment .left {
  width: 50%; }

#product-honbun #comment .right {
  width: 47%; }

#product-honbun #comment .w100 {
  width: 100%; }

#comment #ambassador-c {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: nowrap; }
  @media (min-width: 769px) {
    #comment #ambassador-c {
      width: 65%; } }
  @media (min-width: 769px) and (max-width: 1140px) {
    #comment #ambassador-c {
      width: 65%; } }

.abs-tit {
  color: #e3e3e3;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  width: 100%;
  text-align: center; }
  @media (min-width: 769px) {
    .abs-tit {
      width: 30%; } }
  @media (min-width: 769px) and (max-width: 1140px) {
    .abs-tit {
      width: 30%; } }

#ambassador-c .icon {
  width: 80px; }

#ambassador-c .icon img {
  width: 100%;
  height: auto;
  border-radius: 50%; }

#ambassador-c .fuki {
  width: 90%;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400; }

#ambassador-c .name {
  text-align: right;
  font-size: 0.8rem;
  padding: 0;
  margin: 0;
  line-height: 1.3; }

#ambassador-c .name small {
  font-size: .9em;
  color: #666;
  display: block;
  padding: .5rem 0 0 0; }

#ambassador-c .fuki .says {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 17px 13px;
  border-radius: 5px;
  background: #efeded;
  width: 95%;
  box-sizing: border-box;
  min-height: 100px;
  border: 2px solid #e5e4e4; }

#ambassador-c .fuki .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 21px;
  right: -23px;
  border: 8px solid transparent;
  border-left: 18px solid #efeded; }

#ambassador-c .fuki .says:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: -29px;
  border: 9px solid transparent;
  border-left: 19px solid #e5e4e4; }

#ambassador-c .fuki .says p {
  margin: 0;
  padding: 0; }

#spec {
  color:#333;
  font-weight: 400;
  align-items: start;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; 
border: 3px solid #eee;
}

#spec h3 {
  width: 100%;
	padding: 1rem;
    margin: 0;
    font-size: 1.15rem;
  font-weight:bolder;
    background: #eeeeee;
    box-sizing: border-box;
    text-align: center; }

#spec .left {
  width: 80%;
  margin: 0 auto; }
  @media (min-width: 766px) and (max-width: 768px) {
    #spec .left {
      width: 45%;
      margin: 0; } }
  @media (min-width: 769px) {
    #spec .left {
      width: 45%;
      margin: 0; } }

#spec .right {
  width: 100%; }
  @media (min-width: 766px) and (max-width: 768px) {
    #spec .right {
      width: 52%;
      margin: 0; } }
  @media (min-width: 769px) {
    #spec .right {
      width: 52%;
      margin: 0; } }

#spec .photo {
  padding: 1rem 0; }

#spec .photo p {
  padding: 0 0 1rem 0; }

#spec .photo p.last-of-type {
  padding: 0 0 0rem 0; }

#spec dl {
  border-bottom: 1px dotted #c5c5c5;
  padding: .8rem 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: nowrap;
  margin: 0; }

#spec dt {
  width: 20%;
  font-weight: bolder;
  padding: 0 1rem;
  text-align: center; 
    font-size: 0.9rem; 
line-height:1.8;}

#spec dd {
  width: 75%;
  padding:0 1.5rem 0 0;
  font-size: 0.9rem; 
line-height:1.8;}

#spec .biko {
  color: #999;
  font-size: 0.8em;
  padding: 1rem 0 0 0; }

#check {
  background-color: #f3f3f3;
  padding: 2rem 0; }

#check h3 {
  opacity: 0.5;
  font-size: 1rem; }

#check li {
  width: 33%;
  text-align: left; }
  @media (min-width: 766px) and (max-width: 768px) {
    #check li {
      width: 33%; } }
  @media (min-width: 769px) {
    #check li {
      width: 33%; } }

#check .cate {
  font-size: .8rem;
  color: #999;
  margin: 0;
  font-weight: 400; }

#check .name {
  font-weight: 600;
  margin: 0;
  font-size: 0.9rem;
  letter-spacing: 1px; }

#check .price {
  margin: 0;
  padding: 1rem 0;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  letter-spacing: 0.5px;
  font-size: 0.9rem; }

.bx-wrapper {
  margin: 0 auto 1.5rem auto !important; }

.bx-wrapper .bx-viewport {
  border: none !important; }

#ship {
  color: #333;
  border-top: 1px solid #999;
  background: #eee;
  border: 1px solid #999;
  width: 100%;
  margin: .5rem auto;
  box-sizing: border-box; }
  @media (min-width: 766px) and (max-width: 768px) {
    #ship {
      display: -webkit-box;
      /*--- Androidブラウザ用 ---*/
      display: -ms-flexbox;
      /*--- IE10 ---*/
      display: -webkit-flex;
      /*--- safari（PC）用 ---*/
      display: flex;
      -webkit-box-pack: justify;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-pack: justify;
      /*--- IE10 ---*/
      -webkit-justify-content: space-between;
      /*--- safari（PC）用 ---*/
      justify-content: space-between;
      width: 80%; } }
  @media (min-width: 769px) {
    #ship {
      display: -webkit-box;
      /*--- Androidブラウザ用 ---*/
      display: -ms-flexbox;
      /*--- IE10 ---*/
      display: -webkit-flex;
      /*--- safari（PC）用 ---*/
      display: flex;
      -webkit-box-pack: justify;
      /*--- Androidブラウザ用 ---*/
      -ms-flex-pack: justify;
      /*--- IE10 ---*/
      -webkit-justify-content: space-between;
      /*--- safari（PC）用 ---*/
      justify-content: space-between;
      width: 80%; } }

#ship h3 {
  width: 100%;
  background: #e7e6e6;
  padding: 1rem;
  box-sizing: border-box;
  text-align: center;
  font-weight: bolder;
  color: #3c3c3c;
  line-height: 1.2; }
  @media (min-width: 766px) and (max-width: 768px) {
    #ship h3 {
      padding: 1rem;
      width: 40%;
      line-height: 1.5; } }
  @media (min-width: 769px) {
    #ship h3 {
      padding: 1rem;
      width: 40%;
      line-height: 1.5; } }

#ship span {
  display: block;
  font-size: 0.7em;
  opacity: 0.3; }

#ship .fee {
  padding: 1rem;
  width: 100%;
  background: #fff;
  font-size: 0.95rem;
  box-sizing: border-box; }
  @media (min-width: 766px) and (max-width: 768px) {
    #ship .fee {
      width: 60%; } }
  @media (min-width: 769px) {
    #ship .fee {
      width: 60%; } }

#ship .fee small {
  font-size: 75%;
  line-height: 1.2; }

#attention {
  padding: 1rem;
  background: #b32c2c1f;
  border: 4px solid #edd0d0;
  box-sizing: border-box;
  margin: 0 0 2rem 0; }
  @media (min-width: 766px) and (max-width: 768px) {
    #attention {
      padding: 1.5rem; } }
  @media (min-width: 769px) {
    #attention {
      padding: 1.5rem; } }

#attention.center {
  text-align: left; }
  @media (min-width: 766px) and (max-width: 768px) {
    #attention.center {
      text-align: center; } }
  @media (min-width: 769px) {
    #attention.center {
      text-align: center; } }

#attention .biko {
  font-size: 0.8em;
  color: #666;
  padding: .3rem 0 0 0; }

.honbun a {
  text-decoration: underline; }

.honbun a.ar:before {
  content: "";
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  color: #000;
  line-height: 1rem;
  display: inline-block;
  font-weight: bolder;
  padding: 0 .5rem 0 0; }

.honbun a.ar {
  padding: 0 0 0 0rem; }

.honbun .link a {
  line-height: 2.5; }

@media (min-width: 766px) and (max-width: 768px) {
  .honbun .flex {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between; } }
@media (min-width: 769px) {
  .honbun .flex {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between; } }

@media (min-width: 766px) and (max-width: 768px) {
  .honbun .flex .txt {
    width: 55%; } }
@media (min-width: 769px) {
  .honbun .flex .txt {
    width: 55%; } }

@media (min-width: 766px) and (max-width: 768px) {
  .honbun .flex .photo {
    width: 45%;
    padding: 1.5rem;
    box-sizing: border-box; } }
@media (min-width: 769px) {
  .honbun .flex .photo {
    width: 45%;
    padding: 1.5rem;
    box-sizing: border-box;
      padding: 1.5rem 1.5rem 1.5rem 0!important;
}

} }

.honbun .flex .photo img {
  max-width: 100%;
  height: auto; }

#chui {
  padding: 1.5rem;
  margin: 2rem;
  font-size: 0.8em;
  color: #444;
  background: #f3f1f1;  
}

#chui h3 {
  background: #fff;
  display: inline-block;
  /* display: inline; */
  padding: .2rem .5rem;
  color: #333;
  font-size: .9rem;
  font-weight: bolder;
  margin: 0 0 .5rem 0;
  width: auto; }

.biko2 {
    color: #1b1919 !important;
    font-size: 0.85em;
    margin: 1rem auto;
    padding: 1rem 0;
  font-weight: normal;  
}
.biko2 strong{
      color: #af0808;
    padding: 0 0 0rem 0;
    display: block;
}
.discount{
 font-size: 0.8em;
    color: #ef4c4c;
    border: 1px solid red;
    padding: 0 0.2rem; 
}
.kaiinprice{
  opacity:0.5;
}
.kaiinprice td{
text-decoration: line-through;
}
.link-faq {
  padding:1rem 0;
}
.link-faq a{
  color: #000;
    font-size: 0.9rem;
    text-decoration: underline;
}
.link-faq a:before {
    content: "";
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    color: #000;
    line-height: 1rem;
    display: inline-block;
    font-weight: bolder;
    padding: 0 0.5rem 0 0;
}
.torisetsu {
	margin:2rem;
}
@media (min-width: 766px) and (max-width: 768px) {
.torisetsu {
	max-width:300px;
   margin:2rem auto; 
}}
@media (min-width: 769px) {
.torisetsu {
	max-width:500px;
  margin:2rem auto;
}}
.torisetsu.btnstyle a {
  color: #fff;
  letter-spacing: 1.5px;
  padding: .8rem 0;
  text-decoration: none;
  display: block;
  text-align: center;
  background-color: #666;
  border: 1px solid #aaa;
  border-radius: 0;
  font-size: 0.9rem;
  -moz-box-shadow: 3px 3px 7px -7px rgba(0, 0, 0, 0.67);
  -webkit-box-shadow: 3px 3px 7px -7px rgba(0, 0, 0, 0.67);
  -ms-box-shadow: 3px 3px 7px -7px rgba(0, 0, 0, 0.67);
  box-shadow: 3px 3px 7px -7px rgba(0, 0, 0, 0.67);
  transition: .5s; }
  @media (min-width: 766px) and (max-width: 768px) {
.torisetsu.btnstyle a {
      padding: .5rem 0; } }
  @media (min-width: 769px) {
.torisetsu.btnstyle a {
      padding: .5rem 0; } }

.torisetsu.btnstyle a:hover {
  opacity: 0.8; }

.torisetsu.btnstyle a:link {
  color: #fff; }

.torisetsu.btnstyle a:visited {
  color: #fff; }
.bx-wrapper .bx-controls-direction a{
z-index:98!important;
}
#event-fixed{

}
#event-fixed img{
  width:auto;
  max-width: 100%;
  transition:all .5s;

}
#event-fixed img:hover{
  opacity:0.7;

}
#event-fixed .area{
position: relative;
 }
#event-fixed .closebtn{
  position: absolute;
  right:-0.5rem;
  top:-1rem;
  background-color: #fff;
  border-radius: 10px;
  box-sizing:border-box;
  width:22px;
  height: 22px;
  line-height: 16px;
  padding: 2px;
  font-size: 16px;
  text-align: center;
  z-index: 2;
  box-shadow: 0px 0px 8px -5px #000000;
  color:#999;
}
#event-fixed{
  width:20vw;
  min-width: 150px;
  position: fixed;
  bottom:6rem;
  left:0rem;

}
@media (min-width: 769px) {
#event-fixed{
  width:12vw;
  min-width: 200px;
  position: fixed;
  bottom:2rem;
  right:2rem;
  left:auto;
}

    }