@charset "utf-8";

#suntory_contents .italic {
  font-style: italic;
}

/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */
@media screen and (max-width:767px){

/*------------------------------------------------------------
    [SP] main_visual
    ------------------------------------------------------------ */
    #suntory_contents .main_visual figure {
      margin-bottom: 8vw;
      height: 40vw;
      background: url(https://www.suntory.com/sma/common2020/img/shopxcafe/shop_img.webp) no-repeat center center;
      background-size: cover;
      width: 100%;
    }
    .no-webp #suntory_contents .main_visual figure {
      background: url(https://www.suntory.com/sma/common2020/img/shopxcafe/shop_img.jpg) no-repeat center center;
      background-size: cover;
    }
    #suntory_contents .main_visual h1 {
      margin-bottom: 12vw;
      font-size: 5.866666666666667vw;
      font-weight: normal;
      text-align: center;
    }
    #suntory_contents .main_visual h1 span {
      padding: 0 2px;
    }
/*------------------------------------------------------------
[SP] notice
------------------------------------------------------------ */
#suntory_contents .notice {
 margin: 0 4vw 16vw;
}
#suntory_contents .notice p {
  color: #f00;
  font-size: 3.733333333333333vw;
  line-height: 1.785714285714286;
  text-align: left;
}
#suntory_contents .notice a {
  text-decoration: none;
  color: #000;
  padding-bottom: 0.8vw;
  border-bottom: 1px #000 solid;
}


/*------------------------------------------------------------
[SP] shop_nav
------------------------------------------------------------ */
#suntory_contents .shop_nav {
  width: 92vw;
  margin: 0 auto;
}
#suntory_contents .shop_nav ul {
  margin: 0 auto 24vw;
  width: 92vw;
  box-sizing: border-box;
  display: flex;
}
#suntory_contents .shop_nav li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  border-right: 1px #666 solid;
}
#suntory_contents .shop_nav li:first-child {
  border-left: 1px #666 solid;
}
#suntory_contents .shop_nav li a {
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  padding: 0 0 6.4vw;
  position: relative;
}
#suntory_contents .shop_nav li a::after {
  content: '';
  width: 4vw;
  height: 2.4vw;
  background: url(https://www.suntory.com/sma/common2020/img/arrow_down_large_gr.svg) no-repeat right center;
  background-size: 4vw auto;
  position: absolute;
  bottom: 0;
  left: calc(50% - 2vw);
}
#suntory_contents .shop_nav li a .title_en {
  margin: 0 0 1.6vw 0;
  font-size: 5.866666666666667vw;
  line-height: 1;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.04em;
  font-weight: 400;
}
#suntory_contents .shop_nav li a .text {
  margin:0 0 0 0;
  font-size: 2.933333333333333vw;
  line-height: 1.8;
  text-align: center;
}


/*------------------------------------------------------------
[SP] shopxcafe_container
------------------------------------------------------------ */
#suntory_contents .shopxcafe_container#shop {
  margin: -24vw 0 16vw;
  padding: 24vw 0 16vw;
  border-bottom: 1px #ccc solid;
}
#suntory_contents .shopxcafe_container#cafe {
  margin: -24vw 0 16vw;
  padding: 24vw 0 0;
}

/*------------------------------------------------------------
[SP] lead
------------------------------------------------------------ */
#suntory_contents .shopxcafe_container .lead {
  margin: 0 4vw 8vw;
}
#suntory_contents .shopxcafe_container .lead h2 {
  margin-bottom: 5.6vw;
  font-size: 4.8vw;
  font-weight: normal;
  text-align: center;
}
#suntory_contents .shopxcafe_container .lead .text {
  font-size: 3.466666666666667vw;
  line-height: 1.8;
  text-align: left;
}
#suntory_contents .btn_online_shop {
  margin-top: 5.6vw;
  text-align: center;
}

