@charset "UTF-8";
/*ブロックスタイル追加*/
.wp-block-heading.is-style-tag-label::before {
	font-family: icomoon !important;
	content: "\e9d3" !important;
	display: inline-block;
	position: absolute;
  color: white;
  background: #ef8f00;
  width: 3rem;
  text-align: center;
  height: 3rem;
  line-height: 2.5;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}
.wp-block-heading.is-style-tag-label {
  background: #ffd98a;
  margin-left: 1.35rem;
  border-radius: 0 10px 10px 0;
  border: none;
  padding: .5rem 2rem;
}
.wp-block-heading.is-style-triangle::before {
    content:  '';                   /* 空白の要素を作る */
    width: 0;                       /* 幅指定 */
    height: 0;                      /* 高さ指定 */
    border-style: solid;            /* 三角を作る */
    border-width: 0px 0 70px 90px; /* 三角を作る */
    border-color: transparent transparent #ffe8b3 transparent;  /* 三角を作る */
    position:  absolute;            /* 位置調整 */
    z-index:  -1;                   /* 重なり調整 */
    transform: rotate(25deg);       /* 回転 */
    top: -40px;                     /* 位置調整 */
    left: 10px;                     /* 位置調整 */
}
.wp-block-heading.is-style-triangle {
	z-index: 1;
	margin-bottom: 1.5em;
}
.wp-block-heading.is-style-star {
	border-bottom: 1px solid #ef8f00;
	padding: 0;
	margin-bottom: .5em;
	border-left: none;
}
.wp-block-heading.is-style-star::before {
  font-family: icomoon !important;
  content: "\e9d9" !important;
  color: #ef8f00;
  line-height: 2.5;
  padding: 0 8px;
}
/**/
.l-footer {
  background: rgb(255,160,5);
  background: -moz-linear-gradient(0deg, rgba(255,160,5,1) 0%, rgba(255,214,109,1) 58%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,160,5,1) 0%, rgba(255,214,109,1) 58%, rgba(255,255,255,1) 100%);
  background: linear-gradient(0deg, rgba(255,160,5,1) 0%, rgba(255,214,109,1) 58%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa005",endColorstr="#ffffff",GradientType=1);
}
.wp-block-button__link {
	font-size: 1em;
}
/*sns*/
.article-header .sns-share {
  position: fixed;
  top: 40%;
  right: 20px;
  z-index: 1;
}
.article-header .sns-buttons {
  flex-direction: column;
}
.article-header .sns-buttons .sns-button {
  width: 30px;
  height: 30px;
  box-shadow: 2px 2px 6px 0px #929292;
}
.article-header .sns-share .sns-buttons .sns-button .button-caption {
  display: none;
}
/*レーダーチャート共通*/
.radar-chart-dls {
  list-style: none;
  color: #777;
  font-size: 0.8rem;
}
.radar-chart-dls li {
  position: absolute;
  white-space: nowrap;
  padding: 0;
}
.article .radar-chart-dls li {
  margin: 0;
}
.radar-chart-dls dd {
  font-size: .75rem;
  line-height: 1.5;
}
.radar-chart-dls dt {
  line-height: 1;
  font-weight: normal;
}
.radar-chart-animataion {
  animation: radar-chart-animataion 1s ease-out;
}

