@media screen and (min-width: 992px){
.cask_monitoring iframe {
	height:1800px;
	margin-top:20px;
	}
}

@media screen and (min-width:665px) and ( max-width:991px){
.cask_monitoring iframe {
	height:1800px;
	margin-top:20px;
	}
}

@media screen and (max-width:664px){
.cask_monitoring iframe {
	height:2230px;
	margin-top:10px;
	}
}


@media screen and (min-width: 992px){
.cask_taikan iframe {
	height:1900px;
	margin-top:20px;
	}
}

@media screen and (min-width:665px) and ( max-width:991px){
.cask_taikan iframe {
	height:1900px;
	margin-top:20px;
	}
}

@media screen and (max-width:664px){
.cask_taikan iframe {
	height:2330px;
	margin-top:10px;
	}
}





@media screen and (min-width: 992px){
.font_h2 {
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    border-left: 0px solid #222222;
    border-right: 0px solid #222222;
    color: #000000;
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
    padding: 20px 0px 20px 0px;
	}
}

@media screen and (min-width:665px) and ( max-width:991px){
.font_h2 {
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    border-left: 0px solid #222222;
    border-right: 0px solid #222222;
    color: #000000;
    font-size: 10px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
    padding: 20px 0px 20px 0px;
	}
}

@media screen and (max-width:664px){
.font_h2 {
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    border-left: 0px solid #222222;
    border-right: 0px solid #222222;
    color: #000000;
    font-size: 10px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
    padding: 20px 0px 20px 0px;
	}
}


.thanks-css {
   margin-top: 30px;
   display: block; 
}

@media screen and (min-width:992px) {
  .thanks-css {
    text-align:center;
  }
}



@media screen and (min-width:992px) {
  .u-pc {
    display:none!important;
  }
}

@media screen and (max-width:991px) {
  .u-sp {
    display:none!important;
  }

}




@media screen and (min-width: 769px){
.bottom-block-bottom02 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0px;
    max-width: 100%;
    padding: 0;
    }
}

@media screen and (min-width: 769px){
.bottom-block-bottom02 .block-list {
    margin-bottom: 0;
    width: 49.4%;
    }
}

@media screen and (min-width: 769px){
.bottom-block-bottom02 .block-img {
    margin-left: 5%;
    width: 45.6%;
    margin-bottom: 15px;
    }
}

@media screen and (min-width: 769px){
.bottom-block-bottom02 .block-item:last-child {
    margin-left: 8.0971659919%;
    }
}

.bottom-block-bottom02 .block-item:last-child {
    margin-left: 4%;
}


@media screen and (max-width: 768px){
.bottom-block-bottom02 {
    margin: 15px auto 50px;
    max-width: 420px;
    text-align:center;
    }
}

.bottom-block-bottom02 .block-list {
    display: flex;
    margin: 0px auto 15px;
}




ul li {
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
}

img {
    border-style: none;
}



.bottom-block-bottom02 .block-list {
    display: flex;
    margin-bottom: 15px;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.bottom-block-bottom02 .block-item .img {
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}


img[Attributes Style] {
    width: 228px;
    aspect-ratio: auto 228 / 320;
    height: 320px;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}


.p-body ul {
    list-style: circle outside none;
    margin-left: 0em;
}

.frame {
    text-align:left;
    margin:100px 0 50px;
}


@media screen and (max-width: 768px){
  .frame{
    text-align:left;
    margin:50px 0 20px;
    font-size:11px;
  }

  .font-size1{
    font-size:10px;
  }
  
  .font-size1 th, .font-size1 td{
    padding:10px 5px;
  }    
}

.contact .contact-form input[type=email] {
    border: 1px solid #ddd;
    padding: 8px 12px;
    width: 100%;
}



@media screen and (min-width: 992px){
	.article .article-detail1 {
    	margin-top: 140px;
    	padding: 10px 0 50px;
	}
	.article .article-content1 {
    	margin: 60px;
	}
}

.article .article-detail1 {
    background: #f5f5f5;
    margin-top: 60px;
    padding: 20px 0 64px;
}

.l-inner1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1110px;
    position: relative;
    width: 88.8888%;
}

