.sdmbg {
  background: url(../img/bgbbb.jpg);
}

.dsp{
	background:#fff;
	padding:4px;
	border-radius:3px;
}

.hero {
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 768px) {
  .hero img {
    max-width: 640px;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .hero img {
    max-width: 1200px;
    width: 100%;
  }
}

.entry .comprex8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #f9f8e8;
  border: 2px solid #ccc;
  margin: 0 0 10px 0;
  padding: 15px;
  font-size: 14px;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
  .entry .comprex8 {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .entry .comprex8 {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
}
.entry .comprex8 p {
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .entry .comprex8 img {
    max-width: 320px;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .entry .comprex8 img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .entry .comprex8 .pic {
    margin: 0 0 15px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .entry .comprex8 .pic {
    width: 330px;
  }
}
@media only screen and (min-width: 769px) {
  .entry .comprex8 .caption {
    width: calc( 100% - 350px );
  }
}
.entry .comprex8 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .entry .comprex8 ul {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .entry .comprex8 ul {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .entry .comprex8 li:nth-of-type(1) {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .entry .comprex8 li:nth-of-type(1) a {
    display: block;
    background-color: #cc0000;
    color: #fff;
    padding: 10px;
    text-align: center;
  }
  .entry .comprex8 li:nth-of-type(2) {
    width: 100%;
  }
  .entry .comprex8 li:nth-of-type(2) a {
    display: block;
    background-color: #275e6d;
    color: #fff;
    padding: 10px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .entry .comprex8 li:nth-of-type(1) {
    width: 56%;
  }
  .entry .comprex8 li:nth-of-type(1) a {
    display: block;
    background-color: #cc0000;
    color: #fff;
    padding: 10px;
    text-align: center;
  }
  .entry .comprex8 li:nth-of-type(2) {
    width: 42%;
  }
  .entry .comprex8 li:nth-of-type(2) a {
    display: block;
    background-color: #275e6d;
    color: #fff;
    padding: 10px;
    text-align: center;
  }
}
.entry .kenchan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #f9f8e8;
  border: 2px solid #ccc;
  margin: 0 0 15px 0;
  padding: 15px;
  font-size: 14px;
  line-height: 150%;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.entry .kenchan p {
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .entry .kenchan img {
    max-width: 320px;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .entry .kenchan img {
    max-width: 100%;
  }
}
.entry .kenchan .pic {
  margin: 0 0 15px 0;
  text-align: center;
}
.entry .kenchan .order {
  display: block;
  background-color: #275e6d;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 0 0 10px 0;
}
.entry .comprex7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #fff4db;
  border: 2px solid #ccc;
  margin: 0 0 15px 0;
  padding: 15px;
  font-size: 14px;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
  .entry .comprex7 {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .entry .comprex7 {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
}
.entry .comprex7 p {
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .entry .comprex7 img {
    max-width: 320px;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .entry .comprex7 img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .entry .comprex7 .pic {
    margin: 0 0 15px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .entry .comprex7 .pic {
    width: 200px;
  }
}
@media only screen and (min-width: 769px) {
  .entry .comprex7 .caption {
    width: calc( 100% - 220px );
  }
}
.entry .ys_kikaku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #e5eac5;
  border: 2px solid #ccc;
  margin: 0 0 15px 0;
  padding: 15px;
  font-size: 14px;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
  .entry .ys_kikaku {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .entry .ys_kikaku {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
}
.entry .ys_kikaku p {
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .entry .ys_kikaku img {
    max-width: 320px;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .entry .ys_kikaku img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .entry .ys_kikaku .pic {
    margin: 0 0 15px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .entry .ys_kikaku .pic {
    width: 250px;
  }
}
@media only screen and (min-width: 769px) {
  .entry .ys_kikaku .caption {
    width: calc( 100% - 270px );
  }
}
.entry .ketchuparts2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #e3ede9;
  border: 2px solid #ccc;
  margin: 0 0 15px 0;
  padding: 15px;
  font-size: 14px;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
  .entry .ketchuparts2 {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .entry .ketchuparts2 {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
}
.entry .ketchuparts2 p {
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .entry .ketchuparts2 img {
    max-width: 320px;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .entry .ketchuparts2 img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .entry .ketchuparts2 .pic {
    margin: 0 0 15px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .entry .ketchuparts2 .pic {
    width: 200px;
  }
}
@media only screen and (min-width: 769px) {
  .entry .ketchuparts2 .caption {
    width: calc( 100% - 220px );
  }
}
.entry .omiyage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #dee6e8;
  border: 2px solid #ccc;
  margin: 0 0 15px 0;
  padding: 15px;
  font-size: 14px;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
  .entry .omiyage {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .entry .omiyage {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
}
.entry .omiyage p {
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .entry .omiyage img {
    max-width: 320px;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .entry .omiyage img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .entry .omiyage .pic {
    margin: 0 0 15px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .entry .omiyage .pic {
    width: 200px;
  }
}
@media only screen and (min-width: 769px) {
  .entry .omiyage .caption {
    width: calc( 100% - 220px );
  }
}
.entry .jado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #dedfe8;
  border: 2px solid #ccc;
  margin: 0 0 15px 0;
  padding: 15px;
  font-size: 14px;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
  .entry .jado {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .entry .jado {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
}
.entry .jado p {
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .entry .jado img {
    max-width: 320px;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .entry .jado img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .entry .jado .pic {
    margin: 0 0 15px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .entry .jado .pic {
    width: 200px;
  }
}
@media only screen and (min-width: 769px) {
  .entry .jado .caption {
    width: calc( 100% - 220px );
  }
}
.entry .small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #dedfe8;
  border: 2px solid #ccc;
  margin: 0 0 15px 0;
  padding: 15px;
  font-size: 14px;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
  .entry .small {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .entry .small {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
}
.entry .small p {
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .entry .small img {
    max-width: 320px;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .entry .small img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .entry .small .pic {
    margin: 0 0 15px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .entry .small .pic {
    width: 200px;
  }
}
@media only screen and (min-width: 769px) {
  .entry .small .caption {
    width: calc( 100% - 220px );
  }
}
.entry .ketchuparts {
  background-color: #eee8f2;
  border: 2px solid #ccc;
  margin: 0 0 15px 0;
  padding: 15px;
  font-size: 14px;
  line-height: 150%;
}
.entry .ketchuparts p {
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .entry .ketchuparts img {
    max-width: 320px;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .entry .ketchuparts img {
    max-width: 100%;
  }
}
.entry .ketchuparts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .entry .ketchuparts ul {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .entry .ketchuparts ul {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
}
.entry .ketchuparts ul a {
  display: block;
  margin: 0 0 10px 0;
}
.entry .ketchuparts ul li {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .entry .ketchuparts ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 769px) {
  .entry .ketchuparts ul li {
    width: 28%;
  }
}
.entry .ketchuparts ul p {
  margin: 0 0 0 0;
}

@media only screen and (max-width: 768px) {
  .order_item {
    display: none;
  }
}

.order_thum h6 {
  margin: 0 0 10px 0;
  background-color: #eee;
}
.order_thum .block {
  margin: 0 0 20px 0;
}
.order_thum .tmb {
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  padding: 10px;
  margin: 0 0 5px 0;
}
.order_thum .tmb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  overflow: hidden;
  width: 100%;
  height: 150px;
}
.order_thum .tmb img {
  width: 100%;
}
.order_thum .title {
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}

.order_micro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .order_micro {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .order_micro {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
}
.order_micro h5 {
  margin: 0 0 10px 0;
  background-color: #e7efe6;
  padding: 7px 0 5px 0;
  text-align: center;
}
.order_micro .area {
  width: 32%;
}
.order_micro .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
