
/* ここからボトルページ css*/
img{
  vertical-align:top;
}
#toptxt_wrap div{
    width: 97%;
    margin: 0 auto;
    max-width: 1300px;
}

#toptxt_wrap h3{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #132b88; 
  padding:1.9em 0 1.3em;
  font-family: '小塚ゴシック Pro';
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.pcnone{
  display: none;
}

#comosy_info{
  background: #ebf5fc;
}
#comosy_info_container{
  padding: 0 0 5em 0;
  max-width: 1000px;
  margin: 0 auto;
}
.photo_wrap{
  background: #ebf5fc;
  text-align: center;
}
.photos{
  max-width: 1300px;
  margin: -120px 0 0;
}
.comosy_sitelink{
  text-align: center;
}
.ar_dwn{
  max-width: 30px;
  display: inline-block;
}


#comosy_sitelink_wrap h3{
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #132b88; 
  padding:1.3em 0;
  font-family: '小塚ゴシック Pro';
  letter-spacing: 0.1em;
  line-height: 1.3;
}

#comosy_sitelink_wrap h3:nth-of-type(2){
  padding: 0.5em 0 1em 0;
}
#comosy_sitelink_wrap h3:nth-of-type(2) span{
  font-size: 23px;
}

.comosy_sitelink {
  padding-bottom: 3.2em;
  line-height: 1.5;
  font-weight: 500;
}
.sitelink_txt01{
  font-size: 20px;
  margin: 0 0 1.3em 0;
}
.sitelink_txt02{
  font-size: 20px;
  margin: 0 0 0.7em 0;
  font-weight: 600;
}
#jirei{
  padding: 4em 0 0 0;
  background: #ebf5fc;
}
.bottle{
  text-align: center;
}
.bottle img{
  max-width: 70%;
  display: inline-block;
}

.footerbg{
  background: #ebf5fc;
}
@media screen and (max-width:1000px) {
  #toptxt_wrap h3{
    font-size: 20px;
    padding:1.3em 0;
    letter-spacing: 0.1em;
    line-height: 1.3;
  }
  .photos{
    margin: -65px 0 0;
  }
  
  .sitelink_txt01{
    font-size: 16px;
    margin: 0 0 1.3em 0;
  }
}

@media screen and (max-width:768px) {
  #toptxt_wrap h3{
    font-size: 16px;
    padding:1.3em 0;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .pcnone{
    display: block;
  }

  #comosy_info_container{
    padding: 0 0 2em 0;
  }
  .photos{
    margin: -50px 0 0;
  }


  #comosy_sitelink_wrap h3{
    font-size: 20px;
    padding: 1em 0;
  }
  #comosy_sitelink_wrap h3:nth-of-type(2) span{
    font-size: 18px;
  }
  .comosy_sitelink {
    padding-bottom: 1.5em;
  }
  .sitelink_txt01{
    text-align: left;
    font-size: 16px;
  }
  .sitelink_txt02{
    font-size: 16px;
  }
  .spnone{
    display: none;
  }
  .bottle img{
    max-width: 90%;
    display: inline-block;
  }
}



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

