@charset "UTF-8";
/********** メディアクエリー定義**************************************/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
  position: relative;
  font-size: 13px;
}

.pagination span, .pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px;
  border: 1px solid #000;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
}

.pagination .pager {
  width: 32px;
}

.pagination a:hover,
.pagination .current {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.pagination i {
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 120%;
  margin-right: 5px;
}

.pagination a.prev {
  padding-right: 5px;
  margin-right: 16px;
}

.pagination a.next {
  padding-right: 5px;
  margin-left: 16px;
}

.pagination a.first {
  padding-right: 5px;
}

.pagination a.last {
  padding-right: 5px;
}

.pagination span.page_num {
  display: none;
}

/* ***********	PC投稿用基本CSS ********************** */
.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 12px;
}

.alignnone {
  float: none;
}

.size-full {
  width: 80%;
  height: auto;
}

@media screen and (min-width: 960px) {
  .size-full {
    max-width: 940px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}

.post p {
  line-height: 2;
  padding-bottom: 15px;
  text-align: left;
}

.post p.postmeta {
  margin-bottom: 10px;
}

.wp-caption-text {
  margin: 5px 0 0;
}

.wp-caption {
  border: solid 1px #cccccc;
  background-color: #f1f1f1;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 25px;
}

.navi {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 480px) {
  .navi {
    margin-top: 100px;
    font-size: 13px;
  }
}

.navi a {
  font-size: 12px;
}

.single-item {
  text-align: center;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .single-item {
    width: 84%;
  }
}

@media screen and (min-width: 1600px) {
  .single-item {
    width: 92%;
    margin-bottom: 35px;
  }
}

.single-item li img {
  text-align: center;
  margin: 0 auto;
}

.eyecatch {
  margin: 30px 0 30px;
}

.eyecatch img {
  text-align: center;
  margin: auto;
  display: block;
}

.post_date {
  font-size: 12px;
  text-align: left;
  padding: 10px 5px 2px 5px;
  color: #999;
}

@media screen and (min-width: 600px) {
  .post_date {
    font-size: 13px;
  }
}

/***********************************************************
アーカイブ
********************************************************/
.news_list_col {
  margin-bottom: 30px;
}

.news_list_col .list {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #121e2e;
  padding: 20px 25px;
  margin-bottom: 15px;
}

@media screen and (min-width: 960px) {
  .news_list_col .list {
    padding: 30px 40px;
  }
}

.news_list_col .list .archive_day {
  font-size: 12px;
}

@media screen and (min-width: 960px) {
  .news_list_col .list .archive_day {
    font-size: 16px;
  }
}

.news_list_col .list .post_category {
  margin-bottom: 5px;
}

.news_list_col .list .post_category span {
  font-size: 12px;
  background-color: #121e2e;
  padding: 7px 10px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .news_list_col .list .post_category span {
    font-size: 16px;
  }
}

.news_list_col .list h2 {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}

@media screen and (min-width: 960px) {
  .news_list_col .list h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}

.news_list_col .list .list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news_list_col .list .list_flex figure {
  width: 25%;
  margin-right: 3%;
}

.news_list_col .list .list_flex .post_box {
  width: 70%;
}

.news_list_col .list .list_flex .archive_day {
  font-size: 12px;
}

@media screen and (min-width: 960px) {
  .news_list_col .list .list_flex .archive_day {
    font-size: 16px;
  }
}

.news_list_col .list .list_flex .post_category {
  margin-bottom: 5px;
}

.news_list_col .list .list_flex .post_category span {
  font-size: 12px;
  background-color: #fde500;
  padding: 7px 10px;
  text-align: center;
  border-radius: 4px;
  color: #050505;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .news_list_col .list .list_flex .post_category span {
    font-size: 16px;
  }
}

.news_list_col .list .list_flex h2 {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}

@media screen and (min-width: 960px) {
  .news_list_col .list .list_flex h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}

.news_list_col a:hover {
  opacity: 1.0;
  background-color: #f9f8f2 !important;
  text-decoration: underline !important;
}

.top_recipe_area {
  margin-bottom: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*ブログ*/
}

@media screen and (min-width: 600px) {
  .top_recipe_area {
    width: 98%;
    margin: 0 1% 4%;
  }
}

.top_recipe_area .top_recipe_box {
  margin: 0 1.5% 3% 1.5%;
  width: 46%;
}

@media screen and (min-width: 960px) {
  .top_recipe_area .top_recipe_box {
    width: 21.5%;
    margin: 0 1.5% 3% 1.5%;
  }
}

.top_recipe_area .top_recipe_box a {
  display: block;
  position: relative;
}

.top_recipe_area .recipe_img figure {
  width: 100%;
  height: 100%;
}

.top_recipe_area .recipe_img a {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

.top_recipe_area .recipe_img a img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}

.top_recipe_area .recipe_img a img {
  -webkit-transition: 1s all;
  transition: 1s all;
}

.top_recipe_area .recipe_img a img:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 1s all;
  transition: 1s all;
}

.top_recipe_area .post_flex {
  padding: 5px 5px;
}

