@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : cake.css
s style info : ケーキ
=================================================================== */
/* -----------------------------------------------------------
  coponents修正
----------------------------------------------------------- */
.st_basic.cake {
  font-family: "Roboto", sans-serif;
}

/* -----------------------------------------------------------
  #nav_cake
----------------------------------------------------------- */
nav#nav_cake {
  background: url(../images/common/bg_beige_s.png);
  margin-bottom: 30px;
}
nav#nav_cake ul {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
nav#nav_cake ul li {
  width: 50%;
  float: left;
}
nav#nav_cake ul li a {
  display: block;
  line-height: 1;
  text-align: center;
  padding: 15px 0;
  text-decoration: none;
  color: #663333;
  font-family: "Cutive Mono", sans-serif;
  font-weight: bold;
  letter-spacing: -.5px;
}
nav#nav_cake ul li.active a, nav#nav_cake ul li:hover a {
  color: #fff;
  background: rgba(102, 51, 51, 0.6);
}
@media only screen and (min-width: 768px) {
  nav#nav_cake ul li a {
    letter-spacing: 1px;
    font-size: 1.6em;
  }
}

/* -----------------------------------------------------------
	.con_cake
----------------------------------------------------------- */
.con_cake {
  margin-bottom: 30px;
}
.con_cake .inner {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px;
}
.con_cake .inner .text {
  margin-bottom: 10px;
}
.con_cake .inner .text span {
  color: #e60011;
  font-weight: bold;
  font-size: .9em;
}
.con_cake .inner .tax {
  text-align: right;
  color: #e60011;
  font-size: .8em;
  margin-bottom: 10px;
  font-weight: bold;
}
.con_cake .inner figure {
  margin-bottom: 15px;
  padding: 10px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  box-shadow: 0px 0px 6px 3px #e0e0e0;
  -moz-box-shadow: 0px 0px 6px 3px #e0e0e0;
  -webkit-box-shadow: 0px 0px 6px 3px #e0e0e0;
  background: url(../images/common/bg_beige_s.png);
}
.con_cake .inner figure img {
  width: 100%;
  margin: 0 auto 15px;
}
.con_cake .inner figure h2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #663333;
}
.con_cake .inner figure figcaption {
  margin-bottom: 15px;
  font-size: .9em;
  background: #fffae8;
  padding: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.con_cake .inner figure figcaption span {
  display: block;
  margin-top: 1em;
  font-size: .9em;
}
.con_cake .inner figure ul {
  margin-bottom: 20px;
}
.con_cake .inner figure ul li {
  border-bottom: 1px dashed #663333;
  padding: 5px;
  font-size: .9em;
  letter-spacing: -.5px;
}
.con_cake .inner figure ul li span {
  font-weight: bold;
  margin-left: 5px;
  color: #e60011;
}
.con_cake .inner figure ul.price span {
  margin-left: 0;
}
.con_cake .inner figure .btn a {
  display: block;
  padding: 15px 0;
  margin-bottom: 5px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background: #ff6600;
  border-bottom: 4px solid #be1415;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.con_cake .inner figure .btn span {
  display: block;
  text-align: center;
  font-size: .9em;
  font-weight: bold;
  color: #e60011;
  margin-top: 10px;
}
.con_cake .inner figure .btn span.last {
  color: #424242;
  font-size: 1em;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .con_cake {
    margin-bottom: 50px;
  }
  .con_cake .inner .text {
    text-align: center;
    margin-bottom: 15px;
  }
  .con_cake .inner .tax {
    font-size: .9em;
    margin-bottom: 15px;
  }
  .con_cake .inner .inner_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .con_cake .inner figure {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .con_cake .inner figure:nth-child(3n) {
    margin-right: 0;
  }
  .con_cake .inner figure figcaption {
    font-size: 1em;
    padding: 15px;
  }
  .con_cake .inner figure ul {
    overflow: hidden;
  }
  .con_cake .inner figure ul li {
    float: left;
    width: 50%;
    padding: 7px;
    font-size: .95em;
  }
  .con_cake .inner figure ul.long li {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_cake .inner {
    padding: 0;
  }
  .con_cake .inner figure ul li span {
    font-size: 1.1em;
  }
  .con_cake .inner figure .btn a:hover {
    background: #e60011;
  }
}
@media print {
  .con_cake .inner {
    padding: 0;
  }
  .con_cake .inner figure ul li span {
    font-size: 1.1em;
  }
  .con_cake .inner figure .btn a:hover {
    background: #e60011;
  }
}
.ie8 .con_cake .inner {
  padding: 0;
}
.ie8 .con_cake .inner figure ul li span {
  font-size: 1.1em;
}
.ie8 .con_cake .inner figure .btn a:hover {
  background: #e60011;
}

/* -----------------------------------------------------------
  .con_event
----------------------------------------------------------- */
.con_event {
  background: #192800 url(../cake/images/bg_event.png) 0 0 repeat-x;
  -moz-background-size: 50px;
  -o-background-size: 50px;
  -webkit-background-size: 50px;
  background-size: 50px;
}
.con_event .inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 15px 30px;
}
.con_event .inner h1 {
  text-align: center;
  margin-bottom: 20px;
}
.con_event .inner .text {
  color: #fff;
  text-align: left;
  font-size: .9em;
  margin-bottom: 20px;
}
.con_event .inner .txt_notice {
  border: 2px dashed #e60011;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  margin-top: 30px;
  background: #fff;
  margin-bottom: 20px;
}
.con_event .inner .txt_notice h3 {
  font-size: 1.2em;
  margin-bottom: 15px;
}
.con_event .inner .txt_notice p span {
  color: #e60011;
  font-weight: bold;
}
.con_event .inner ul {
  overflow: hidden;
}
.con_event .inner ul li {
  width: 50%;
  padding: 5px;
  float: left;
  text-align: center;
}
.con_event .inner .txt_sub {
  font-size: .9em;
  text-align: right;
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .con_event {
    -moz-background-size: auto;
    -o-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
  }
  .con_event .inner {
    padding: 80px 15px 50px;
  }
  .con_event .inner .text {
    text-align: center;
    font-size: 1em;
  }
  .con_event .inner .txt_notice {
    border: 3px dashed #e60011;
    margin-bottom: 30px;
  }
  .con_event .inner .txt_notice h3 {
    font-size: 1.4em;
  }
  .con_event .inner ul li {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_event .inner {
    padding: 80px 0 50px;
  }
}
@media print {
  .con_event .inner {
    padding: 80px 0 50px;
  }
}
.ie8 .con_event .inner {
  padding: 80px 0 50px;
}
