img {
  margin: 0;
  border: 0;
}

.ttable {
  padding: 0;
  margin: 0;
}

.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) {

  /*SP*/
  .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: 80%;
  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: 80%;
  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%;
}

.ffbox {
  border: 1px solid #ffffff;
  padding: 1px 6px 1px 6px;
  margin: 0 auto;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  /* Safari Chrome用 */
  -moz-border-radius: 1em;
  /* Firefox用 */
}

@media(max-device-width: 767px) {

  /*SP*/
  .ffbox {
    width: 85%;
    border: 1px solid #ffffff;
    padding: 2px 9px 2px 4px;
    margin: 0 auto;
    border-radius: 1em;
  }
}


/* 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;
  text-align: center;
  vertical-align: middle;

}


.w45 {
  width: 45%;
  display: table-cell;
  padding: 5px 5px 1px 5px;
  text-align: center;
  vertical-align: middle;
}

.w30 {
  width: 25%;
  display: table-cell;
  margin: 3%;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}

.w15 {
  width: 12%;
  display: table-cell;
  margin: 1%;
  padding: 1px;
  text-align: center;
  vertical-align: middle;
}

.topp {
  vertical-align: top;
}


.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用 */
}

div#mugbox {
  /*角丸*/
  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;
    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: 16px;
  text-align: center;
  vertical-align: middle;
  height: auto;
  width: 100%;
  -webkit-border-radius: 10px 10px 0 0;
  /* Safari Chrome用 */
  -moz-border-radius: 10px 10px 0 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 {
  margin: 0px;
  font-size: 14px;
}


hr.dotte8010w {
  /* 80% */
  height: 3px;
  border: none;
  border-top: 1px #191970 dotted;
  width: 80%;
  text-align: center;
  margin: 5px 10%;
}

hr.dotte80 {
  /* 80% */
  height: 1px;
  border: none;
  border-top: 1px #191970 dotted;
  width: 80%;
  text-align: center;
  margin: 20px auto;
}

/*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*/
  input.w20pe {
    font-size: 16px;
    margin: 2px auto;
    width: 20%;
  }
}


@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メニュー*/



/*mity*/
.mitybox {
  width: 700px;
  vertical-align: text-top;
  display: table;
}


@media(max-device-width: 767px) {

  /*SP*/
  .mitybox {
    width: 100%;
    vertical-align: text-top;
    display: table;
  }
}

.w16 {
  width: 50%;
  display: table-cell;
  margin: 5%;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}


@media(max-device-width: 767px) {

  /*SP*/
  .w16 {
    width: 25%;
    display: table-cell;
    margin: 3%;
    padding: 0;
    text-align: center;
    vertical-align: middle;
  }
}

/* 箱選択 */
.cartbox 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
}

/* 箱選択 */
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
}

div#mugbox dl.acc {
  background: #0F5745;
  width: 100%;
  margin: 10px 0px;
  padding: 0px;
  font-size: 16px;
}

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(../ct-mug/img/box-show.gif) 95% bottom no-repeat, -moz-linear-gradient(top, #ff0000, #ff0000);
  background: url(../ct-mug/img/box-show.gif) 95% bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#0F5745), to(#0F5745));
  height: 110px;
  line-height: 30px;
  cursor: pointer;
}

@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(../ct-mug/img/box-show.gif) 95% bottom no-repeat, -moz-linear-gradient(top, #ff0000, #ff0000);
    background: url(../ct-mug/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;
  }
}

div#mugbox dl.acc dt img {
  margin: 0px 5px 10px;
}

div#mugbox dl.acc dt.open {
  background: url(../ct-mug/img/box-hide.gif) 95% bottom no-repeat, -moz-linear-gradient(top, #0F5745, #0F5745);
  background: url(../ct-mug/img/box-hide.gif) 95% bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#0F5745), to(#0F5745));
}

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;
}

/* 箱選択 */

.ffbox ul {
  list-style-type: none;
}


/* スライダー */

-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0
}

.slider-pro img.sp-layer {
  border: none
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #FFFFFF;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides>li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 20px;
  background: #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}


.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}


.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
  text-indent: -9999px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
  display: none;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}


.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -20px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* スライダー */


/*center*/
@media(max-device-width: 767px) {

  /*SP*/
  .bn {
    width: 100%;
    margin: 5px 0;
    text-align: center;
  }
}

@media(max-device-width: 767px) {

  /*SP*/
  .cellleft {
    width: 49%;
    float: left;
    margin-top: 5px;
  }
}

@media(max-device-width: 767px) {

  /*SP*/
  .cellright {
    width: 49%;
    float: right;
    margin-top: 5px;
  }
}

/* 営業時間 */

.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;
}


@media(max-device-width: 767px) {

  /*SP*/
  h2 {
    /*border-top:1px solid #59493f;
	border-bottom:1px solid #59493f;*/
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 130%;
    color: #59493f;
    /*background:#fff;*/
  }

  h3.mugtop {
    margin: 15px 0;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
  }

  .bn p {
    text-align: left;
  }

  .bn a p {
    color: #00f;
  }

  .idx {
    color: #288a6a;
    font-size: 20px;
    text-align: left;
    line-height: 24px;
  }

  .idxp {
    line-height: 1em;
    text-align: left;
  }

  .box3 {
    background: #7e6b5c;
    padding: 15px 4px;
    border-radius: 8px;
    border: 2px solid #ccc;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
  }

  .ctnr3 {
    display: grid;
    grid-gap: 10px 2% 0 0;
    grid-template-columns: 33% 33% 33%;
    /* 幅 */
    grid-template-rows: 60px auto;
    /* 高さ */
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
  }

  /*aiコース用*/
  .versionbox {
    background: #0096ff;
    padding: 10px;
    border-radius: 8px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    width: 35%;
    margin: 5px 0;
  }

  .aihdidx {
    font-size: 20px;
    text-align: left;
    line-height: 24px;
    margin: 3px auto;
  }

  .aiidx {
    color: #0096ff;
    font-size: 20px;
    text-align: left;
    line-height: 24px;
  }

  .ainotice {
    background: #f00;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    text-align: left;
    vertical-align: middle;
    width: 95%;
    margin: 5px auto 0;
  }

  /*aiコース用*/

}

.footbox a {
  color: #40210f;
}

.footbox a:link {
  color: #40210f;
}

.footbox a:visited {
  color: #40210f;
  text-decoration: none;
  border-bottom: 1px dotted #40210f;
}

.footbox a:active {
  color: #40210f;
  text-decoration: none;
  border-bottom: 1px dotted #40210f;
}

.footbox a:hover {
  color: #40210f;
  text-decoration: none;
  border-bottom: 1px dotted #40210f;
}

.leftsidecate {
  margin-bottom: 30px;
  text-align: left;
}

.leftsidecate li {
  font-size: 13px;
  border-bottom: 1px dotted #b5aca5;
  background: url("renewal2018/images/leftside/icon.png") 2px 57% no-repeat;
  background-size: 8px 7px;
}

.leftsidecate li:first-child {
  border-top: 1px dotted #b5aca5;
  font-size: 18px;
}

.leftsidecate li a {
  padding: 12px 0 9px 16px;
  display: block;
  color: #2f1405;
}

.leftsidecate li a:hover {
  color: #9b2429;
}

.leftsidecate li span {
  font-size: 11px;
  font-weight: normal;
}

.leftsidecate li.active {
  background-color: #ccc;
  border: 1px #f00 solid;
}