.article .article-content1 {
    margin: 32px 0;
}












/*--------------------------------------
  ボトル販売
--------------------------------------*/
@media (min-width: 782px) {
  .wp-block-columns {
      flex-wrap: nowrap;
  }
  .wp-block-column {
      flex-basis: 0;
      flex-grow: 1;
      width: 33.33%;
  }
  .wp-block-column:not(:first-child) {
      margin-left: 2em;
  }
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:not(:only-child) {
      flex-basis: calc(50% - 1em)!important;
      flex-grow: 0;
  }
}

@media (max-width: 599px) {
  .wp-block-column {
      flex-basis: 100%!important;
  }
}



.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap;

}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
  display: flex;
}

.l-wrapper_06 {
  margin: 1rem auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #F2F2EC;
}


.card-img_06 {
  max-width:40%;
  height: auto;
}
.card-content_06 {
  padding: 8px 20px 20px;
}
.card-title_06 {
  font-size: 14px;
  color: #333;
  font-weight: 700;
  text-align:center;
}
.card-text_06 {
  font-size: 12px!important;
  color: #777;
}
.card-link_06 {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}

.card-content_06 p {
  margin-bottom:0;
}

.p-editor-content .card-img_06 img{
  max-width: 40%!important;
}
.card-link_06 a {
  text-decoration: none;
  color: #4f96f6;
  margin: 0 10px;
}
.card-link_06 a:hover {
  color: #6bb6ff;
}




.card__footer_01 {
    padding: 10px 0;
    margin-top: auto;
}


a.brownLink {
    position: relative;
    background-color: #472312;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    padding: 8px 0 6px;
    margin-top: auto;
    display: block;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    transition: all 0.5s ease-out;
    font-size: 12px;
}

a.brownLink::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../images/anotherBox_blank.png) no-repeat center center;
    background-size: contain;
}

a.brownLink span.subTitle {
    font-size: 11px;
    font-size: 0.6875rem;
    color: #DACBB6;
}

@media screen and (max-width: 768px){
	a.brownLink span.subTitle {
		font-size: 10px;
		font-size: 0.625rem;
	}

	a.brownLink {
	padding: 16px 0;
	font-size: 13px;
	font-size: 0.8125rem;
}
}





@media screen and (max-width:991px){
	.recruit_table2 td {
		width: 85%;
		font-size:12px;
	}
	.recruit_table2 th {
		width: 15%;
		font-size:12px;
		text-align:center;
	}
    .margintop{
		margin-top: 60px;
	}
}

@media screen and (min-width:992px){
	.text-center{
		text-align:center;
	}
}

@media screen and (min-width:992px){

	.recruit_table2 th {
		text-align:center;
	}

    .margintop{
		margin-top: -60px;
	}
}

.p-editor-content form .p-form dd {
    margin-bottom: 0;
}

.p-editor-content form .p-form dl {
    margin-bottom: 0px;
}

.p-form-control input[type=file] {
   width: 80%;
}

.p-contact-section__action2 .button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #000;
    border: 2px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 58px;
    justify-content: center;
    margin: 0 auto;
    width: 280px;
    text-decoration: none;

}

.p-contact-section__action2 .button__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    padding-left: 14px;
}

.p-contact-section__action2 {
    margin: 24px 0;
    text-align: center;
}

@media screen and (min-width: 912px)
	.p-contact-section__action2 {
		margin-top: 34px;
	}
}

@media screen and (min-width: 912px){
	.p-contact-section__action2 .button {
	height: 72px;
	width: 400px;
	}
}

.p-editor-content .opacity input:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.c-button--black {
    color: #fff!important;
}


.c-button2.c-button--black {
    background: #000;
}
@media screen and (min-width: 992px) {
    .c-button2 {
        font-size: 16px;
        max-width: 400px;
        padding: 24px 0;
    }
}
.c-button2, .c-button:hover {
    color: #fff;
}

