/*----------------------------------------------
追加CSS
20190703 プラグイン「Elementor」を廃止
----------------------------------------------*/

/*#########################################################################
共通
#########################################################################*/
body {
  color: #7a7a7a;
}
.cf:after {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.page_common_wrapper .red {
  color: red;
}
.align_c {
  text-align: center;
}

/*#########################################################################
PC Tablet 共通
#########################################################################*/
@media screen and (min-width: 768px) {
  .only_sp {
    display: none !important;
  }
  
  
  /*-----------------------------------------
  トップページ
  -----------------------------------------*/
  .top_slider {
    max-width: 1000px;
    padding: 0 10px;
    margin: auto;
  }
  .top_cnt {
    max-width: 1000px;
    margin: 30px auto 0;
    padding: 0 10px;
  }
  .top_cnt h2 {
    font-size: 24px;
    letter-spacing: 0.4em;
    text-align: center;
  }
  .top_cnt h3 {
    font-size: 16px;
    letter-spacing: 0.5em;
    margin-bottom: 0px;
  }
  .top_cnt h2 span {
    display: block;
    margin-bottom: 0.5em;
  }
  .top_cnt p {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 1em;
  }
  
  .top_cnt1 {
    width: 100%;
    text-align: center;
  }
  .top_cnt1 .box1 {
    width: 58%;
    float: left;
  }
  .top_cnt1 .box2 {
    width: 42%;
    float: right;
  }
  .top_cnt1 p {
    line-height: 3;
  }

  .top_cnt2 {
    text-align: center;
  }
  .top_cnt2 p {
    line-height: 2.7;
    margin-bottom: 50px
  }
  
  .top_cnt .inner {
    overflow: hidden;
  }
  
  .top_cnt3 .inner {
    margin-top: 50px;
  }
  .top_sub_slide {
    width: 42%;
    float: left;
    overflow: hidden;
  }
  .top_sub_slide figure {
    padding: 0;
  }
  .sub_slider1 {
    width: 43%;
    float: left;
    margin-left: 7%;
  }
  .sub_slider2 {
    width: 43%;
    float: right;
  }
  .top_cnt3_txt {
    width: 54%;
    float: right;
  }
  .top_cnt3 h3 {
    line-height: 1;
    margin-bottom: 0.5em;
  }
  .top_cnt3 .bold {
    font-size: 14px;
    line-height: 1;
    color: #111;
    margin-bottom: 40px;
  }
  .top_cnt3 h4 {
    font-size: 14px;
    line-height: 1;
    color: #111;
    margin-bottom: 1em;
  }
  .top_cnt3 .indent {
    font-size: 12px;
    padding-left: 2em;
  }
  
  .top_cnt4 {
    border-top: 1px solid #7A7A7A;
    margin-top: 50px;
    padding-top:60px;
    margin-bottom: 100px;
  }
  .top_cnt h2 b {
    font-size: 20px;
    font-weight: normal;
    left: 7px;
  }
  .top_cnt4 .inner {
    margin: 20px 0 60px;
  }
  .top_cnt4 .our_dn {
    width: 48%;
    float: left;
    margin: 0 1%;
    text-align: center;
  }
  
  .top_shoplist {
    text-align: center;
    margin-top: 20px;
  }
  .top_shop {
    display: inline-block;
    width: 220px;
    margin: 0 15px;
    vertical-align: top;
  }
  .shop_name {
    color: #020202;
    font-size: 14px;
    letter-spacing: 8px;
    margin: 20px 0;
  }
  .top_shop p {
    font-size: 11px;
    line-height: 2;
  }
  .btn_shop {
    width: 210px;
    display: block;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.8em;
    border-style: solid;
    border: 1px solid #777777;
    padding: 10px 0;
    margin: 50px auto 0;
    transition: all .5s;
  }
  .btn_shop:hover {
    color: #ffffff;
    background-color: #777777;
    transition: all .5s;
  }
  
  .top_cnt6 {
    border-top: 1px solid #7A7A7A;
    margin-top: 60px;
    padding-top: 40px;
    text-align: center;
  }
  .top_itemlist {
    text-align: center;
  }
  .top_item {
    display: inline-block;
    width: 46%;
    padding: 10px 55px 0;
    vertical-align: top;
  }
  
  .top_cnt7 {
    border-top: 1px solid #7A7A7A;
    margin-top: 60px;
    padding-top: 40px;
    text-align: center;
  }
  .top_sns_box {
    width: 300px;
    margin: 10px auto 45px;
  }
  .top_sns_box a {
    display: block;
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: relative;
    float: left;
    margin-top: 0;
    opacity: 1;
    transition: margin-top 0.5s;
  }
  .top_sns_box a:hover {
    margin-top: -10px;
    opacity: 0.9;
    transition: margin-top/opacity 0.5s;
  }
  .top_sns_box a + a {
    margin-left: 75px;
  }
  .top_sns_box a i {
    display: block;
    width: 1em;
    height: 1em;
    font-size: 26px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .btn_news {
    display: block;
    width: 120px;
    background: #fff;
    color: #000;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    padding: 10px 0;
    border: 1px solid #000;
    margin: 60px auto 0;
    transition: all .5s;
  }
  .btn_news:hover {
    background: #000;
    color: #fff;
    transition: all .5s;
  }
  #news_block article {
    text-align: left;
  }
  #news_block article h3 {
    letter-spacing: 0;
    margin-bottom: 1.4em;
    text-align: center;
  }
  #news_block article .img_box img {
    width: 100%;
    height: auto;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .newstxt a {
    display: block;
  }
  .newslist article {
    width: 21%;
    margin: 60px 2% 0;
  }
  
  
  .top_cnt8 {
    border-top: 1px solid #7A7A7A;
    margin-top: 60px;
    padding-top: 40px;
    text-align: center;
  }
  .entry-content .btn_contact {
    display: inline-block;
    width: 350px;
    background: #000;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    margin: 0 30px;
    padding: 15px 0 14px;
    position: relative;
  }
  .entry-content .btn_contact:hover {
    color: #666;
  }
  .btn_contact .fa {
    width: 1em;
    height: 1em;
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
  }
  
  /*-----------------------------------------
  固定ページ
  -----------------------------------------*/
  .page_common_wrapper {
    max-width: 1020px;
    margin: 30px auto 100px;
    padding: 0 10px;
  }
  .page_ttl {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    margin: 40px 0 24px;
  }
  
  /*---- history ----*/
  .lead_txt {
    color: #7a7a7a;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    margin: 40px 0 24px;
  }
  .dp_history {
    overflow: hidden;
    margin: 50px 0 40px;
    padding-top: 30px;
    border-top: 1px solid #7A7A7A;
  }
  .dp_history li {
    width: 25%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 30px;
  }
  .dp_history li:nth-child(4n+1) {
    clear: both;
  }
  .dp_year {
    color: #020202;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.5em;
    margin: 20px 0;
  }
  .dp_history li p {
    color: #111;
    font-size: 12px;
    line-height: 1.8;
  }
  .message {
    overflow: visible;
    border-bottom: 1px solid #7A7A7A;
    padding-bottom: 80px;
  }
  .message .photo {
    width: 24%;
    float: left;
    margin-left: 2.5%;
  }
  .message_txt {
    width: 68%;
    float: right;
    position: relative;
    margin-top: -14px;
  }
  .message_txt h2 {
    color: #020202;
    font-size: 16px;
    letter-spacing: 8px;
    margin-bottom: 0;
  }
  .message_txt p {
    color: #111;
    font-size: 12px;
    line-height: 1.8;
  }
  .sign {
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 0px;
  }
  
  /*---- wholesale ----*/
  .page_wholesale h2 {
    color: #020202;
    font-size: 36px;
    letter-spacing: 7px;
    text-align: center;
  }
  .page_wholesale .leadtxt {
    margin: 24px 0 64px;
  }
  .page_wholesale h3 {
    background: #020202;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    padding: 15px 0;
  }
  .lineup1 {
    display: block;
    margin: 0 auto 20px;
  }
  .lineup2 {
    overflow: hidden;
  }
  .lineup2first {
    margin-bottom: 80px;
    padding: 0 110px 0 54px;
  }
  .lineup2second {
    margin-bottom: 60px;
  }
  .lineup2second img {
    width: 49%;
  }
  
  .lineup2 img:nth-child(1) {
    float: left;
  }
  .lineup2 img:nth-child(2) {
    float: right;
  }
  .btn_contact2 {
    display: block;
    width: 406px;
    background: #fff;
    color: #020202;
    font-size: 20px;
    list-style: 1;
    text-align: center;
    padding: 24px 0;
    border: 3px solid #020202;
    margin: auto;
    transition: 0.2s;
  }
  .btn_contact2:hover {
    background: #020202;
    color: #fff;
    transition: 0.2s;
  }
  
  /*---- shoplist ----*/
  .cmn_eyecatch {
    display: block;
    margin: 0 -60px;
  }
  .cmn_eyecatch img {
    width: 100%;
    max-width: initial;
  }
  .page_shoplist {
    padding-bottom: 54px;
    border-bottom: 5px solid #7a7a7a;
    margin-top: 0;
  }
  .shop_data {
    width: 980px;
    margin: auto;
    overflow: hidden;
    margin-top: 70px;
  }
  .shop_data + .shop_data {
    border-top: 1px solid #7A7A7A;
    padding-top: 65px;
    margin-top: 45px;
  }
  .shop_info {
    width: 330px;
    float: left;
  }
  .shop_data iframe {
    width: 630px;
    height: 430px;
    display: block;
    float: right;
  }
  .shop_info img {
    margin-bottom: 14px;
  }
  .shop_info h3 {
    color: #0e1015;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 0 24px;
    border-bottom: 1px solid #8c979e;
    letter-spacing: 3px;
  }
  .shop_info p {
    font-size: 12px;
  }
  .shop_info .border_b {
    border-bottom: 1px dotted #7a7a7a;
    padding-bottom: 20px;
    margin-bottom: 32px;
  }
  .shop_info .margin_b {
    margin-bottom: 16px;
  }
  
  /*---- doughnut ----*/
  .page_doughnut {
    margin-top: 0;
  }
  
  .dn_ttl {
    color: #54595f;
    font-size: 20px;
    letter-spacing: 10px;
    line-height: 1;
    text-align: center;
    margin: 36px 0 6px;
  }
  .page_doughnut .leadtxt {
    color: #7a7a7a;
    font-size: 13px;
    text-align: center;
  }
  .page_doughnut .leadtxt span {
    display: block;
    color: #7a7a7a;
  }
  .dn_list {
    overflow: hidden;
  }
  .dn_item {
    width: 33.3%;
    float: left;
    padding: 0 35px 35px;
  }
  .dn_item:nth-child(3n+1) {
    clear: both;
  }
  
  .dn_item h3 {
    color: #000;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 6px;
    text-align: center;
    margin-bottom: 0;
  }
  .dn_item h4 {
    color: #7a7a7a;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    margin: 1em 0;
  }
  .dn_item p {
    font-size: 12px;
    padding: 0 4px;
  }
  .dn_item p small {
    display: block;
    font-size: 10px;
    line-height: 1.8;
  }
  .dn_item .border_b {
    border-bottom: 1px dotted #7a7a7a;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  
  /*---- drink ----*/
  .page_doughnut .leadtxt_small {
    font-size: 10px;
    line-height: 1.8;
    text-align: center;
    margin-top: 10px;
  }
  .drink_list {
    width: 1000px;
    overflow: hidden;
  }
  .drink_item {
    width: 25%;
    padding: 0 30px 30px;
    float: left;
    text-align: center;
  }
  drink_item:nth-child(4n+1) {
    clear: both;
  }
  .drink_item:nth-child(n+5) {
    margin-top: 40px;
  }
  
  .drink_item h3 {
    color: #000;
    font-size: 14px;
    letter-spacing: 6px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0;
  }
  .drink_item h4 {
    color: #8c979e;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    margin: 14px 0 12px;
  }
  .drink_item .hot {
    display: block;
    background: #000;
    color: #fff;
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 7px;
    line-height: 1;
    text-align: center;
    padding: 7px 0 6px;
    border-radius: 3px;
  }
  .drink_item .cold {
    display: block;
    background: #7A7A7A;
    color: #fff;
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 7px;
    line-height: 1;
    text-align: center;
    padding: 7px 0 6px;
    border-radius: 3px;
  }
  
  #news_block .newslist article {
    margin: 60px 2% 0;
  }
  #news_block .newslist article:nth-child(4n+1) {
    clear: both;
  }
}