@media screen and (min-width: 600px) {
  .top_recipe_area .post_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top_recipe_area .post_flex .top_post_date {
  font-size: 12px;
  text-align: left;
  padding: 0 5px;
  color: #aaa;
}

@media screen and (min-width: 600px) {
  .top_recipe_area .post_flex .top_post_date {
    font-size: 13px;
    padding: 10px 5px;
  }
}

.top_recipe_area .top_recipe_title {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  padding: 1.5% 5% 3%;
  line-height: 1.2;
}

@media screen and (min-width: 600px) {
  .top_recipe_area .top_recipe_title {
    font-size: 15px;
    padding: 10px 5% 14% 5%;
    line-height: 1.5;
  }
}

/*********************************************************************
* single.php
**********************************************************************/
.single_post_wrapper {
  position: relative;
  padding-right: 20px;
}

.single_txt_area {
  font-size: 16px;
  padding-bottom: 25px;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .single_txt_area {
    font-size: 17px;
  }
}

.single_txt_area p, .single_txt_area div {
  padding-bottom: 10px;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .single_txt_area p, .single_txt_area div {
    font-size: 17px;
  }
}

.single_post_wrapper a {
  text-decoration: underline !important;
  color: #000 !important;
}

.single_post_wrapper a:hover {
  text-decoration: none;
  color: #444;
}

.single_post_wrapper strong {
  font-weight: bold;
}

/*********************************************************************
* sidebar.php
**********************************************************************/
.sidebar {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .sidebar {
    width: 20%;
    margin: 0 auto 20px;
    border: 0;
  }
}

.side_area {
  margin-bottom: 10px;
}

@media screen and (min-width: 960px) {
  .side_area {
    margin-bottom: 20px;
  }
}

.side_area h2 {
  border-left: 3px solid #121e2e;
  font-size: 1.2rem;
  margin-bottom: 30px;
  padding: 0.8rem 15px;
  letter-spacing: 0.1em;
  font-family: 'Shippori Mincho B1', serif;
}

@media screen and (min-width: 960px) {
  .side_area h2 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}

.side_area ul li {
  display: block;
  text-align: left;
  margin-bottom: 8px;
  border-bottom: 1px dotted #DDDDDD;
}

.side_area ul li .post_days {
  font-size: 12px;
}

.side_area ul li a {
  font-size: 12px;
  text-decoration: none;
  text-align: left;
}

@media screen and (min-width: 960px) {
  .side_area ul li a {
    font-size: 14px;
  }
}

.side_area ul li a:visited {
  color: #111;
}

.side_area ul li a:active {
  color: #111;
  text-decoration: underline;
}

.side_area ul li a:hover {
  color: #111;
  text-decoration: underline;
}

@media screen and (min-width: 960px) {
  .side_area ul li a {
    font-size: 16px;
  }
}

.side_area ul li:last-child {
  border: none;
  margin-bottom: 10px;
}

/*********************************************************************
* イベントページ
**********************************************************************/
.under_header {
  width: 100%;
  margin: 80px 0 0;
  position: relative;
  padding: 0 25px 0;
}

@media screen and (min-width: 960px) {
  .under_header {
    margin-top: 110px;
    padding: 50px 25px 0;
  }
}

.under_title_box_event {
  padding: 1.5% 5% 3% 5%;
}

.under_title_event {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  padding: 0 20px 20px;
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .under_title_event {
    font-size: 22px;
    letter-spacing: 0.1;
  }
}

@media screen and (min-width: 960px) {
  .under_title_event {
    font-size: 38px;
    margin-bottom: 30px;
    padding: 0 5% 10px;
  }
}

.under_title_event_s {
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 480px) {
  .under_title_event_s {
    font-size: 30px;
  }
}

.jyoutai {
  margin: 20px auto;
  text-align: center;
}

.jyoutai span {
  background-color: #fde500;
  padding: 10px 15px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.single_event {
  padding-top: 5%;
}

.single_event p {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 16px;
}

.single_event ul {
  margin-bottom: 40px;
}

.single_event ul li {
  background-color: #f7f7f7;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  font-weight: bold;
}

.single_event a {
  text-decoration: underline !important;
  padding: 5px 15px;
  text-align: center;
  margin-bottom: 10px;
}

.single_event a:hover {
  background-color: #f5f5f5;
}

/************お客様の声**********/
.voice_sub span {
  font-size: 12px;
  background-color: #fde500;
  text-align: center;
  padding: 7px 12px;
  border-radius: 4px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .voice_sub span {
    font-size: 14px;
  }
}

.syouhin_link_oowaku {
  background-color: #f7f5e7;
  margin-bottom: 30px;
  padding: 20px;
  display: block;
}

@media screen and (min-width: 960px) {
  .syouhin_link_oowaku {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 20px 25px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.syouhin_link_oowaku .syouhin_link_img {
  width: 80%;
  text-align: center;
  margin: 0 auto 10px;
}

@media screen and (min-width: 960px) {
  .syouhin_link_oowaku .syouhin_link_img {
    width: 35%;
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .syouhin_link_oowaku .syouhin_link_txt {
    width: 57%;
  }
}

.syouhin_link_oowaku .syouhin_link_txt .syouhin_title {
  font-size: 20px;
  text-decoration: none !important;
}

@media screen and (min-width: 960px) {
  .syouhin_link_oowaku .syouhin_link_txt .syouhin_title {
    font-size: 22px;
  }
}

.syouhin_link_oowaku:hover {
  background-color: #b4a983;
}

.voice_category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.voice_category span {
  font-size: 11px;
  padding: 5px 5px;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .voice_category span {
    font-size: 15px;
    padding: 7px 10px;
  }
}

.voice_category .new {
  background-color: #fde500;
  color: #050505;
}

.voice_category .reform {
  background-color: #000;
  color: #fff;
}
/*# sourceMappingURL=posts.css.map */