@charset "utf-8";
/* General
   ========================================================================== */
#content {
  padding-top: 2px;
}
@media screen and (max-width: 701px) {
  #content {
    margin-top: -3px;
    padding-top: 0;
  }
}
.column-main,
.column-sub {
  padding-top: 0;
}
.index-section > .title {
  margin-bottom: 13px;
  padding-left: 6px;
  border-left: 3px solid #ed86b3;
  line-height: 1.3;
  font-size: 1.8em;
}
.index-section > .title2 {
  margin-bottom: 13px;
  padding-left: 6px;
  border-left: 3px solid #000000;
  line-height: 1.3;
  font-size: 1.8em;
}

/* Contents index
   ========================================================================== */
#contents-index {
  display: none;
}
@media screen and (max-width: 701px) {
  #contents-index {
    display: block;
    margin: 0 -10px;
    border-top: 1px solid #d7d7d7;
  }
  #contents-index ul {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #contents-index li {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background-color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(left top, left bottom, #ffffff, #f2f2f2);
    background: -moz-linear-gradient(left top, left bottom, #ffffff, #f2f2f2);
    background: linear-gradient(to bottom, #ffffff, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2') chroma(color=#000000);
    zoom: 1;
    display: table-cell;
  }
  #contents-index a {
    color: transparent;
    background-repeat: no-repeat;
    font: 0/0 a;
    text-shadow: none;
    -webkit-background-size: auto 59px !important;
    -moz-background-size: auto 59px !important;
    background-size: auto 59px !important;
    display: block;
    height: 59px;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #fff;
    background-position: center center;
  }
  #contents-index li:first-child a {
    border-left: none;
  }
  #contents-index .course a {
    background-image: url(../index_top/menu_img01_sp.png);
  }
  #contents-index .studio a {
    background-image: url(../index_top/menu_img02_sp.png);
  }
  #contents-index .recipe a {
    background-image: url(../index_top/menu_img03_sp.png);
  }
  #contents-index .fee a {
    background-image: url(../index_top/menu_img04_sp.png);
  }
}
/* Visual
   ========================================================================== */
#visual {
  height: 388px;
  margin-bottom: 15px;
}
#visual .bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
#visual .bx-wrapper img {
  max-width: 100%;
  display: block;
}
#visual .bx-viewport {
  max-height: 370px;
  margin-bottom: 9px;
}
#visual .bx-pager {
  overflow: hidden;
  height: 9px;
  text-align: center;
}
#visual .bx-pager > div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 9px;
  height: 9px;
  margin: 0 7px;
}
#visual .bx-pager a {
  color: transparent;
  background-repeat: no-repeat;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  width: 9px;
  height: 9px;
  background-image: url(/common/img/module/visual_bg01.png);
}
#visual .bx-pager a.active {
  background-position: -9px 0;
}
#visual .item-list {
  height: 370px;
}
#visual .item-list li {
  display: none;
  height: 370px;
}
#visual .item-list li:first-child {
  display: block;
}
@media screen and (max-width: 701px) {
  #visual {
    height: auto;
    margin: 0 -10px 13px;
  }
  #visual .item-list,
  #visual .item-list li {
    height: auto;
  }
  #visual .bx-pager a {
    -webkit-background-size: 18px 9px !important;
    -moz-background-size: 18px 9px !important;
    background-size: 18px 9px !important;
    background-image: url(/common/img/module/visual_bg01@2x.png);
  }
}
/* Course index
   ========================================================================== */
#course-index {
  margin-bottom: 0;
  padding: 15px 0 15px 23px;
  background-color: #ffffff;
  zoom: 1;
}
#course-index .item-list li {
  float: left;
  margin-right: 23px;
  background-color: #fff;
  font-size: 1.4em;
}
#course-index .item-list a {
  display: block;
  width: 206px;
  border: 5px solid #fff;
}
#course-index .item-list .name {
  padding: 4px 0 3px;
  border-top: 5px solid  #fff;
  background: url(../img/index_course_index_bg01.png) no-repeat right center;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 701px) {
  #course-index {
    margin: 0 -10px 30px;
    padding-bottom: 5px;
    padding-left: 0;
  }
  #course-index .item-list {
    margin: 0 auto;
    width: 310px;
  }
  #course-index .item-list li {
    margin: 0 5px 10px;
    font-size: 1.2em;
  }
  #course-index .item-list a {
    width: 139px;
    border-width: 3px;
    text-decoration: none;
  }
  #course-index .item-list .name {
    border-top-width: 3px;
  }
}
/* Pickup menu
   ========================================================================== */
