@charset "utf-8";
/* common */
.wp_cont{
  min-height: calc(100vh - 360px);
  padding-top:60px;
}
.wp_h1{
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom:30px;
}
.nav-links{
  margin: 0 0 70px;
}
.page-numbers{
    align-items: baseline;
  display: flex;
  gap: 20px;
  justify-content: center;

}
.page-numbers.current{
  border: solid 1px #000;
  padding: 5px 7px;
  border-radius: 30px;
  line-height: 1;
}


/* single */
#post{
  padding:0px 0 80px;
}
.post_thumb img{
  width: 100%;
  max-width: 350px;
  margin: auto;
  display: block;
  margin-bottom: 30px;
}
.post_date{
  font-weight: bold;
  margin-bottom:5px;
}
.ttl_post{
  text-align: left;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom:20px;
}
.post_ttl{
  font-size: 20px;
  margin-bottom:30px;
}
.post_desc{
  padding:0 0 30px;
}
.post_desc img{
  height: auto;
}
.post_cont .btn_brown01{
  margin-top:30px;
}
.post_sns{
  display: flex;
  justify-content: center;
  gap:20px;
  margin-bottom:30px;
}
.post_ba{
  display: flex;
  justify-content: space-between;
  margin-bottom:20px;
}
.post_ba a{
  padding:5px 15px;
  border:solid 1px var(--color-brown04);
  border-radius: 30px;s
}

.post_ba a{
  position: relative;
}
.post_ba a:after {
    top: 0;
    bottom: 1px;
    right: 5px;
    margin: auto;
    width: 14px;
    height: 14px;
    background: url(/images_2024r/shop/common/icon/ico_btn_arror_black.svg);
    background-size: cover;
}
.post_ba a:first-of-type{
  padding-left:25px;
}
.post_ba a:first-of-type:after{
    left: 5px;
    right:auto;
    transform:rotate(180deg);
}
.post_ba a:last-of-type{
  padding-right:25px;
}

.btn_wp_red,
.wp-block-button{
  max-width: 310px;
  text-align: center;
  display: block;
  color:#fff;
  background: var(--color-red01);
  font-size: 16px;
  padding: 18px 27px;
  line-height: 1;
  margin: auto;
  margin-top:20px;
  margin-bottom: 20px;
  border-radius: 30px;
  letter-spacing: 0.1em;
  position: relative;
}
.btn_wp_red:after,
.wp-block-button:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url(/images_2024r/shop/common/icon/ico_btn_arror_white.svg);
}
.wp-block-button{

}
.template_sec{
  margin-bottom:30px;
}

video{
  width: 100%;
}

iframe{
  width: 100%;
}

/* single end*/

/* topics 全店 */
#archive h1{
  font-size: 24px;
  text-align: center;
  margin-bottom:30px;
}
#archive .text_intro{
  margin-bottom:40px;
}
.topics_box{
  margin-bottom:40px;
}
.topics_box .post_desc:first-of-type{
  border-top:solid 1px #000;
}
.topics_box .post_desc{
  display:block;
  padding:15px;
  border-bottom:solid 1px #000;
}
.topics_box .post_date{
  font-size:16px;
}
.topics_box .ttl_post{
  font-size: 14px;
}
.topics_box .post_desc p:last-of-type{
  text-align: right;
  text-decoration: underline;
  font-weight: bold;
}

/* news 各店 */
.news_box{
  margin-bottom:40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 10px;
  margin-bottom: 30px;
}

.news_box .post_desc{
  display:block;
  padding:15px;
}
.news_box .post_date{
  font-size:16px;
}
.news_box .ttl_post{
  font-size: 14px;
}
#archive .news_box .post_desc p:last-of-type{
  text-align: right;
  text-decoration: underline;
  font-weight: bold;
}

/* column */
.mv_ct{
  margin-bottom: 60px;
}
.column  .news_box{
  margin-bottom: 60px;
  padding-top: 35px;
  padding-bottom: 20px;
}

.list_category{
  display: flex;
  flex-wrap: wrap;
}

.list_category li a{
  background-color: #dc0800;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}

.list_category li{
  margin-right: 10px;
  margin-bottom: 10px;
}

.list_category li:last-of-type{
  margin-right: 0px;
}

.cat.current{
  border:solid 1px #dc0800;
  color:  #dc0800;
  padding: 0px 10px;
  border-radius: 10px;
}

.wp_social_bookmarking_light{
  display: flex;
}

.wp_social_bookmarking_light div {
  float: left !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 5px 0px 0 !important;
  min-height: 30px !important;
  line-height: 18px !important;
  text-indent: 0 !important;
  width: auto;
}

.twitter-share-button {
  border-radius: 4px;
  padding: 0 10px;
  background-color: #1d9bf0;
  font-size: 12px;
  color: #fff;
  display: flex;
    align-items: center;
}


.twitter-share-button::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  max-height: 100%;
  width: 10px;
  height: 10px;
  background: url(https://www.cocktail-do.xyz/images/common/logo_twitter_w.png) no-repeat center / 100%;
  position: relative;
}

.twitter-share-button::after {
  position: relative;
}

.anniversary table tr{
  display: flex;
  justify-content: space-between;
}


.anniversary table tr td{
  display: flex;
  flex-wrap: wrap;
  width: 24%;
  overflow-wrap: anywhere;
}



@media screen and (max-width: 1019px) {
  .news_box{
    padding-top: 0;
    padding-bottom: 0;
  }
  

  /* column */
  
  .column  .news_box{
    padding-top: 35px;
  }
}