#suntory_contents .btn_online_shop a {
  margin: 0 auto;
  padding: 0 1.333333333333333vw 0 0;
  width: 60vw;
  height: 12vw;
  background: #A89170;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 3.733333333333333vw;
  box-sizing: border-box;
  position: relative;
}
#suntory_contents .btn_online_shop a::after {
  content: '';
  width: 2.4vw;
  height: 2.4vw;
  background: url(https://www.suntory.com/sma/common2020/img/icon_external_wh.svg) no-repeat 0 0;
  background-size: 2.4vw auto;
  position: absolute;
  top: 1.6vw;
  right: 1.6vw;
}

 /*------------------------------------------------------------
[SP] lineup
------------------------------------------------------------ */
#suntory_contents .lineup {
}
#suntory_contents .lineup ul {
  margin: 0 auto;
  width: 64vw;
}
#suntory_contents .lineup li {
  width: 64vw;
  margin: 0 0 5.6vw 0;
  list-style: none;
}
#suntory_contents .lineup li picture {
  max-width: 64vw;
}
#suntory_contents .lineup li picture img {
  max-width: 64vw;
  height: auto;
  vertical-align: bottom;
}

/*------------------------------------------------------------
[SP] data_container
------------------------------------------------------------ */
#suntory_contents .data_container {
  display: flex;
  flex-direction: column;
}
#suntory_contents .data_container .data_wrap {
  order: 2;
}
#suntory_contents .data_table {
  margin: 0 auto;
  width: 92vw;
  border-top: 1px #ccc solid;
  margin-bottom: 5.6vw;
}
#suntory_contents .data_table th {
  width: 24vw;
  border-bottom: 1px #ccc solid;
  font-size: 3.733333333333333vw;
  font-weight: normal;
  text-align: left;
  padding: 5.6vw 0;
}
#suntory_contents .data_table td {
  border-bottom: 1px #ccc solid;
  padding: 5.6vw 0;
}
#suntory_contents .data_table td .text_cancel_02{
  display: inline-block;
  padding-left: 0.7em;
}
#suntory_contents .data_table td .text_cancel::before,
#suntory_contents .data_table td .text_cancel_02::before{
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  /* border-top: 2px #000 solid; */
}
#suntory_contents .data_table .data {
  font-size: 3.466666666666667vw;
  line-height: 1.8;
}
#suntory_contents .data_table .note {
  font-size: 2.933333333333333vw;
  line-height: 1.8;
  text-indent: -0.7em;
  padding-left: 0.7em;
}
#suntory_contents .data_table .data + .note {
  margin-top: 4vw;
}
#suntory_contents .data_table .color_red{
  color: #FF0000;
}
#suntory_contents .note_data {
  margin: 0 4vw 0 calc(4vw + 0.7em);
  font-size: 2.933333333333333vw;
  line-height: 1.8;
  text-indent: -0.7em;
}

}
/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {

/*------------------------------------------------------------
[PC] main_visual
------------------------------------------------------------ */
#suntory_contents .main_visual figure {
  margin: 0 auto 50px;
  height: 380px;
  background: url(https://www.suntory.com/sma/common2020/img/shopxcafe/shop_img.webp) no-repeat center center;
  background-size: cover;
  max-width: 1160px;
  width: 100%;
}
.no-webp #suntory_contents .main_visual figure {
  background: url(https://www.suntory.com/sma/common2020/img/shopxcafe/shop_img.jpg) no-repeat center center;
  background-size: cover;
}
#suntory_contents .main_visual h1 {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
#suntory_contents .main_visual h1 span {
  padding: 0 2px;
}
/*------------------------------------------------------------
[PC] notice
------------------------------------------------------------ */
#suntory_contents .notice {
 margin: 0 0 80px;
}
#suntory_contents .notice p {
  color: #f00;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}
#suntory_contents .notice a {
  text-decoration: none;
  color: #000;
  padding-bottom: 3px;
  border-bottom: 1px #000 solid;
}
#suntory_contents .notice a:hover {
  color: #666;
  border-bottom: 1px #666 solid;
}

/*------------------------------------------------------------
[PC] shop_nav
------------------------------------------------------------ */
#suntory_contents .shop_nav ul {
  width: 960px;
  margin: 0 auto 140px;
  display: flex;
}
#suntory_contents .shop_nav li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  border-right: 1px #666 solid;
}
#suntory_contents .shop_nav li:first-child {
  border-left: 1px #666 solid;
}
#suntory_contents .shop_nav li a {
  width: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 10px 0;
  position: relative;
}
#suntory_contents .shop_nav li a:hover {
  color: #A89170;
}
#suntory_contents .shop_nav li a::after {
  content: '';
  width: 30px;
  height: 17px;
  background: url(https://www.suntory.com/sma/common2020/img/arrow_down_large_gr.svg) no-repeat right center;
  background-size: 30px auto;
  position: absolute;
  top: calc(50% - 8.5px);
  right: 25px;
}
#suntory_contents .shop_nav li a:hover::after {
  background: url(https://www.suntory.com/sma/common2020/img/arrow_down_large_br.svg) no-repeat right center;
  background-size: 30px auto;
}
#suntory_contents .shop_nav li a .title_en {
  margin: 0 10px 8px 0;
  font-size: 30px;
  line-height: 1;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.04em;
  font-weight: 400;
}
#suntory_contents .shop_nav li a:hover .title_jp{
  color: #A89170;
}
#suntory_contents .shop_nav li a .text {
  margin: 10px 10px 0 0;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}