#pickup-menu .mod-multi-box {
  margin-bottom: 12px;
}
#pickup-menu .box {
  padding-bottom: 5em;
}
#pickup-menu .course-type {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 22px;
  background: url(/common/img/parts/line_x_dashed_gray.png) repeat-x;
  font-weight: bold;
}
#pickup-menu .course-type > span {
  display: block;
  padding: 8px 11px 8px 40px;
  background-repeat: no-repeat;
  background-position: 11px center;
}
#pickup-menu .course-type.cooking > span {
  color: #8fb507;
  background-image: url(../img/index_pickup_menu_icon01.png);
}
#pickup-menu .course-type.bread > span {
  color: #df6127;
  background-image: url(../img/index_pickup_menu_icon02.png);
}
#pickup-menu .course-type.cake > span {
  color: #ed86b3;
  background-image: url(../img/index_pickup_menu_icon03.png);
}
#pickup-menu .course-type.kids > span {
  color: #5ebdd2;
  background-image: url(../img/index_pickup_menu_icon04.png);
}
@media screen and (max-width: 701px) {
  #pickup-menu .col {
    margin-bottom: 0;
  }
  #pickup-menu .box {
    padding-bottom: 4.5em !important;
  }
  #pickup-menu .image {
    float: none;
    width: 230px !important;
    margin: 0 auto 5px;
  }
}
/* Campaign
   ========================================================================== */
#campaign .mod-multi-box {
  margin-bottom: 12px;
}
@media screen and (max-width: 701px) {
  #campaign .col {
    margin-bottom: 0;
  }
}
/* ABC plus
   ========================================================================== */
#abc-plus .description {
  margin: -4px 0 12px;
}
#abc-plus .mod-multi-box {
  margin-bottom: 12px;
}
@media screen and (max-width: 701px) {
  #abc-plus .col {
    margin-bottom: 0;
  }
}
/* Studio information
   ========================================================================== */
#studio-information .mod-multi-box {
  margin-bottom: 12px;
}
@media screen and (max-width: 701px) {
  #studio-information .col {
    margin-bottom: -1px;
  }
  #studio-information .col:last-child {
    margin-bottom: 0;
  }
  #studio-information .box {
    -webkit-background-size: 16px 11px !important;
    -moz-background-size: 16px 11px !important;
    background-size: 16px 11px !important;
    padding: 10px 26px 11px 11px !important;
    background: url(/common/img/module/information_list_bg01@2x.png) no-repeat right center;
    text-decoration: none;
    cursor: pointer;
  }
  #studio-information .box .title {
    margin-bottom: 2px;
    font-size: 1.3em;
  }
  #studio-information .image {
    display: none;
  }
}
/* Connection
   ========================================================================== */
.sub-connection .title {
  margin-bottom: 15px;
}
.sub-connection > .inner {
  padding-bottom: 9px;
}
.sub-connection .social-accounts {
  overflow: hidden;
  zoom: 1;
  width: 214px;
  margin: 0 auto 19px;
  padding-left: 4px;
}
.sub-connection .social-accounts li {
  float: left;
  width: 34px;
  margin-right: 10px;
}
.sub-connection .social-accounts li:last-child {
  margin-right: 0;
}
.sub-connection .banner {
  margin: 0 -3px;
  text-align: center;
}
/* My area
   ========================================================================== */
