@charset "shift_jis";
/* CSS Document */

.image5 {
  margin: 0px 0px 5px;
}

.tside01 {
  border-top: 1px solid #0F5745;
  border-right: 1px solid #0F5745;
  border-bottom: 0px solid #0F5745;
  border-left: 0px solid #0F5745;
}

.tside02 {
  border-top: 0px solid #0F5745;
  border-right: 0px solid #0F5745;
  border-bottom: 1px solid #0F5745;
  border-left: 1px solid #0F5745;
}

.toph2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0px 0px 15px;
}

h3 {
  background: #666666;
  font-size: 12px;
  padding: 3px;
  color: #ffffff;
}

b {
  color: #cc0000;
}

.subtext {
  margin-left: 25px;
}

.itemname {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  margin-top: 0px;
  margin-bottom: 5px;
}

.cartbox {
  margin-top: 25px;
  background: url(../ct-mug/img/backcart.gif) repeat-y;
  width: 540px;
  padding-right: 80px;
  padding-left: 80px;
}

.cartbox p {
  margin: 0px;
}

.cartbox2 {
  margin-top: 25px;
  width: 780px;
  padding-right: 5px;
  padding-left: 5px;
}

@media (max-device-width: 767px) {
  .cartbox2 {
    margin-top: 25px;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
}

.cartbox2 p {
  margin: 0px;
}


.rotbox {
  border: 1px solid #cccccc;
}

.rotprice {
  font-weight: bold;
  color: #ff6600;
  padding-right: 5px;
}

@media(max-device-width: 767px) {

  /*SP*/
  .rotprice {
    font-weight: bold;
    color: #ff6600;
    font-size: 16px;
  }
}

.rotorder {
  padding: 5px;
}

.softbox {
  background: #ffffffFCC;
  padding: 8px;
  margin-top: 5px;
}

.button {
  background: #0F5745;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

.mugbun p {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* 左下ボタン*/
#left-ann {
  position: fixed;
  bottom: 0px;
  left: 150px;
  font-size: 100%;
}

#left-ann a {
  background: #ffffff;
  text-decoration: none;
  color: #ffffff;
  width: 100px;
  height: 100px;
  padding: 0px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#left-ann a:hover {
  text-decoration: none;
  background: #ffffff;
  position: absolute;
  bottom: 55px;
  left: 0px;
  filter: alpha(opacity=100);
  /*IE*/
  -moz-opacity: 1;
  /*FF*/
  opacity: 1;
}

.usetemplate {
  width: 520px;
  margin: 10px 0px;
  padding: 0 10px;
  font-size: 12px;
  color: #000000;
  border: 1px #ff0000 solid;
  background-color: #ffffff;
}

.stylelink {
  color: #003300;
  font-weight: bold;
}


/*中央寄せボックス*/
.stenmug {
  width: 50%;
  text-align: left;
  vertical-align: top;
  margin: 0px 25%;
}


/* LP */

div#flower {
  display: box;
  display: -webkit-box;
  /* Safari,Google Chrome用 */
  display: -moz-box;
  /* Firefox用 */
  padding: 0px;
}

.w80 {
  width: 90%;
  margin: 3px 5% 3px !important;
}


.w45 {
  width: 45%;
  display: table-cell;
  padding: 5px 5px 1px 5px;
  text-align: center;
  vertical-align: middle;
}

.w30 {
  width: 25%;
  display: table-cell;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}

.topp {
  vertical-align: top;
}

.ff {
  /*背景cc*/
  background-color: #ffffff;
  display: table-cell;
}



.gbrdr {
  border: 1px #115b42 solid;
  border-radius: 0 0 10px 10px;
  /*角丸タグ*/
  -webkit-border-radius: 0 0 10px 10px;
  /* Safari Chrome用 */
  -moz-border-radius: 0 0 10px 10px;
  /* Firefox用 */
}

@media(max-device-width: 767px) {

  /*SP*/
  .gbrdr {
    margin: 5px 3px 0px 3px;
    border: 1px #115b42 solid;
    border-radius: 10px 10px 10px 10px;
    /*角丸タグ*/
    -webkit-border-radius: 10px 10px 10px 10px;
    /* Safari Chrome用 */
    -moz-border-radius: 10px 10px 10px 10px;
    /* Firefox用 */
  }
}

div#mugcup,
div#mugbox,
div#mugflower,
div#muggift,
div#mugcoas {
  border: 1px #0F5745 solid;
  padding: 0px;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  /* Safari Chrome用 */
  -moz-border-radius: 1em;
  /* Firefox用 */
}

.pth {
  /*角丸*/
  background-color: #0F5745;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  height: 1.5em;
  width: 100%;
  margin: 5%;
  border-radius: 10px 10px 0 0;
  /*角丸タグ*/
  -webkit-border-radius: 10px 10px 0 0;
  /* Safari Chrome用 */
  -moz-border-radius: 10px 10px 0 0;
  /* Firefox用 */
}

