/* Search & Filter Styles */
body
{
	display:block;
}
.searchandfilter p
{
	margin-top: 1em;
	display:inline-block;
}
.searchandfilter ul
{
	display:inline-block;
}
.searchandfilter li
{
	list-style: none;
	display:inline-block;
	padding-right:10px;
}

/* If in a widget area make a single column by adding display block  */
.widget-area .searchandfilter li, .widget-area .searchandfilter p
{
	display:block;
}
.searchandfilter label
{
	display:block;
}
.searchandfilter h4
{
	margin:15px 0;
	font-size:16px;
}

.searchandfilter ul > li > ul:not(.children)
{
	margin-left:0;
}


/*---------*/
.ov-h {
    overflow: hidden
}
.wp-admin .wp-block-spacer {
    border: 1px dotted #ddd
}

.cms-sentense p:not(:first-child) {
    padding-top: 1em
}

.cms-sentense p a {
    color: #2075da;
    text-decoration: underline
}

.cms-sentense p a:hover {
    text-decoration: none
}

.cms-sentense strong {
    font-weight: 600 !important
}

.cms-sentense h1 {
    font-size: 130%
}

.cms-sentense h2 {
    font-size: 130%
}

.cms-sentense h3 {
    font-size: 115%
}

.cms-sentense ul {
    list-style-type: none
}

.cms-sentense ul li {
    padding-left: 1em;
    text-indent: -1em
}

.cms-sentense ul li::before {
    content: "・";
    text-indent: 0
}

.cms-sentense ol {
    list-style: decimal;
    padding-left: 1.2em
}
/*
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?qie9ke');
    src:  url('../fonts/icomoon.eot?qie9ke#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?qie9ke') format('truetype'),
      url('../fonts/icomoon.woff?qie9ke') format('woff'),
      url('../fonts/icomoon.svg?qie9ke#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
[class^=icon-], [class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-x_twitter:before {
    content: ""
}

.icon-arrow-bottom:before {
    content: ""
}

.icon-arrow-left:before {
    content: ""
}

.icon-arrow-right:before {
    content: "\ea42";
}

.icon-arrow-top:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-line:before {
    content: ""
}

.icon-account:before {
    content: ""
}

.icon-beginner:before {
    content: ""
}

.icon-cart:before {
    content: ""
}

.icon-docs:before {
    content: ""
}

.icon-drink:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-guide:before {
    content: ""
}

.icon-info:before {
    content: ""
}

.icon-item:before {
    content: ""
}

.icon-lock:before {
    content: ""
}

.icon-qa:before {
    content: ""
}

.icon-recipe:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.icon-mail:before {
    content: ""
}
*/


.icon-arrow-right{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1em;
  }
  
  .icon-arrow-right::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.4em;   /* arrow size */
    height: 0.4em;  /* arrow size */
    border-top: 2px solid #f17b00;  /* thickness, color */
    border-right: 2px solid #f17b00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }



.blocks-innerBlocks .blocks-margin:first-child {
    margin-top: 0
}

[class*=" blocks-max-col-"],
[class^=blocks-max-col-] {
    margin: auto;
    padding-left: 15px;
    padding-right: 10px;
}
.blocks-max-col-8 {
    /*max-width: 720px*/
}
.blocks-innerBlocks [class*=" blocks-max-col-"],
.blocks-innerBlocks [class^=blocks-max-col-] {
    padding-left: 0px;
    padding-right: 0px
}
.blocks-margin {
    border-top: 1px solid rgba(0, 0, 0, 0);
    /*margin-top: 30px*/
}

.wp-admin .wp-block-heading,
.wp-admin .wp-block-image,
.wp-admin .wp-block-video,
.wp-admin .wp-block-table,
.wp-admin .wp-block-paragraph,
.wp-admin .wp-block-list,
.wp-admin .wp-block-media-text,
.wp-admin .wp-block-post-title {
    margin-top: 30px !important;
    width: 100%;
    padding: 0 20px;
    max-width: 720px;
    margin: auto
}

.wp-block-table table {
    white-space: normal;
}

.wp-block-heading {
    font-weight: 600;
    line-height: 1.2
}

.wp-block-heading a {
    text-decoration: underline
}

.wp-block-heading a:hover {
    text-decoration: none
}


/*FAQ用*/
.accordion-004 {
    max-width: 600px;
    margin-bottom: 15px;
    border: 2px solid #7b8de5;
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
}

.accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1em 1em 3em;
    font-weight: 600;
    cursor: pointer;
    font-size: 20px;
}