#sub-my-area {
  border: 1px solid #d4d4d4;
}
#sub-my-area .myarea-header {
  padding: 0 12px 10px;
  border: 5px solid #f4f3f0;
}
#sub-my-area .myarea-header .title {
  margin-bottom: 11px;
  padding-bottom: 1px;
  background: url(/common/img/parts/line_x_dashed_gray.png) repeat-x left bottom;
  text-align: center;
}
#sub-my-area .myarea-header .welcome-message {
  text-align: center;
  font-size: 1.4em;
}
#sub-my-area .member-information {
  margin-bottom: 0;
}
#sub-my-area .member-information > .title {
  padding: 8px 6px;
  color: #535353;
  background-color: #d3d0cb;
}
#sub-my-area .member-information .mod-table {
  margin-bottom: 0;
}
#sub-my-area .member-information .mod-table th {
  border-left: none;
}
#sub-my-area .member-information .mod-table td {
  border-right: none;
}
#sub-my-area .member-information .logout-button {
  padding: 4px 0;
  border-bottom: 1px solid  #d4d4d4;
  background-color: #f4f3f0;
  text-align: center;
}
#sub-my-area .user-menu {
  margin-bottom: 0;
  padding: 12px 11px;
  border-bottom: 1px solid  #d4d4d4;
  background-color: #f4f3f0;
}
#sub-my-area .user-menu .mod-button-list .mod-button {
  width: 114px !important;
  min-width: 0;
  margin-right: 0;
}
#sub-my-area .user-menu .mod-button-list .mod-button.reserve {
  float: left;
}
#sub-my-area .user-menu .mod-button-list .mod-button.course {
  float: right;
}
#sub-my-area .user-menu .mod-button-list .mod-button a {
  *width: 92px;
  color: #fff;
}
#sub-my-area .user-menu .mod-button-list .mod-button.reserve a {
  background-color: #de7679;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #de7679), color-stop(100%, #d24949));
  background: -webkit-linear-gradient(left top, left bottom, #de7679, #d24949);
  background: -moz-linear-gradient(left top, left bottom, #de7679, #d24949);
  background: linear-gradient(to bottom, #de7679, #d24949);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFDE7679', endColorstr='#FFD24949') chroma(color=#000000);
  zoom: 1;
  border: 1px solid  #cd3533;
}
#sub-my-area .user-menu .mod-button-list .mod-button.course a {
  background-color: #9c8873;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9c8873), color-stop(100%, #806f5e));
  background: -webkit-linear-gradient(left top, left bottom, #9c8873, #806f5e);
  background: -moz-linear-gradient(left top, left bottom, #9c8873, #806f5e);
  background: linear-gradient(to bottom, #9c8873, #806f5e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF9C8873', endColorstr='#FF806F5E') chroma(color=#000000);
  zoom: 1;
  border: 1px solid  #81705f;
}
#sub-my-area .my-recipe {
  margin-bottom: 0;
  padding: 0 12px 10px;
  border: 5px solid #f4f3f0;
}
#sub-my-area .my-recipe > .inner > .title {
  margin-bottom: 11px;
  padding-bottom: 1px;
  background: url(/common/img/parts/line_x_dashed_gray.png) repeat-x left bottom;
  text-align: center;
}
#sub-my-area .my-recipe .list-item {
  padding-right: 0;
  padding-left: 0;
}
#sub-my-area .my-recipe .list-item:last-child {
  padding-bottom: 0;
  background: none;
}
#sub-my-area .my-recipe .list-item .icon {
  margin-bottom: 2px;
}
#sub-my-area .my-recipe .list-item .title {
  margin-bottom: 6px;
}
#sub-my-area .dreamer-recipe {
  margin-bottom: 0;
  border-top: 1px solid  #d4d4d4;
}
#sub-my-area .dreamer-recipe > .inner {
  padding: 0 12px 12px;
  border: 5px solid #f4f3f0;
}
#sub-my-area .dreamer-recipe > .inner > .title {
  margin-bottom: 11px;
  padding-bottom: 1px;
  background: url(/common/img/parts/line_x_dashed_gray.png) repeat-x left bottom;
  text-align: center;
}
#sub-my-area .dreamer-recipe .mod-tab {
  margin-bottom: 12px;
}
#sub-my-area .dreamer-recipe .mod-tab .disabled a {
  color: #bcbcbc;
  background: #f4f2ef !important;
  filter: none;
}
#sub-my-area .dreamer-recipe .mod-button-list .mod-button {
  min-width: 0;
  margin-right: 0;
}
#sub-my-area .dreamer-recipe .mod-button-list .mod-button.reserve {
  float: left;
  width: 100px;
}
#sub-my-area .dreamer-recipe .mod-button-list .mod-button.course {
  float: right;
  width: 110px;
}
#sub-my-area .dreamer-recipe .mod-button-list .mod-button a {
  color: #fff;
}
#sub-my-area .dreamer-recipe .mod-button-list .mod-button.reserve a {
  background-color: #de7679;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #de7679), color-stop(100%, #d24949));
  background: -webkit-linear-gradient(left top, left bottom, #de7679, #d24949);
  background: -moz-linear-gradient(left top, left bottom, #de7679, #d24949);
  background: linear-gradient(to bottom, #de7679, #d24949);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFDE7679', endColorstr='#FFD24949') chroma(color=#000000);
  zoom: 1;
  *width: 78px;
  border: 1px solid  #cd3533;
}
#sub-my-area .dreamer-recipe .mod-button-list .mod-button.course a {
  background-color: #9c8873;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9c8873), color-stop(100%, #806f5e));
  background: -webkit-linear-gradient(left top, left bottom, #9c8873, #806f5e);
  background: -moz-linear-gradient(left top, left bottom, #9c8873, #806f5e);
  background: linear-gradient(to bottom, #9c8873, #806f5e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF9C8873', endColorstr='#FF806F5E') chroma(color=#000000);
  zoom: 1;
  *width: 88px;
  border: 1px solid  #81705f;
}
#sub-my-area .my-page {
  padding: 7px 12px 12px;
  background-color: #f4f3f0;
}
#sub-my-area .my-page .mod-button {
  width: 100%;
}