/*#########################################################################
タブレット
#########################################################################*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .dp_history li {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 20px;
  }
  .dp_history li:nth-child(4n+1) {
    clear: none;
  }
  .dp_history li:nth-child(2n+1) {
    clear: both !important;
  }
  .dp_year {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .lineup2first {
    padding: 0 33px 0 23px;
  }
  .lineup2first img:nth-child(1) {
    width: 320px;
  }
  .lineup2first img:nth-child(2) {
    width: 294px;
  }
  .lineup2second img {
    width: 49%;
    padding: 0
  }
  
  .cmn_eyecatch {
    margin: 0;
  }
  .shop_data {
    width: 720px;
  }
  .shop_info {
    width: 240px;
    float: left;
  }
  .shop_data iframe {
    width: 460px;
    height: 430px;
    display: block;
    float: right;
  }
  
  .dn_item h3 {
    font-size: 12px;
  }
  .dn_item {
    width: 33.3%;
    float: left;
    padding: 0 25px 30px;
  }
  
  .drink_list {
    width: 700px;
    margin: auto;
    overflow: hidden;
  }
  .drink_item {
    width: 50%;
    padding: 0 30px 30px;
    float: left;
    text-align: center;
  }
  .drink_item:nth-child(n+3) {
    margin-top: 40px;
  }
  
  .privacy {
    width: auto;
  }
  
  #news_block .newslist article:nth-child(2n+1) {
    clear: both;
  }
  #news_block .newslist article:nth-child(n+3) {
    margin-top: 30px;
  }
  
  #news_block .newslist article {
    width: 48%;
    margin: 0 4% 0 0;
  }
  
  .form_wrap table {
    width: 100%;
  }
  
  
  .site-title-container {
    margin-bottom: 0;
  }
  #site-navigation {
    position: relative;
    padding-top: 0;
  }
  #site-navigation .widget-handle {
    float: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 15px;
  }
  #site-navigation .mobile-toggle i {
    line-height: 40px;
  }
  
  #site-navigation #menu > li > a {
    display: block;
    position: relative;
    padding: 15px 0;
  }
  #site-navigation .dropdown-toggle {
    float: none;
    position: absolute;
    right: 10px;
    top: 20px;
  }
  
}



/*#########################################################################
SP
#########################################################################*/
@media screen and (max-width: 767px) {
  .only_pc {
    display: none !important;
  }
  
  /*-----------------------------------------
  トップページ
  -----------------------------------------*/
  .top_slider figure {
    padding: 0;
  }
  .top_cnt br {
    display: block;
  }
  .top_cnt h2 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5em;
    text-align: center;
    margin-top: 1.5em;
  }
  .top_cnt h2 span {
    display: block;
    margin-bottom: 1.4em;
  }
  
  .top_cnt1 .box2 {
    text-align: center;
  }
  .top_cnt h2 span {
    margin-bottom: ;
  }
  
  .top_cnt .inner {
    overflow: hidden;
  }
  
  .top_cnt2 p {
    margin-bottom: 40px;
  }
  
  .top_cnt3 .inner {
    margin-top: 30px;
  }
  .top_sub_slide {
    padding: 0 10px;
    overflow: hidden;
  }
  .top_sub_slide figure {
    padding: 0;
  }
  .sub_slider1 {
    width: 46%;
    float: left;
  }
  .sub_slider2 {
    width: 46%;
    float: right;
  }
  .top_cnt3_txt h3 {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 2px;
    margin: 20px 0 8px;
  }
  .top_cnt3_txt .bold {
    color: #020202;
    margin-bottom: 40px;
  }
  .top_cnt3_txt h4 {
    font-size: 12px;
    color: #111;
    margin-bottom: 0;
  }
  .top_cnt3_txt p {
    line-height: 1.5;
  }
  
  .top_cnt4 {
    border-top: 1px solid #7a7a7a;
    padding-top: 0px;
    margin-top: 30px;
  }
  .top_cnt h2 b {
    font-size: 20px;
    font-weight: normal;
  }
  .our_dn h3 {
    font-size: 14px;
    letter-spacing: 0.5em;
    text-align: center;
    margin-bottom: 0;
  }
  .our_dn h3 span {
    display: block;
  }
  .our_dn + .our_dn {
    margin: 30px 0 50px;
  }
  
  .top_cnt5 {
    margin-top: 60px;
  }
  .top_shop {
    text-align: center;
  }
  .top_shop + .top_shop {
    margin-top: 60px;
  }
  .shop_name {
    font-size: 14px;
    letter-spacing: 0.4em;
    color: #111;
    margin: 20px 0 12px;
  }
  .btn_shop {
    display: block;
    width: 220px;
    color: #777;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.8em;
    padding: 10px 0 9px;
    border: 1px solid;
    margin: 30px auto 0;
  }
  
  .top_cnt6 {
    border-top: 1px solid #7a7a7a;
    padding-top: 0px;
    margin-top: 30px;
    text-align: center;
  }
  .top_item + .top_item {
    margin-top: 30px;
  }
  .top_item h3 {
    font-size: 16px;
    line-height: 1.5;
    color: #0e1015;
    margin-bottom: 0;
  }
  .top_item figcaption {
    padding: 0 50px;
  }
  
  .top_cnt7 {
    border-top: 1px solid #7A7A7A;
    margin-top: 60px;
    padding-top: 40px;
    text-align: center;
  }
  .top_sns_box {
    width: 190px;
    overflow: hidden;
    margin: 10px auto 45px;
  }
  .top_sns_box a {
    display: block;
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: relative;
    float: left;
  }
  .top_sns_box a + a {
    margin-left: 20px;
  }
  .top_sns_box a i {
    display: block;
    width: 1em;
    height: 1em;
    font-size: 26px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .btn_news {
    display: block;
    width: 120px;
    background: #fff;
    color: #000;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    padding: 10px 0;
    border: 1px solid #000;
    margin: 60px auto 0;
    transition: all .5s;
  }
  .btn_news:hover {
    background: #000;
    color: #fff;
    transition: all .5s;
  }
  #news_block article {
    text-align: left;
  }
  #news_block article + article {
    margin-top: 30px;
  }
  #news_block article h3 {
    letter-spacing: 0;
    margin-bottom: 1.4em;
    text-align: center;
  }
  #news_block article .img_box img {
    width: 100%;
    height: auto;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .newstxt a {
    display: block;
  }
  
  
  .top_cnt8 {
    border-top: 1px solid #7A7A7A;
    margin-top: 30px;
    text-align: center;
  }
  .entry-content .btn_contact {
    display: block;
    width: auto;
    background: #000;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    margin: 20px 10px 0;
    padding: 15px 0 14px;
    position: relative;
  }
  .btn_contact .fa {
    width: 1em;
    height: 1em;
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
  }
  
  /*-----------------------------------------
  固定ページ
  -----------------------------------------*/
  .page_common_wrapper {
    max-width: 1000px;
    margin: 30px auto 0;
    padding: 0 10px;
  }
  .page_ttl {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    margin: 40px 0 24px;
  }
  
  /*---- history ----*/
  .lead_txt {
    color: #7a7a7a;
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
    margin: 40px 0 24px;
  }
  .dp_history {
    overflow: hidden;
    margin: 50px 0 40px;
    padding-top: 30px;
    border-top: 1px solid #7A7A7A;
  }
  .dp_history li {
    width: 90%;
    list-style: none;
    margin: 0 auto;
    padding: 20px 10px;
  }
  .dp_history li img {
    display: block;
    margin: auto;
  }
  
  .dp_year {
    color: #020202;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    margin: 20px 0 4px;
  }
  .dp_history li p {
    color: #111;
    font-size: 12px;
    line-height: 1.6;
  }
  .message {
    overflow: visible;
    border-bottom: 1px solid #7A7A7A;
    padding-bottom: 30px;
  }
  .message .photo {
    
  }
  .message_txt {
    
  }
  .message_txt h2 {
    color: #020202;
    font-size: 14px;
    text-align: left;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin: 10px 0;
  }
  .message_txt p {
    color: #111;
    font-size: 12px;
    line-height: 1.6;
  }
  .sign {
    float: right;
    margin-top: -20px;
  }
  
  /*---- wholesale ----*/
  .page_wholesale h2 {
    color: #020202;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 7px;
    text-align: center;
    margin-bottom: 24px;
  }
  .page_wholesale .leadtxt {
    margin: 24px 0 64px;
  }
  .page_wholesale h3 {
    background: #020202;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    padding: 8px 0;
  }
  .lineup1 {
    display: block;
    margin: 0 auto 20px;
  }
  .lineup2first {
    margin-bottom: 80px;
  }
  .lineup2first img {
    display: block;
    width: 90%;
    max-width: initial;
    margin: 0 auto 10px;
  }
  .lineup2second {
    margin-bottom: 40px;
  }
  .lineup2second img {
    margin-bottom: 20px;
  }
  
  
  .btn_contact2 {
    display: block;
    width: 216px;
    background: #fff;
    color: #020202;
    font-size: 14px;
    letter-spacing: 3px;
    list-style: 1;
    text-align: center;
    padding: 20px 0;
    border: 3px solid #020202;
    margin: auto;
  }
  
  /*---- shoplist ----*/
  .cmn_eyecatch {
    display: block;
  }
  .cmn_eyecatch img {
    width: 100%;
    max-width: initial;
  }
  .page_shoplist {
    padding-bottom: 54px;
    border-bottom: 5px solid #7a7a7a;
    margin-top: 0;
  }
  .shop_data {
    margin: auto;
    overflow: hidden;
    margin-top: 70px;
  }
  .shop_data + .shop_data {
    border-top: 1px solid #7A7A7A;
    padding-top: 65px;
    margin-top: 45px;
  }
  .shop_info {
    
  }
  .shop_data iframe {
    width: 100%;
    height: 90vw;
    display: block;
  }
  .shop_info img {
    margin-bottom: 14px;
  }
  .shop_info h3 {
    color: #0e1015;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 0 24px;
    border-bottom: 1px solid #8c979e;
    letter-spacing: 3px;
  }
  .shop_info p {
    font-size: 12px;
  }
  .shop_info .border_b {
    border-bottom: 1px dotted #7a7a7a;
    padding-bottom: 20px;
    margin-bottom: 32px;
  }
  .shop_info .margin_b {
    margin-bottom: 16px;
  }
  
  
  /*---- doughnut ----*/
  .page_doughnut {
    margin-top: 0;
  }
  
  .dn_ttl {
    color: #54595f;
    font-size: 16px;
    letter-spacing: 10px;
    line-height: 1;
    text-align: center;
    margin: 36px 0 6px;
  }
  .leadtxt br {
    display: block;
  }
  .page_doughnut .leadtxt {
    color: #7a7a7a;
    font-size: 13px;
    text-align: center;
  }
  .page_doughnut .leadtxt span {
    display: block;
    color: #7a7a7a;
  }
  .dn_list {
    overflow: hidden;
  }
  
  .dn_item h3 {
    color: #000;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 6px;
    text-align: center;
    margin-bottom: 0;
  }
  .dn_item h4 {
    color: #7a7a7a;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    margin: 1em 0;
  }
  .dn_item p {
    font-size: 12px;
    padding: 0 4px;
  }
  .dn_item p small {
    display: block;
    font-size: 10px;
    line-height: 1.8;
  }
  .dn_item .border_b {
    border-bottom: 1px dotted #7a7a7a;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  
  /*---- drink ----*/
  .page_doughnut .leadtxt_small {
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
    margin-top: 10px;
  }
  .page_doughnut .leadtxt_small br {
    display: block;
  }
  .drink_list {
    
  }
  .drink_item {
    padding-bottom: 40px;
  }
  
  
  .drink_item h3 {
    color: #000;
    font-size: 12px;
    letter-spacing: 6px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0;
  }
  .drink_item h4 {
    color: #8c979e;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    margin: 8px 0 10px;
  }
  .drink_item .hot {
    display: block;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 7px;
    line-height: 1;
    text-align: center;
    padding: 7px 0 6px;
    border-radius: 3px;
  }
  .drink_item .cold {
    display: block;
    background: #7A7A7A;
    color: #fff;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 7px;
    line-height: 1;
    text-align: center;
    padding: 7px 0 6px;
    border-radius: 3px;
  }
  
  .privacy {
    width: auto;
  }
  
  #site-navigation .site-title-container {
    margin-bottom: 10px;
  }
  #site-navigation .mobile-toggle i {
    line-height: 40px;
  }
  
  #site-navigation #menu > li > a {
    display: block;
    position: relative;
    padding: 15px 0;
  }
  #site-navigation .dropdown-toggle {
    float: none;
    position: absolute;
    right: 10px;
    top: 15px;
  }
}