.accordion-004 summary::before,
.accordion-004 p.faq::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
    font-size: 22px;
}

.accordion-004 summary::before {
    color: #75bbff;
    content: "Q";
}



.accordion-004[open] summary::after {
    transform: rotate(225deg);
}
.accordion-004 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    /*margin-left: 10px;*/
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    position: absolute;
    transition: transform .5s;
    top: 50%;
    right: 5%;
}
.accordion-004 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3.5em 1.5em;
    transition: transform .5s, opacity .5s;
}

.accordion-004 h2 {
    margin: 0;
    padding: .3em 2.3em 1.5em;
    
}



.accordion-004[open] p {
    transform: none;
    opacity: 1;
}

.accordion-004 p.faq::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

span {
    font-size: 12pt !important;
}

/*FAQ用*/

/* drink */

.nega[class*=gutter] {
    padding-left: 0;
    padding-right: 0;
}
.cols.nega, .cols-full.nega, .cols-filld.nega, .cols-filld-full.nega {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: 9999px;
}
.rg30 {
    row-gap: 30px;
}
.cols {
    max-width: 1080px;
    width: 100%;
}
.cols, .cols-full, .cols-filld, .cols-filld-full {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
.col-4 {
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.cols>*, .cols-full>*, .cols-filld>*, .cols-filld-full>* {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
}
.img-rspsv-full {
    width: 100%;
    height: auto;
}
.lh140 {
    line-height: 1.4;
}
.pt10 {
    padding-top: 10px;
}
@media screen and (max-width: 767px) {
    .sm-gutter15.nega {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
}
@media screen and (max-width: 767px) {
    .sm-gutter15>* {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}
@media screen and (max-width: 1079px) {
    .md-col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .sm-fz85 {
        font-size: max(12px, 85%);
    }
}


/* drink */

.bgc-white {
    background-color: #fff
}
.bd {
    border: 1px solid #000;
}
.bdrs5 {
    border-radius: 5px;
}
.cols-filld, .cols-filld-full {
    width: 100%;
}
.d-f {
    display: flex
;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.cols-filld>*, .cols-filld-full>* {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.fxg1 {
    flex-grow: 1;
}
.bb {
    border-bottom: 1px solid #000;
}
.br {
    border-right: 1px solid #000;
}
.mb-1 {
    margin-bottom: -1px;
}
.mr-1 {
    margin-right: -1px;
}
body .fw-b {
    font-weight: 600;
}
.hov-bgBlack {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 100mscubic-bezier(0.22, 1, 0.36, 1);
}
.hov-bgBlack:hover {
    background-color: rgba(0, 0, 0, .05);
    color:black;
}
.h-max {
    height: 100%;
}
.jc-sb {
    justify-content: space-between;
}
.ai-c {
    align-items: center;
}
.ta-c {
    text-align: center;
}
.plr20 {
    padding-left: 20px;
    padding-right: 20px;
}
.ptb15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.c-orange {
    color: #f17b00;
}
.fz120 {
    font-size: max(12px, 120%);
}
* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    box-sizing: border-box;
}
.bdc-gray {
    border-color: #ccc;
}
@media screen and (max-width: 767px) {
    .sm-col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ta-c {
        text-align: left;
    }
}

/*成分一覧*/
.post-content table {
    border: 1px #ddd solid;
    max-width: 100%;
}
.post-content table tbody th {
    background: #919598;
}
.post-content table th {
    color: #fff;
}
.post-content table th, .post-content table td {
    padding: 8px 10px;
    border: #ddd solid 1px;
}
.post-content h2 {
    padding: 0 0 12px;
    clear: both;
    border-bottom: 1px solid #efefef;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    font-weight: bold;
    line-height: 1.4;
}

.w50 {
    width: 60% !important;
}

.wp-block-table.is-style-yellow {
    background-color: #fdfbf7;
    padding: 20px;
    width: 80%;
    margin:auto;
}

.wp-block-table.is-style-yellow th, .wp-block-table.is-style-yellow td {
    border: none;
    border-bottom: solid 1px #ccc;
}

.wp-block-table.is-style-yellow th, .wp-block-table.is-style-yellow td {
    border: 0;
    border-bottom: solid 1px #d3d3d3;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wp-block-table.is-style-yellow td {
    padding-left: 10px;
}
.noneborder{
    border: 0;
}

table.w25 tr>*:first-child {
    width: 25%;
}
@media screen and (max-width: 767px) {
    .post-content table {
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        display: block;
        white-space: nowrap;
    }
    .wp-block-table.is-style-yellow {
        width: 100%;
    }
}