@media(max-device-width: 767px) {

  /*SP*/
  .pth {
    font-size: 14px;
    font-weight: none;
    color: #ffffff;
    width: auto;
    padding: 1px 5px 1px 5px;
    margin: 0;
    border-radius: 10px 10px 0 0;
    /*角丸タグ*/
    -webkit-border-radius: 10px 10px 0 0;
    /* Safari Chrome用 */
    -moz-border-radius: 10px 10px 0 0;
    /* Firefox用 */
  }
}


.pth2 {
  background-color: #0F5745;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  height: auto;
  width: 100%;
  -webkit-border-radius: 0;
  /* Safari Chrome用 */
  -moz-border-radius: 0;
  /* Firefox用 */
}

@media(max-device-width: 767px) {

  /*SP*/
  .pth2 {
    font-size: 14px;
    font-weight: none;
    width: auto;
    padding: 1px 5px 1px 5px;
    margin: 0;
    border-radius: 0px;
    /*角丸タグ*/
    -webkit-border-radius: 0px;
    /* Safari Chrome用 */
    -moz-border-radius: 0px;
    /* Firefox用 */
  }
}


@media(max-device-width: 767px) {

  /*SP*/
  .caution {
    border: 1px solid #cc0000;
    margin: 0 auto;
    padding: 2px 5px 2px 3px;
    width: 90%;
  }
}

@media(max-device-width: 767px) {

  /*SP*/
  .cautionindex {
    /*見出し背景黄色*/
    width: 90%;
    height: 1.6em;
    background-color: #cc0000;
    font-size: 14px;
    line-height: 1.6em;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    padding: 2px 6px 2px 4px;
    margin: 7px auto 0px auto;
  }
}




@media(max-device-width: 767px) {

  /*SP*/
  .noticebox {
    border: 1px solid #cc0000;
    margin: 0 auto;
    width: 90%;
    padding: 2px 4px;
  }
}

@media(max-device-width: 767px) {

  /*SP*/
  .w100 {
    border: 1px solid #cc0000;
    margin: 0 auto;
    padding: 1px;
    width: 97%;
  }
}

@media(max-device-width: 767px) {

  /*SP*/
  .wcntr {
    text-align: center;
  }
}


ul.sdsguide li {
  display: inline;
}

p {
  font-size: 14px;
}


hr.dotte8010w {
  /* 80% */
  height: 3px;
  border: none;
  border-top: 1px #191970 dotted;
  width: 80%;
  text-align: center;
  margin: 5px 10%;
}

/*SD入稿説明SP用*/

.bodddddy {
  text-align: center;
}


.draftflow {
  display: table;
  width: 100%;
}

.draftflow-c {
  display: table-cell;
  vertical-align: top;
}

.wL {
  width: 25%;
  vertical-align: top;
}

.wM {
  width: 25%;
  padding: 0 2px;
}

.wR {
  width: 50%;
}


img.sphone {
  width: auto;
  max-height: 40%;
}

img.sptemp {
  width: 30%;
  max-height: auto;
}



.shadowww {
  display: inline-block;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.8);
}

@media(max-device-width: 767px) {

  /*SP*/
  input,
  textarea,
  select.splot {
    font-size: 16px;
    margin: 2px 0;
  }
}

@media(max-device-width: 767px) {

  /*SP*/
  .noticetxt {
    font-size: 10px;
  }
}

/*SD入稿説明P用*/

/*SPメニュー*/
.tabb li {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#cccccc));
  background: linear-gradient(#ffffff, #cccccc);
  cursor: pointer;
  float: left;
  list-style: none;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 33%;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.tabb ul {}

.tabb li:nth-of-type(1) {
  border-top: 1px solid #cccccc;
}

.tabb li:nth-of-type(2) {
  border-top: 1px solid #cccccc;
}

.tabb li:nth-of-type(3) {
  border-top: 1px solid #cccccc;
}

.tabb li:nth-of-type(3n) {
  border-right: none;
  box-width: 34%;
}

/*SPメニュー*/

/* 箱選択 */
p.freebox {
  background-color: #0F5745;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  margin: 2px 0px 5px;
  padding: 5px 0px;
  line-height: 1.3em;
}

.clrred {
  background-color: #f00;
}


@media(max-device-width: 767px) {

  /*SP*/
  p.freebox {
    background-color: #0F5745;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    margin: 5px 0px 5px;
    padding: 5px 0px;
  }
}

@media(max-device-width: 767px) {

  /*SP*/
  div#mugbox dl.acc {
    background: #0F5745;
    width: 100%;
    margin: 10px 0px;
    padding: 0px;
    font-size: 16px;
  }
}

@media(max-device-width: 767px) {

  /*SP*/
  div#mugbox dl.acc dt {
    background-color: #0F5745;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding: 5px;
    text-align: center;
    margin: 0;
    background: url(../img/box-show.gif) 95% bottom no-repeat, -moz-linear-gradient(top, #ff0000, #ff0000);
    background: url(../img/box-show.gif) 95% bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#0F5745), to(#0F5745));
    height: 130px;
    line-height: 30px;
    cursor: pointer;
  }
}

@media(max-device-width: 767px) {

  /*SP*/
  div#mugbox dl.acc dt img {
    margin: 0px 5px 10px;
  }
}