/*------------------------------------------------------------
[PC] shopxcafe_container
------------------------------------------------------------ */
#suntory_contents .shopxcafe_container#shop {
  margin: -140px 0 80px;
  padding: 140px 0 80px;
  border-bottom: 1px #ccc solid;
}
#suntory_contents .shopxcafe_container#cafe {
  margin: -140px 0 110px;
  padding: 140px 0 0;
}


/*------------------------------------------------------------
[PC] lead
------------------------------------------------------------ */
#suntory_contents .shopxcafe_container .lead {
  margin-bottom: 50px;
}
#suntory_contents .shopxcafe_container .lead h2 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
#suntory_contents .shopxcafe_container .lead .text {
  font-size: 14px;
  line-height: 1.8;
}
#suntory_contents .btn_online_shop {
  margin-top: 30px;
  text-align: right;
}

#suntory_contents .btn_online_shop a {
  margin: 0 0 0 auto;
  padding: 0 10px 0 0;
  width: 240px;
  height: 45px;
  background: #A89170;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  position: relative;
}
#suntory_contents .btn_online_shop a:hover {
  background: #BEAC94;
}
#suntory_contents .btn_online_shop a::after {
  content: '';
  width: 10px;
  height: 10px;
  background: url(https://www.suntory.com/sma/common2020/img/icon_external_wh.svg) no-repeat 0 0;
  background-size: 10px auto;
  position: absolute;
  top: 10px;
  right: 10px;
}



 /*------------------------------------------------------------
[PC] lineup
------------------------------------------------------------ */
#suntory_contents .lineup {

}
#suntory_contents .lineup ul {
  margin: 0 auto;
  width: 960px;
  display: flex;
  flex-wrap: wrap;
}
#suntory_contents .lineup li {
  width: 280px;
  margin: 0 60px 30px 0;
  list-style: none;
}
#suntory_contents .lineup li:nth-child(3n) {
  margin: 0 0 30px 0;
}
#suntory_contents .lineup li picture {
  max-width: 280px;
}
#suntory_contents .lineup li picture img {
  max-width: 280px;
  height: auto;
  vertical-align: bottom;
}
#suntory_contents .lineup li .caption {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.8;
}

/*------------------------------------------------------------
[PC] data_container
------------------------------------------------------------ */
#suntory_contents .data_container {
  display: flex;
  justify-content: space-between;
}
#suntory_contents .data_container .data_wrap {
  width: 620px;
}
#suntory_contents .data_table {
  width: 620px;
  border-top: 1px #ccc solid;
  margin-bottom: 20px;
}
#suntory_contents .data_table th {
  width: 100px;
  border-bottom: 1px #ccc solid;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  padding: 25px 0;
}
#suntory_contents .data_table td {
  border-bottom: 1px #ccc solid;
  padding: 25px 0;
}
#suntory_contents .data_table td .text_cancel, {
  position: relative;
}
#suntory_contents .data_table td .text_cancel::before,
#suntory_contents .data_table td .text_cancel_02::before{
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  /* border-top: 2px #000 solid; */
}
#suntory_contents .data_table .data {
  font-size: 14px;
  line-height: 1.8;
}
#suntory_contents .data_table .note {
  font-size: 12px;
  line-height: 1.8;
  text-indent: -0.7em;
  padding-left: 0.7em;
}
#suntory_contents .data_table .data + .note {
  margin-top: 15px;
}
#suntory_contents .data_table .color_red{
  color: #FF0000;
}
#suntory_contents .note_data {
  font-size: 12px;
  line-height: 1.8;
  text-indent: -0.7em;
  margin-left: 0.7em;
}
}