/************************************
*ビアログ
************************************/
.single-beer h1::before {
  content:'';
  display: inline-block;
  width: 3.5rem;
  height: 2.5rem;
  background: url(../img/h-icon.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: 10px;
}
.beer-review h2{
  margin-bottom: 1.5rem;
}
/*感想*/
.beer-feature {
  margin-bottom: 1.5rem;
}
.beer-reviewer__inner {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
}
.beer-reviewer-jao{
  border: 1px solid #d2e2fb;
}
.beer-reviewer-pino{
  border: 1px solid #cee4d1;
}
.face-icon__box {
  text-align: center;
  padding: 0.5rem;
      display: grid;
  place-items: center;
}
.face-icon__box figcaption {
  font-size: 0.75rem;
  display: none;
}
.beer-reviewer__icon {
  width: 100px;
  height: 100px;
}
.total-score {
  text-align: right;
  padding-right: 1.5rem;
}
.total-score .score-num {
  font-size: 1.5em;
  font-weight: bold;
}
/* レビューチャート */
.review-chart__box {
  width: 100%;
  text-align: center;
  margin-top: -20px;
  position: relative;
}
.review-chart__box svg {
  width: 60%;
}
.radar-chart-dls .review-chart-dl1 {
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.radar-chart-dls .review-chart-dl2 {
  top: 20%;
  left: 20%
}
.radar-chart-dls .review-chart-dl3 {
  bottom: 26%;
  left: 22%;
}
.radar-chart-dls .review-chart-dl4 {
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.radar-chart-dls .review-chart-dl5 {
  bottom: 26%;
  right: 22%;
}
.radar-chart-dls .review-chart-dl6 {
  top: 20%;
  right: 20%;
}
/*感想取説リンク*/
.review-manual {
  text-align: center;
}
/*消す分*/
.radar-chart-dls .radar-chart-dl1 {
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.radar-chart-dls .radar-chart-dl2 {
  top: 20%;
  left: 20%
}
.radar-chart-dls .radar-chart-dl3 {
  bottom: 26%;
  left: 22%;
}
.radar-chart-dls .radar-chart-dl4 {
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.radar-chart-dls .radar-chart-dl5 {
  bottom: 26%;
  right: 22%;
}
.radar-chart-dls .radar-chart-dl6 {
  top: 20%;
  right: 20%;
}
/*ここまで*/
.radar-chart-aria {
  transform-origin: center;
}
.radar-chart-aria {
  transform-origin: center;
}
.review-chart__legend dt{
	padding-bottom: 3px;	
}
.review-chart__legend dd{
	margin: 0;
}
.review-chart-score, .chart-score {
	display: flex;
	justify-content: center;
}
.jao-score {
/* 	border: 1px solid #5F94E0; */
	color: #5F94E0;
}
.pino-score {
/* 	border: 1px solid #40AD4B; */
	color: #40AD4B;
}
.pino-score::before {
	content:'/';
	padding-left: 5px;
	width: 15px;
	color: #666;
}

/*--------------------------------------
アイキャッチ
--------------------------------------*/
.beer-eyecatch__container {
  position: relative;
}
.beer-eyecatch__txt {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: auto;
  min-width: 50%;
  max-width: 70%;
  background-color: #000;
  color: #fff;
  font-size: 0.6rem;
  padding: .25rem .25rem .25rem 1rem;
}
.beer-eyecatch__txt p {
  border-bottom: solid 1px #fff;
  line-height: 2;
}
.beer-eyecatch__name{
  font-size: 1.25em;
  font-weight: bold;
  padding-bottom: 0.25rem;
  text-align: center;
}
/*--------------------------------------
基本情報
--------------------------------------*/
.beer-status figure.beer-status__table {
  width: 70%;
}
.beer-status figure.beer-status__table table {
  width: 100%;
}
.status-item__box {
  width: 30%;
}
.status-item__box .caption-box-label.box-label, .characteristic .caption-box-label.box-label {
  align-items: center;
  background-color: transparent;
  color: inherit;
} 
.status-item__box .item-malt {
  border: 1px solid #ffc107;
  border-radius: 0;
  margin-bottom: 1rem;
}
.status-item__box .item-malt .box-label::before {
  content:'';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(./img/labelicon-malt.png) no-repeat;
  background-size: contain;
}
.status-item__box .item-malt .box-label .box-label-text {
  color: #FFC107;
}
.status-item__box .item-hop {
  border: 1px solid #8BC34A;
  border-radius: 0;
  margin-bottom: 1rem;
}
.status-item__box .item-hop .box-label::before {
  content:'';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(./img/labelicon-hop.png) no-repeat;
  background-size: contain;
}
.status-item__box .item-hop .box-label .box-label-text {
  color: #8BC34A
}
.status-item__box .item-other {
  border: 1px solid #9f9f9f;
  border-radius: 0;
}
.brewery-link__box {
	margin-top: 3.5rem;
}
.brewery-link__box h3 {
	margin-bottom: 1.5rem;
}
.brewery-link .p-blogCard__caption::before {
	content: none;
}

/*--------------------------------------
感想
--------------------------------------*/
.review__container {
	display: flex;
}
.jao-review .wp-block-group, .pino-review .wp-block-group {
	margin-bottom: .5em;
}
.jao-review  {
	border:1px solid #d2e2fb;
	padding: 5px;
}
.pino-review {
	border: 1px solid #cee4d1;
	padding: 5px;
}
.review-total {
	align-items: center;
	padding-left: 5px;
}
.review-total figcaption {
	line-height: 1;
	margin: 0;
}
.total-score {
	line-height: 1.5;
	padding-left: 10px;
}
.total-star {
  border-radius: 3px;
  padding: 5px;
  flex-direction: row;
}
/* レーダーチャート */
.radar-chart__box {
  text-align: center;
  margin-top: -20px;
}
.radar-chart-pentagon svg {
  width: 100%;
  background-color: #fff;
}
.radar-chart-pentagon, .radar-chart-hexagon, .radar-chart-hexagon-w {
  position: relative;
}
.radar-chart-pentagon .radar-chart-dl1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.radar-chart-pentagon .radar-chart-dl2 {
  top: 30%;
  left: 15%
}
.radar-chart-pentagon .radar-chart-dl3 {
  bottom: 10%;
  left: 23%;
}
.radar-chart-pentagon .radar-chart-dl4 {
  bottom: 10%;
  left: 69%;
}
.radar-chart-pentagon .radar-chart-dl5 {
  top: 25%;
  right: 10%;
}
.radar-chart-hexagon .radar-chart-dl1 {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.radar-chart-hexagon .radar-chart-dl2 {
  top: 75px;
  left: 18%
}
.radar-chart-hexagon .radar-chart-dl3 {
  top: 160px;
  left: 22%;
}
.radar-chart-hexagon .radar-chart-dl4 {
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.radar-chart-hexagon .radar-chart-dl5 {
  top: 160px;
  right: 22%;
}
.radar-chart-hexagon .radar-chart-dl6 {
  top: 75px;
  right: 19%;
}
.radar-chart-aria {
  transform-origin: center;
}
@keyframes radar-chart-animataion {
  0% {
    transform: scale(0);
  }
}

/************************************
*ブルワリー
************************************/

/*基本情報*/
.brewery-info, .brewery-link__box {
	background: url(./img/brewery-bg.png) no-repeat;
	background-color : rgba(255,255,255,0.8);
	background-blend-mode: lighten;
	background-position: right 10px bottom 0;
	background-size: 40%;
}
.icon-link__group {
	margin: 5px 0 0 0;
}
.icon-link__group a {
	margin-left: 5px;
}
.icon-link__group a:hover {
	position:relative;
	top: 1px;
	left: 1px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (min-width:480px) { 

}
@media screen and (min-width:600px) {
/*　画面サイズが600pxから959pxまではここを読み込む　*/
/*--------------------------------------
アイキャッチ
--------------------------------------*/
.beer-eyecatch__txt {
  font-size: 1rem;
  padding: 0.75rem 0.75rem 0.75rem 1.5rem;
}
.beer-eyecatch__txt p {
  margin: .25rem;
}
.brewery-info, .brewery-link__box {
	background-size: 25%;
}
  #gnav, #sp_menu, .l-header__menuBtn {
	  display:none!important;
	}
  .l-header__logo {
	  order:0;
    }
  .-series-right .c-gnavWrap {
	  margin-left: auto;
	}
  .review__container > .wp-block-group__inner-container {
	display:flex;
	gap: .25rem;
    }
  .review__box > .wp-block-group__inner-container {
	display:flex;
	flex-direction: column;
	flex-grow: 1;
	width: 100%;
    }
  .review__box {
	display: flex;
	width: 50%;
	}
	.total-star {
	flex-direction: column;
	}
/*--------------------------------------
ビアログ
--------------------------------------*/
.beer-reviewer__container {
  display: flex;
}
.review-chart__box svg {
  width: 100%;
}
.radar-chart-dls .review-chart-dl2 {
  left: 8%;
}
.radar-chart-dls .review-chart-dl3 {
  bottom: 35%;
  left: 10%;
}
.radar-chart-dls .review-chart-dl4 {
  bottom: 15%;
}
.radar-chart-dls .review-chart-dl5 {
  bottom: 35%;
  right: 7%;
}
.radar-chart-dls .review-chart-dl6 {
  right: 5%;
}
  /* レーダーチャート */
  .radar-chart-pentagon .radar-chart-dl1 {
    top: 0;
	}
  .radar-chart-pentagon .radar-chart-dl2 {
    left: 23%
}
.radar-chart-pentagon .radar-chart-dl3 {
  left: 32%;
}
.radar-chart-pentagon .radar-chart-dl4 {
  right: 29%;
}
.radar-chart-pentagon .radar-chart-dl5 {
  right: 27%;
}
  .radar-chart-hexagon .radar-chart-dl1 {
    top: 28px;
  }
.radar-chart-hexagon .radar-chart-dl2 {
  top: 77px;
  left: 12%;
}
.radar-chart-hexagon .radar-chart-dl3 {
  top: 162px;
  left: 16%;
}
.radar-chart-hexagon .radar-chart-dl4 {
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
}
.radar-chart-hexagon .radar-chart-dl5 {
  top: 162px;
  right: 15%;
}
.radar-chart-hexagon .radar-chart-dl6 {
  top: 77px;
  right: 13%;
}
.review__container {
	display: block;
}
	.radar-chart-hexagon-w .radar-chart-dl1 {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.radar-chart-hexagon-w .radar-chart-dl2 {
  top: 70px;
  left: 9%
}
.radar-chart-hexagon-w .radar-chart-dl3 {
  top: 160px;
  left: 13%;
}
.radar-chart-hexagon-w .radar-chart-dl4 {
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
}
.radar-chart-hexagon-w .radar-chart-dl5 {
  top: 160px;
  right: 12%;
}
.radar-chart-hexagon-w .radar-chart-dl6 {
  top: 70px;
  right: 10%;
}
}
@media screen and (min-width:960px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
 
}
