/*-----------------------------------------------------------------------
TOP
-----------------------------------------------------------------------*/
/*****slider*****/
.slider {
  margin: 0 0 50px;
  background: #fff;
}
.slider img {
  width: 100%;
  height: auto;
}
.single-item {
  max-width: 600px;
  margin: 0 auto 50px;
}
.slick-prev::before,
.slick-next::before {
  font-size: 24px;
}
.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next {
  right: 20px;
  z-index: 99;
}
.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .slick-prev {
  left: 15px;
  z-index: 100;
}
.single-item .slick-prev::before,
.single-item .slick-next::before {
  color: #666;
}
.slick-dots {
  bottom: -25px;
}
.multiple-item li {
  margin: 0 5px;
}
.thumb-item {
  max-width: 700px;
  margin: 0 auto 5px;
  padding: 0 5px;
}
.thumb-item-nav {
  max-width: 700px;
  margin: 0 auto;
}
.thumb-item-nav li {
  margin: 5px;
}
.lazy-item {
  width: 400px;
  margin: 0 auto 50px;
}
.lazy-item li {
  margin: 0 5px;
}
.slick-slide img {
  opacity: 0.3 !important;
}
.slick-active img {
  opacity: 1 !important;
}
.slick-dots {
  margin-left: -4px;
}
.slick-dots li button:before {
  font-size: 15px !important;
}
/*****banner*****/
.top_bn {
  max-width: 1280px;
  margin: 24px auto;
  display: flex;
  justify-content: space-between;
}
.top_bn li {
  width: 49%;
}
.top_bn li img {
  width: 100%;
  height: auto;
}
/*****contents*****/
#top_content section {
  padding: 4% 0;
}
#top01 {
  background: url(../img/art_bk01.png) no-repeat top;
  background-size: contain;
}
.textbox {
  width: 550px;
  margin: 8px auto;
  text-align: left;
}
/*ABOUT GALLERIA*/
.pickup {
  display: table;
  margin: 15px auto;
  max-width: 1550px;
}
.pickup dl {
  width: 30%;
  display: table-cell;
  padding: 0 10px;
}
.pickup dl dt img {
  width: 100%;
}
.pickup dl dd {
  background: #586554;
  padding: 32px 0 16px 0;
  min-height: 240px;
}
.bt01 {
  margin: 4% 16%;
}
.bt02 {
  text-align: center;
  width: 40%;
  float: right;
  margin: 20px 0 0;
}
.bt01 a,
.bt02 a {
  font-size: 112.5%;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 16px 0;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.bt01 a {
  color: #fff;
  border: 1px solid #fff;
}
.bt02 a {
  color: #333;
  border: 1px solid #333;
}
.bt01 a:visited {
  color: #fff;
}
.bt02 a:visited {
  color: #333;
}
.bt01 a:hover,
.bt01 a:active {
  background: #fff;
  color: #586554;
}
.bt02 a:hover,
.bt02 a:active {
  background: #333;
  color: #fff;
}
/*NEWS*/
#news {
  background: url(../img/art_bk02.jpg) no-repeat bottom #f2f2f2;
}
#news ul {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#news ul li {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  padding: 1%;
  position: relative;
}
#news ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
#news ul li:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
#news ul li p {
  text-align: left;
}
#news ul li div {
  width: 100%;
  height: 100%;
  max-width: 210px;
  max-height: 210px;
  border: 10px solid #fff;
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0, 0.2);
  overflow: hidden;
}
.news ul li div img {
  border: 10px solid #fff;
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0, 0.2);
}
#news ul li div img {
  position: relative;
}
@media all and (max-width: 1024px) {
  #news ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap; /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap; /*--- safari（PC）用 ---*/
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #news ul li {
    display: block;
    width: 30%;
  }
}
/*.thumbs::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.thumbs {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.thumbs img { 
  width: auto;
  height: 100%;
  line-height: 0;
  position: absolute;
  top: 0;
  left:-15%;
}*/
.entry_all_ti {
  color: #333;
  font-weight: bold;
  font-size: 112.5%;
  text-decoration: none;
}
/*banner*/
#beer_bn {
  padding: 4% 0;
}
#beer_bn img {
  width: 180px;
}
.shop_bn {
  padding: 4% 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.shop_bn li img {
  width: 180px;
}
.shop_bn li {
  margin-bottom: 16px;
}
/*SNS*/
#sns {
  background: url(../img/art_bk03.jpg) no-repeat #efefef;
  background-size: contain;
}
.snsbox ul {
  width: 100%;
  max-width: 730px;
  margin: 20px auto;
}
.snsbox ul li {
  font-size: 125%;
  color: #737373;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
.snsbox ul li:last-child {
  margin-right: 0 !important;
}
.snsbox ul li div {
  width: 120px;
  height: 120px;
  line-height: 120px;
  -webkit-border-radius: 50%; /* 50%でもOK */
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #666;
}
.snsbox ul li div a {
  color: #737373;
  text-decoration: none;
}
.snsbox ul li div:hover {
  border: 1px solid #dc4405;
  background: #fff;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.snsbox ul li div i,
.snsbox ul li div img {
  display: block;
  line-height: 120px;
  margin: 0 auto;
}
.snsbox ul li div img {
  margin: 25% auto;
}
/*btmbox*/
#btmbox {
  width: 100%;
  position: relative;
}
#btmbox img {
  vertical-align: bottom;
}
#btmbox section {
  background: rgba(0, 0, 0, 0.5);
  padding: 1%;
  width: 31.25%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 55%;
  text-align: left;
}
@media all and (min-width: 1601px) {
  #btmbox section {
    height: 35%;
  }
}
@media all and (max-width: 1024px) {
  #btmbox section {
    height: 70%;
  }
}
#btmbox h3 {
  font-size: 187.5%;
  color: #fff;
  margin-bottom: 2%;
}
#btmbox p {
  font-size: 93.8%;
  color: #fff;
}
/* widget wp-calendar start */
#xo-event-calendar-1 {
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
}
.xo-month thead th {
  background: rgba(0, 0, 0, 0.05);
}
/*-----------------------------------------------------------------------
NEWS
-----------------------------------------------------------------------*/
.news {
  padding: 50px 0 0;
}
.news dl {
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.news dl dt {
  width: 33.33%;
  display: inline-block;
  margin-right: 10px;
}
.news dl dt img {
  width: 100%;
  display: block;
  border: 10px solid #fff;
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0, 0.2);
}
.news dl dd {
  display: inline-block;
  width: 65%;
}
.news dl dt,
.news dl dd {
  vertical-align: top;
}
/*-----------------------------------------------------------------------
他
-----------------------------------------------------------------------*/
/*.contents {
  padding: 100px 0 0;
}*/
/*-----------------------------------------------------------------------
LP,特定商取引
-----------------------------------------------------------------------*/
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.aic {
  -webkit-align-items: center;
  align-items: center;
}
.list2 li {
  width: 50%;
}
.list2-2 li {
  width: 49%;
}
.list2-3 li {
  width: 49.5%;
}
.list3 li {
  width: 32%;
}
.list3 li ul li {
  width: 100%;
}
.list4 li {
  width: 23%;
}
.wide_over {
  margin: 0 calc(50% - 50vw);
  width: 99.4vw;
}
.wide_over img {
  width: 100%;
}
.anchor,
.anchor02,
.anchor03,
.anchor_wine {
  padding: 24px 0;
}
.anchor li,
.anchor02 li,
.anchor03 li,
.anchor_wine li {
  text-align: center;
}
.anchor li a,
.anchor02 li a,
.anchor_wine li a {
  background: #fff;
  display: block;
  padding: 12px 0 24px 0;
  text-decoration: none;
  position: relative;
}
.anchor li a {
  color: #000b4b;
}
.anchor02 li a {
  color: #42210b;
}
.anchor02 {
  padding: 64px 0 32px 0;
}
.anchor03 {
  gap: 24px;
  margin: 48px 0;
}
.anchor03 li a {
  background: #eee;
  color: #000;
  display: block;
  padding: 12px 0 24px 0;
  text-decoration: none;
  position: relative;
}
.anchor_wine li a {
  color: #191311;
}
.anchor li a:hover {
  background: rgba(0, 113, 187, 1);
  color: #fff;
}
.anchor02 li a:hover {
  background: yellow;
  color: #42210b;
}
.anchor03 li a:hover {
  background: #ddd;
}
.anchor_wine li a:hover {
  background: #5c4e73;
  color: #fff;
}
.anchor li a:after,
.anchor02 li a:after,
.anchor03 li a:after,
.anchor_wine li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "FontAwesome";
  content: "\f0ab";
}
.bn_contest {
  max-width: 960px;
  margin: 24px auto;
  background: #fff;
}
.bn_contest div {
  padding: 4%;
  color: #000;
}
.bn_contest div a {
  color: #000;
}
.bn_contest ul li {
  margin-left: 24px;
  list-style-type: disc;
}
.bn_contest ul.flex3 li {
  margin-left: 0;
  list-style-type: none;
}
.lp section {
  padding: 4% 0;
  line-height: 1.8;
}
.lp section li,
.lp section p {
  font-size: 120%;
}
.lp section p.small {
  font-size: 70%;
}
.blue01 {
  background: rgba(40, 123, 198, 0.6);
}
.brown01 {
  background: #3a220c;
}
.lp h3 {
  color: #000b4b;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.2em;
}
.lp h3 span {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.top_contents {
  background: #000b4b;
}
.top_contents02,
.stew_bk {
  background: #3a220c;
}
.top_contents_wine,
.concept_bk_wine {
  background: #9082a7;
}
.concept_bk_wine02 {
  background: #f3f5df;
}
.top_contents03,
.curry_bk {
  background: #f2ad11;
}
.curry_orange {
  background: #f99300;
}
.laybox table th,
.laybox table td {
  vertical-align: middle;
}
.products_beer table,
.tokutei table,
.products_stew table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.products_beer table,
.products_stew table {
  margin-bottom: 24px;
}
.products_beer table td table,
.products_stew table td table {
  border: none;
}
.products_beer table tr,
.tokutei table tr,
.products_stew table tr {
  border-bottom: 1px solid #ccc;
}
.products_beer table td table tr,
.products_stew table td table tr {
  border: none;
}
.products_beer table th,
.tokutei table th,
.products_stew table th {
  color: #fff;
  border-right: 1px solid #ccc;
}
.products_beer table th {
  width: 20%;
  background: rgba(0, 113, 187, 1);
}
.products_stew table th {
  width: 20%;
  background: #603813;
}
.tokutei {
  margin-bottom: 60px;
}
.tokutei table th {
  background: rgba(220, 68, 5, 0.6);
}
.tokutei table td table th {
  color: #000;
  background: #eee;
}
.products_beer table td,
.tokutei table td,
.products_stew table td {
  background: #fff;
  border-right: 1px solid #ccc;
}
.products_beer table td {
  width: 80%;
}
.lp table {
  border-collapse: collapse;
}
.lp th,
.lp td {
  padding: 2%;
}
.concept_bk {
  background-image: url("../img/beer/phoenix.webp");
  background-repeat: no-repeat;
  background-position: center right;
}
#ABOUT {
  background: #000b4b;
}
#ABOUT h3,
#ABOUT h3 span,
.stew_bk h3,
.stew_bk h3 span,
.products_stew h3,
.products_stew h3 span {
  color: #fff;
}
.brown {
  color: #280700 !important;
}
.white_ti,
.white_ti span {
  color: #fff !important;
}
.wine_ti_brown,
.wine_ti_brown span {
  color: #896340 !important;
}
#ABOUT table tr {
  border-bottom: 8px solid #000b4b;
}
#ABOUT table td {
  padding: 0;
  /*background: #cbba84;*/
  background: url("../img/beer/bk.jpg") no-repeat;
  background-size: cover;
}
.purchase {
  width: 760px;
  margin: 0 auto 24px auto;
}
.attention {
  font-size: 30px;
  border: 4px double #dc4405;
  padding: 2%;
  color: #dc4405;
  margin-bottom: 24px;
}
.limit {
  font-size: 16px;
  border: 4px double #dc4405;
  padding: 2%;
  color: #dc4405;
}
.limit span {
  background: #dc4405;
  color: #fff;
  padding: 8px;
  margin-right: 8px;
}
.kodawari {
  padding: 4%;
  border: 3px double #a57c52;
}
.purchase #form {
  background: #000b4b;
  margin-bottom: 40px;
}
.purchase table {
  width: 100%;
}
.purchase table th {
  color: #fff;
}
.purchase #form th {
  width: 25%;
}
.purchase table input,
.purchase table textarea,
select {
  width: 100%;
}
.purchase table input[type="text"],
.purchase table input[type="tel"],
.purchase table input[type="number"],
.purchase table input[type="email"],
.purchase table textarea,
select {
  padding: 2%;
}
.purchase table input[type="submit"],
.purchase table input[type="button"],
.purchase table input[type="reset"] {
  padding: 2%;
  cursor: pointer;
  font-size: 17px;
}
.brown_table {
  background: #42210b !important;
}
/*wine*/
.wine_box {
  padding: 80px 0;
  max-width: 90%;
  margin: 0 auto;
}
.item_list {
  gap: 24px;
}
.item_list li {
  background: rgba(255, 255, 255, 0.6);
  padding: 24px;
}
.item_list li dl div {
  margin-bottom: 16px;
}
.item_list li .image {
  margin-bottom: 16px;
}
.item_list li p {
  font-size: 96%;
  font-family: "Sawarabi Mincho", serif;
  font-weight: 600;
}
.item_list li dt,
.item_list li dd {
  font-size: 70% !important;
}
.item_list li dt {
  color: #896340;
  font-weight: 600;
  border: 1px solid #896340;
  text-align: center;
}
.label_cap {
  font-size: 70% !important;
  color: #896340;
}
/*form*/
.inquiry_form {
  width: 100%;
}
.inquiry_form th {
  width: 20%;
}
.inquiry_form td {
  width: 1000px;
}
.inquiry_form input[type="text"],
.inquiry_form input[type="tel"],
.inquiry_form input[type="number"],
.inquiry_form input[type="email"],
.inquiry_form textarea,
.inquiry_form select {
  width: 100%;
  border: 1px solid #ccc;
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 16px;
  margin-bottom: 8px;
}
.inquiry_form input[type="submit"] {
  padding: 16px 48px;
  cursor: pointer;
}
.screen-reader-response,
.wpcf7-response-output {
  padding: 1%;
  text-align: center;
}
.wpcf7-not-valid-tip {
  color: red;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto !important;
  transform: scale(2);
  margin-left: 8px;
}
.wpcf7-list-item-label {
  color: #fff;
  margin: 0 3%;
}