@media(max-device-width: 767px) {

  /*SP*/
  div#mugbox dl.acc dt.open {
    background: url(../img/box-hide.gif) 95% bottom no-repeat, -moz-linear-gradient(top, #0F5745, #0F5745);
    background: url(../img/box-hide.gif) 95% bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#0F5745), to(#0F5745));
  }
}

@media(max-device-width: 767px) {

  /*SP*/
  div#mugbox dl.acc dd {
    background: #ffffff;
    background-color: #ffffff;
    border-top: 0px solid #0F5745;
    border-left: 1px solid #0F5745;
    border-right: 1px solid #0F5745;
    border-bottom: 1px solid #0F5745;
    color: #000000;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    display: none;
    margin: 0;
  }
}

/* 箱選択 */


/* スライダー表示 */
ul.js-flickity {
  margin-bottom: 3em;
  /* スライド下部にドットナビを配置する場合は、その分のスペースを加える */
}

li.gallery-cell {
  list-style: none;
  width: 100%;
  text-align: center;
  padding: 0 1px;
  /* セル同士のスペース */
}

/* スライダー表示 */


.ffbox ul {
  list-style-type: none;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 20px;
  color: #000;
}

@media(max-device-width: 767px) {

  /*SP*/
  .ffbox li {
    font-size: 10px;
    text-align: left;
    padding: auto 5px;
  }
}

/*価格表*/

.pcontainer {
  display: grid;
  grid-gap: 1px 1px 0 0;
  grid-template-columns:
    /*25% 25% 25% 25%*/
    14.2% 14.2% 14.2% 14.2% 14.2% 14.2% 14.2%;
  /* 幅　ここの個数でカラム数が決まる */
  grid-template-rows:
    /* 30px 35px */
    auto;
  /* 高さ */
  margin: 0 auto;
}

.pcontainer2 {
  display: grid;
  grid-gap: 1px 1px 0 0;
  grid-template-columns: 33% 33% 34%;
  /* 幅　ここの個数でカラム数が決まる */
  grid-template-rows: auto;
  /* 高さ */
  margin: 0 auto;
}


.idxbox {
  background: #cdefbc;
  padding: 5px;
  /*  border-radius: 8px;*/
  border: 1px solid #ccc;
  color: #494949;
  text-align: left;
  vertical-align: middle;
}

.pricebox {
  background: #fff;
  padding: 5px;
  /*  border-radius: 8px;*/
  border: 1px solid #ccc;
  color: #000;
  text-align: left;
  vertical-align: middle;
}

.idxpricebox {
  background: #fff79a;
  padding: 5px;
  /*  border-radius: 8px;*/
  border: 1px solid #ccc;
  color: #000;
  text-align: center;
  vertical-align: middle;
}

.box-big {
  grid-column: 2 / 4;
  /*横の開始位置と終了位置*/
}

.pricecontainer {
  display: grid;
  grid-gap: 1px 1px 0 0;
  grid-template-columns: 27% 10% 10% 10% 10% 10% 10% 10%;
  /* 幅　ここの個数でカラム数が決まる */
  grid-template-rows:
    /* 30px 35px */
    auto;
  /* 高さ */
  margin: 0 auto;
}

/*価格表*/


.ntcb0x {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 10px auto;
  width: 95%;
  padding: 10px 5px;
  font-size: 18px;
  font-weight: bold;
  color: #f00;
  line-height: 1.2em;
  text-align: center;
}


/*デコ*/
.muglist {}

@media(max-device-width: 767px) {

  /*SP*/
  .muglist {
    width: 100%;
    float: left;
     !important
  }
}

.muglist li {
  overflow: hidden;
  margin: 50px 0 50px;
}

@media(max-device-width: 767px) {

  /*SP*/
  .muglist li {
    margin: 10px 0 10px;
    padding: 0;
  }
}


.muglist li div {
  padding: 0 25px 0 10px;
  float: left;
  text-align: left;
}

@media(max-device-width: 767px) {

  /*SP*/
  .muglist li div {
    margin: 0;
    padding: 0 0 0 0;
  }
}

.muglist li div img {
  width: 270px;
  margin-bottom: 14px;
}

@media(max-device-width: 767px) {

  /*SP*/
  .muglist li div img {
    width: 100%;
  }
}

.muglist li table {
  text-align: center;
  border-collapse: collapse;
  margin-right: 25px;
  font-size: 13px;
  color: #000;
}

@media(max-device-width: 767px) {

  /*SP*/
  .muglist li table {
    width: 40%;
    margin: 0 auto;
  }
}


.muglist li table th {
  width: 33%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 14px;
}

.muglist li table td {
  border-bottom: 1px solid #ccc;
  padding: 10px 10px 8px;
}

.muglist li p a {
  font-size: 12px;
  margin-bottom: 2px;
}

.muglist li p a img {
  width: 90px;
  float: left;
}


.itemname {
  font-weight: bold;
  margin-bottom: 5px;
  color: #000;
}