.c-button2 {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 0 auto;
    max-width: 248px;
    padding: 20px 0;
    text-align: center;
    text-indent: .05em;
    width: 100%;
}

.item a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	moz-opacity: 0.6;
	webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}




.c-button3.c-button--black {
    background: #000;
}
@media screen and (min-width: 992px) {
    .c-button3 {
        font-size: 16px;
        max-width: 400px;
        padding: 24px 0;
    }
}
.c-button3, .c-button:hover {
    color: #fff;
}

.c-button3 {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 20px auto 0;
    padding: 10px 0;
    text-align: center;
    text-indent: .05em;
    width: 100%;
}


.p-header__logo {
	max-width: 15%;
}


.thumbnail-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7); /* 半透明の黒背景 */
    color: white; /* 白文字 */
    padding: 5px 10px; /* パディング */
    border-radius: 15px; /* 角を丸くする */
    font-size: 12px; /* フォントサイズ */
    font-weight: 700; /* フォント太さ */
}

.bottlingsale-single .l-inner--md {
	max-width: 100%;
	width: 100%;
}



@media screen and (min-width: 992px) {
    .p-bottlinglist1 {
        margin: 0 -14px;
    }

    .p-bottlinglist1 .item {
        margin-top: 48px;
        padding: 0 14px;
        width: 25%;
    }
    
    .p-bottlinglist1 a {
        display: block;
        height: 100%;
        padding-bottom: 40px;
    }
    .p-bottlinglist1 .image {
        padding-top: 100%;
        width: 100%;
    }
}




@media screen and (max-width: 991px) {

    .p-bottlinglist1 {
        margin: 0 -10px;
    }

    .p-bottlinglist1 .item {
        margin-top: 40px;
        padding: 0 10px;
        width: 50%;
    }

    .p-bottlinglist1 a {
        display: block;
        height: 100%;
        padding-bottom: 40px;
    }

    .p-bottlinglist1 .image {
        padding-top: 100%;
        width: 100%;
    }
}

.p-bottlinglist1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-bottlinglist1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.p-bottlinglist1 .image {
    padding-top: 80px;
    position: relative;
    width: 80px;
}

.p-bottlinglist1 .image span {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}



#wpmem_reg {
    width:100%!important; 
}

#wpmem_reg .req-text{
    display:none;; 
}



#wpmem_reg legend {
    border-bottom: none;
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 34px;
    margin-top: -0.5em;
    padding-bottom: 0;
    text-align: center;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif!important;
}

#wpmem_reg .button_div {
    padding: 0px 0;
    text-align: center;
}

#wpmem_reg .buttons {
    background-color: #472312;
    border: none;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    min-width: 240px;
    overflow: hidden;
    padding: 0 20px;
    text-align: center;
    margin:20px auto 0px;
    font-weight:700;
}



@media (max-width: 991px) {
	#wpmem_reg legend {
		font-size: 18px;
		margin-bottom: 15px;
    }
    #wpmem_reg .buttons{
        height: 50px;
        line-height: 50px;
        min-width: 200px;
    }
	.p-header__logo--mobile {
        width: 40%;
    }
    .p-footer__logo {
        width: 40%;
        margin: 0 auto;
    }
    .front-mainview+.p-cb__item {
        padding-top: 420px;
    }

}

@media screen and (min-width: 992px) {
    .front-mainview+.p-cb__item {
        padding-top: 490px;
    }
}

.front-mainview .p-header-content__link {
    transform: translateY(73%);
}

.front-mainview .p-header-content__link .item:nth-child(3) a {
    background-image: url(../img/front/front_mainview_link_image03.jpg);
}

.front-mainview .p-header-content__link .item:nth-child(4) a {
    background-image: url(../img/front/front_mainview_link_image04.jpg);
}


.c-button4 {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 0 auto;
    max-width: 400px;
    padding: 24px 0;
    text-align: center;
    text-indent: .05em;
    width: 100%;
    background-color: #000;
    color: #fff;
    
}
.c-button4:hover {
    color: #fff;
}

.js-caseaccordion__button:before{
    color:white;
}
.js-caseaccordion__button:after{
    color:white;
}
