
/* ここから直売ページ css*/

#content_wrap{
  max-width: 1100px;
  border-bottom: none;
  margin: 0 auto;
}

#cont02{
  font-size: 36px;
  margin: 1em auto 1.5em;
  border-bottom: none;
}
.h2_ttl{
  display: none;
}
#com02{
  background: none;
}
.com02{
  justify-content: center;
  
}
.com02 .col2 img{
  max-width: 215px;
}
.col2 > p {
  text-align: center;
  font-size: 20px;
  margin: 0 0 25px;
}
.txt_small{
  width: 95%;
  font-size: 16px;
  margin: 30px 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.txt_small > p{
  margin: 0 0 20px;
}

.col2{
  width: 65%;
}
.col2:last-of-type{
  width: 20%;
}

#com02 dl{
  display: flex;
  justify-content: center;
  font-size: 23px;
  font-weight: bold;
}
#com02 dl>dt{
  margin: 0 15px 0 0 ;
}

.wave{
  padding:  0 0 230px ;
  background: #d2e8f8;
  margin: -230px 0 0;
    z-index: -100;
}
.gmap{
  text-align: center;
  background: #d2e8f8;
}
.gmap li::marker{
  content: none;
}
/* tel */
.direct_tel{
  color: inherit;
}


.footerbg {
  padding: 100px 0 0;
  background: #d2e8f8;
}












img{
  vertical-align:top;
}



@media screen and (max-width:1000px) {
  .col2 > p {
    font-size: 16px;
}
#com02 dl {
  font-size: 18px;
}
}
@media screen and (max-width:936px) {
  .com02{
    display: block;
    flex-wrap: nowrap;
    list-style-type: none;
    justify-content: space-evenly;
    margin: 0 auto 15px;
}
.col2{
  width: 98%;
  margin: 0 auto;
}
.col2 > p {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin: 0 0 25px;
}

}

@media screen and (max-width:768px) {
  #cont02 {
    font-size: 20px;
    margin: 1em auto 1.5em;
    border-bottom: none;
}
  .col2 > p {
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin: 0 0 10px;
  }
  .txt_small{
    font-size: 15px;
    text-align: left;
  }

  section h2 span {
    display: inline-block;
    max-width: 600px;
    margin: 0 auto;
}

.h2_ttl{
  display: block;
  margin: 1.5em 0;
}
#com02 dl{
  display: block;
  font-size: 16px;
}




}



/* ここまでボトルページ */

