.hero {
  width: 100%;
  margin: 0 0 5px 0;
}

.entry .comprex8 {
  display: -webkit-box;
  display: -ms-flexbox;
  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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 769px) {
  .entry .comprex8 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: 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: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 768px) {
  .entry .comprex8 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 769px) {
  .entry .comprex8 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: 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: flex;
  background-color: #f9f8e8;
  border: 2px solid #ccc;
  margin: 0 0 15px 0;
  padding: 15px;
  font-size: 14px;
  line-height: 150%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-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: 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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 769px) {
  .entry .comprex7 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: 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: 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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 769px) {
  .entry .ys_kikaku {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: 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: 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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 769px) {
  .entry .ketchuparts2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: 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: 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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 769px) {
  .entry .omiyage {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: 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: 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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 769px) {
  .entry .jado {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: 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: 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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 769px) {
  .entry .small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: 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: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 768px) {
  .entry .ketchuparts ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 769px) {
  .entry .ketchuparts ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: 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: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 10px;
  margin: 0 0 5px 0;
}

.order_thum .tmb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: 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: flex;
}

@media only screen and (max-width: 768px) {
  .order_micro {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .order_micro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: 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;
}

.head {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.head_img {
  margin: 0;
  padding: 0;
  position: relative;
}

.head_img img {
  width: 100%;
}

.dontclickonme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding-bottom: 25%;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .plastictitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (min-width: 769px) {
  .plastictitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.3);
  }
}

.youtube_layor {
  background: #000;
}

.youtube {
  margin: 0;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */