@charset "UTF-8";

/*!
Theme Name: AizuCafenavi2023_1
Template:   cocoon-master
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@font-face {
  font-family: 'icomoon';
  src:  url('/font/icomoon.eot?q3in25');
  src:  url('/font/icomoon.eot?q3in25#iefix') format('embedded-opentype'),
    url('/font/icomoon.ttf?q3in25') format('truetype'),
    url('/font/icomoon.woff?q3in25') format('woff'),
    url('/font/icomoon.svg?q3in25#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "\e900";
  color: #e4405f;
}
@font-face{
  font-family: 'ZenKakuGothicNewR';
  src: url('/font/ZenKakuGothicNew-Regular.ttf');
}
@font-face{
  font-family: 'HuiFont29';
  src: url('/font/HuiFont29.ttf');
}
*,*::before,*::after {
  box-sizing:border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  word-wrap: break-word;
}
body {
  font-size: 1.6rem;
  color: #434D4D;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aligin-stretch {
  align-items: stretch;
}
.content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

/* Swiper */
.swiper--wrapper {
  width: 100%;
  height: 300px;
}
.swiper-slide img {
  max-height: 400px;
  object-fit: contain;
}
.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 400px;
  text-align: center;
}
.swiper-main {
  max-height: 400px;
  width: 100%;
  margin-bottom: 15px;
  object-fit: contain;
}
.swiper-thumb {
  /* height: 100px; */
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 10px 0;
}
.swiper-thumb .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  line-height: 80px;
}  
.swiper-thumb .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #D9AC9A;
}

.content .shop-table tr:last-of-type th,.content .shop-table tr:last-of-type td {
  border-bottom: none;
}
.content .shop-table th {
  background-color: #BAD6D6;
  color: #fff;
  width: 20%;
  padding: 15px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.content .shop-table td {
  background-color: #f0f0f0;
  padding: 15px 20px;
  border-bottom: 1px solid #BAD6D6;
}
.content .shop-table td h1 {
  font-size: 1.8rem;
  padding-bottom: 0;
}
.content .shop-table td a {
  color: #2EC5D9;
  padding-bottom: 3px;
  border-bottom: 1px solid #2EC5D9;
  text-decoration: none;
}
.content .shop-table td a.sns_btn {
  padding: 0;
  border-bottom: none;
}
.previous a, .next a {
  color: #D9AC9A;
  padding: 5px 0;
  cursor: pointer;
  font-size: 18px;
}

/* tag cloud */
.wp-block-tag-cloud .fa-tag {
  display: none;
}
.wp-block-tag-cloud.is-style-outline a {
  position: relative;
  border-radius: 100vh;
  background-color: #D6BABA;
  color: #fff;
  font-size: 1.4rem !important;
  letter-spacing: 0.075rem;
  padding: .6rem 2rem .6rem 3rem;
  text-align: center;
}
.tagcloud a {
  border: 1px solid var(--cocoon-x-thin-color);
  border-radius: 2px;
  background-color: #D6BABA;
  color: var(--cocoon-text-color);
  padding: 3px 8px;
  text-decoration: none;
  font-size: 12px;
  margin: 2px;
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.cat-item {
  margin-bottom: 15px;
}
.cat-item a {
  font-size: 1.6rem;
  background-color: #D6D6BA;
}
.widget_categories ul li a {
  padding: 10px 15px;
}
.btn-area {
  position: relative;
  border-radius: 100vh;
  background-color: #D6BABA;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.btn-area a {
  display: block;
  padding: 10px 20px 10px 30px;
  color: #fff;
  text-decoration: none;
}
.tag-area {
  width: 100%;
  padding: 0;
}
.tag-area .btn-area {
  margin-right: 1em;
  margin-bottom: 1em;
}
.page_areaname {
  margin-top: 3rem;
}
.cat-item a {
  font-size: 1.6rem;
}
.wp-block-tag-cloud.is-style-outline a::before,
.btn-area::before {
  position: absolute;
  top: 50%;
  left: 1.8rem;
  transform: translate(0,-50%);
  content: "#";
}
.btn-area {
  display: inline-block;
  margin: 1rem 0 2rem;
}
.content a.btn-area {
  color: #fff;
}

.mzb-banner-posts .mzb-post-categories a {
  background-color: #BAD6D6;
  color: #000;
}
.mzb-featured-posts .mzb-post-categories a, .mzb-featured-categories .mzb-post-categories a {   
  background-color: #BAD6D6;
  color: #fff;
}
.main-navigation a:hover {
  background-color: #BAD6D6;
}
.main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_ancestor > a, .main-navigation ul li.current-menu-ancestor > a, .main-navigation ul li.current_page_item > a, .main-navigation ul li:hover > a, .main-navigation ul li.focus > a {
  background-color: #BAD6D6;
}
.mzb-featured-posts .mzb-post-heading h2::before, .mzb-category-list .mzb-post-heading h2::before, .mzb-grid-module .mzb-post-heading h2::before, .mzb-post-list .mzb-post-heading h2::before, .mzb-featured-categories .mzb-post-heading h2::before {
  background-color: #BAD6D6;
}
.mzb-tab-post .mzb-tab-title.active, .social-links .fa:hover{
  background-color: #BAD6D6;
}
.mzb-section {
  margin-bottom: 4rem;
}
.mzb-featured-posts .mzb-post.mzb-first-post--highlight .mzb-post-content {
  padding: 15px;
}
.mzb-featured-posts .mzb-post.mzb-first-post--highlight .mzb-featured-image img {
  height: auto;
}
.mzb-post-author {
  display: none !important;
}

#shop-page .l-main {
  padding-top: 0;    
}
.singleTitle::before {
  background-color: rgba(0,0,0,0.10);
  background-image: linear-gradient(90deg, rgba(0,0,0,.15) 50%, transparent 50%), linear-gradient(rgba(0,0,0,.15) 50%, transparent 50%);
  background-size: 2px 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.post-391 .article-header {
  display: none;
}
.mzb-post-list .mzb-post-heading h2.front-title {
  font-size: 2.4rem;
  font-weight: 700;
}
.front-custom-posts {
  margin-top: 30px;
}
.front-custom-posts .more-link {
  display: block;
  max-width: 240px;
  margin: 30px auto;
  padding: 10px;
  text-align: center;
}
.front-custom-posts .more-link span {
  font-size: 1.6rem;
  color: #fff;
}
.shop-info-area {
  width: 100%;
}
.shop-info-item {
  position: relative;
}
.shop-info-item .wp-post-image {
  height: 100%;
  object-fit: cover;
}
.shop-item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(112,92,83,.7);
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
}
.shop-info-item .shop-info-title {
  color: #fff;
  line-height: 1.25;
  padding: 10px 0 0;
}
.front-area {
  background-color: #D6D6BA;
  padding: 3px 10px;
  color: #434D4D;
  font-size: 1.4remx;
  border-radius: 100vh;
}
.front-shop-date {
  display: block;
  font-size: 1.4rem;
  /* position: absolute;
  right: 2rem; */
}
.mzb-section {
  margin-bottom: 4rem;
}
.mzb-featured-posts .mzb-post.mzb-first-post--highlight .mzb-post-content {
  padding: 15px;
}
.mzb-featured-posts .mzb-post.mzb-first-post--highlight .mzb-featured-image img {
  height: auto;
}
.mzb-post-author {
  display: none !important;
}
.entry-content .more-link {
  color: #fff;
}
#primary .has-post-thumbnail {
  display: none !important;
}
.front-custom-posts .more-link {
  background-color: #BAD6D6;
  color: #fff;
  text-decoration: none;
}
.mzb-post-heading {
  width: 100%;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  .mobile-menu-buttons .navi-menu-button, .mobile-menu-buttons .search-menu-button  {
    padding-top: 6px;
  }
  .shop-info-item {
    width: 32%;
  }
  .shop-info-item .shop-info-title {
    font-size: 2rem;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  .footer-widgets {
		display: block;
	}
  .shop-info-item {
    width: 100%;
    margin-bottom: 3rem;
}
.front-area {
    font-size: 1.4rem;
}
.shop-info-item .shop-info-title {
    font-size: 2rem;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
@media screen and (min-width: 769px) {
  .shop-info-item {
      width: 32%;
  }
  .shop-info-item .shop-info-title {
      font-size: 2rem;
  }
}