@charset "utf-8";

/*------------------------------------------------------------
お客様へのお願い
/sma/info/attention.html

お問い合わせ
/sma/info/inquiry.html
------------------------------------------------------------ */


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

/*------------------------------------------------------------
[SP] page title
------------------------------------------------------------ */
#suntory_contents .title_area {
  padding: 8vw 0 0;
  text-align: center;
}
#suntory_contents .title_area h1 {
  margin-bottom: 0;
  font-size: 5.6vw;
  font-weight: normal;
  line-height: 1;
}

/*------------------------------------------------------------
[SP] attention_contents
------------------------------------------------------------ */
#suntory_contents .attention_contents {
  margin: 12vw 4vw 16vw;
}
#suntory_contents .attention_contents h2 {
  font-size: 4.8vw;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 5.6vw;
}
#suntory_contents .attention_contents ul {
  list-style: none;
  padding: 0 0 8vw 4vw;
  margin-bottom: 8vw;
  border-bottom: 1px solid #ccc;
}
#suntory_contents .attention_contents li {
  position: relative;
  margin-bottom: 2.4vw;
  font-size: 3.46666667vw;
  line-height: 1.8;
}
#suntory_contents .attention_contents li::before{
  content: "●";
  color:#C6B59D;
  font-size: 3.2vw;
  display: block;
  position: absolute;
  left: -4vw;
  top: 0;
}
#suntory_contents .attention_contents ul:last-child {
  border: none;
  padding-bottom: 0;
  margin: 0;
}
#suntory_contents .attention_contents li a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px #000 solid;
  padding-bottom: 0.3vw;
}


/*------------------------------------------------------------
[SP] inquiry_contents
------------------------------------------------------------ */
#suntory_contents .title_area.inquiry p {
  margin: 8vw 4vw 0;
  font-size: 3.46666667vw;
  line-height: 1.8;
  text-align: center;
}
#suntory_contents .inquiry_contents {
  margin: 12vw 4vw 16vw;
}
#suntory_contents .inquiry_contents .inner {
  display: block;
}
#suntory_contents .inquiry_contents h2 {
  font-size: 4.8vw;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 5.6vw;
  text-align: center;
}
#suntory_contents .inquiry_contents ul {
  list-style: none;
  margin-top: 4vw;
}
#suntory_contents .inquiry_contents li {
  font-size: 2.93333333vw;
  line-height: 1.8;
  margin-left: 0.7em;
  text-indent: -0.7em;
}
#suntory_contents .inquiry_contents .mail {
  width: 100%;
  padding-bottom: 8vw;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8vw;
}
#suntory_contents .inquiry_contents .mail p.btn a {
  display: block;
  width: 60vw;
  height: 12vw;
  margin: 0 auto;
  padding: 0;
  color: #FFF;
  font-size: 3.73333333vw;
  text-decoration: none;
  display:flex;
  justify-content: center;
  align-items: center;
  background: #A89170;
  border: none;
}
#suntory_contents .inquiry_contents .tel {
  width: 100%;
  padding-bottom: 12vw;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8vw;
}
#suntory_contents .inquiry_contents .tel p.telnumber {
  text-align: center;
}
#suntory_contents .inquiry_contents .tel p.telnumber a {
  font-size: 6.4vw;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-decoration: none;
}
#suntory_contents .time_table {
  width: 100%;
  margin-top: 5.6vw;
}
#suntory_contents .time_table th {
  border-top: 1px dashed #ccc;
  font-size: 3.73333333vw;
  font-weight: normal;
  text-align: left;
  padding: 4vw 0;
  line-height: 1.5;
}
#suntory_contents .time_table td {
  border-top: 1px dashed #ccc;
  padding: 4vw 0;
  vertical-align: center;
}
#suntory_contents .time_table td p {
  font-size: 3.46666667vw;
  line-height: 1.8;
}
#suntory_contents .inquiry_contents .post {
  width: 100%;
}
#suntory_contents .inquiry_contents .post p {
  font-size: 3.46666667vw;
  line-height: 1.8;
}
#suntory_contents .inquiry_contents li.notice {
    color: #f00;
}

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

/*------------------------------------------------------------
[PC] page title
------------------------------------------------------------ */
#suntory_contents .title_area {
  text-align: center;
}
#suntory_contents .title_area h1 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
}


/*------------------------------------------------------------
[PC] attention_contents
------------------------------------------------------------ */
#suntory_contents .attention_contents {
  width: 860px;
  margin: 80px auto 110px;
}
#suntory_contents .attention_contents h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 30px;
}
#suntory_contents .attention_contents ul {
  list-style: none;
  padding: 0 0 50px 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
#suntory_contents .attention_contents ul:last-child {
  border: none;
  padding-bottom: 0;
  margin: 0;
}
#suntory_contents .attention_contents li {
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
}
#suntory_contents .attention_contents li::before{
  content: "●";
  color:#C6B59D;
  font-size: 14px;
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
}
#suntory_contents .attention_contents li a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px #000 solid;
  padding-bottom: 3px;
}
#suntory_contents .attention_contents li  a:hover {
  color: #666;
  border-bottom: 1px #666 solid;
}
/*------------------------------------------------------------
[PC] inquiry_contents
------------------------------------------------------------ */
#suntory_contents .title_area.inquiry p {
  margin-top: 50px;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
#suntory_contents .inquiry_contents {
  margin: 80px 0 110px;
}
#suntory_contents .inquiry_contents .inner {
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
  display:flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#suntory_contents .inquiry_contents h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 30px;
}
#suntory_contents .inquiry_contents ul {
  list-style: none;
  margin-top: 15px;
}
#suntory_contents .inquiry_contents li {
  font-size: 12px;
  line-height: 1.8;
  margin-left: 0.7em;
  text-indent: -0.7em;
}
#suntory_contents .inquiry_contents li.notice {
    color: #f00;
}
#suntory_contents .inquiry_contents .mail {
  width: 450px;
}
#suntory_contents .inquiry_contents .mail p.btn a {
  display: block;
  width: 240px;
  height: 45px;
  margin: 0;
  padding: 0;
  color: #FFF;
  text-decoration: none;
  display:flex;
  justify-content: center;
  align-items: center;
  background: #A89170;
  border: none;
}
#suntory_contents .inquiry_contents .mail p.btn a:hover {
  background: #C6B59D;
}
#suntory_contents .inquiry_contents .tel {
  width: 450px;
}
#suntory_contents .inquiry_contents .tel p.telnumber a {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-decoration: none;
  pointer-events: none;
}
#suntory_contents .time_table {
  width: 100%;
  margin-top: 30px;
}
#suntory_contents .time_table th {
  border-top: 1px dashed #ccc;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  padding: 20px 0;
  line-height: 1.5;
}
#suntory_contents .time_table td {
  border-top: 1px dashed #ccc;
  padding: 20px 0;
  vertical-align: center;
}
#suntory_contents .time_table td p {
  font-size: 14px;
  line-height: 1.8;
}
#suntory_contents .inquiry_contents .post {
  width: 100%;
}
#suntory_contents .inquiry_contents .post p {
  font-size: 14px;
  line-height: 1.8;
}


}
