@charset "UTF-8";
/* *****************************
 *
 * Import file to Scss or Sass.
 *
 **************************** */
/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */


.container {
  max-width:1024px;
  margin:0 auto;
}

.pc-view {
  display: block;
}

.sp-view {
  display: none;
}

@media (max-width: 768px){
  
}
@media (max-width: 480px){
.container {
  max-width:100%;
  margin:0 auto;
  padding:10px;
}

.pc-view {
  display: none;
}

.sp-view {
  display: block;
}
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}


section {
  text-align: center;
  margin: 100px 0;
}

.mg100{
  margin: 100px 0;
}

@media (max-width: 480px){
  .mg100{
  margin: 50px 0;
}
}

/*------------------------------------------------
header
------------------------------------------------*/
header{
  text-align: center;
  padding: 25px 0;
}

header img {
  width:40%;
  margin:15px 0;
}
@media (max-width: 480px){
  header img {
  width:90%;
  margin:15px 0;
}
}
/*------------------------------------------------
main-v
------------------------------------------------*/
.main_v {
  height:700px;
  background-image: url("../img/main_v.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.main_t {
  position: relative;
}

.main_t img {
  position: absolute;
  top:750px;
  right:0;
  bottom:0;
  left:0;
  margin:auto;

}
@media (max-width: 480px){
   .main_t img {
  width:100%;
}
.main_v {
  height:350px;
}
.main_t img {
  top:375px;

}
}
/*------------------------------------------------
point
------------------------------------------------*/
.point_img {
  margin-top:75px;
}
.point_t h2 {
  font-size: 32px;
  line-height: 2;
}
.point_box {
float:left;
width:30%;
margin:0 1.6%;

}
@media (max-width: 480px){
.point_box {
float:none;
width:100%;
margin:20px 0;

}

.point_t h2 {
  font-size: 24px;
  line-height: 2;
}
}
/*------------------------------------------------
point2
------------------------------------------------*/
.point2 {
  background-color: #eee;
  padding:75px 0;
}
.point2 h2 {
  font-size: 32px;
  line-height: 2;
}

.point2 img {
  width:35%;
}

@media (max-width: 480px){
.point2 h2 {
  font-size: 24px;
  line-height: 1.2;
}

.point2 img {
  width:80%;
}

.point2 {
  background-color: #eee;
  padding:35px 0;
}
}
/*------------------------------------------------
table
------------------------------------------------*/
table  {
  width:100%;
  margin: 0 auto;
}

.table h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.t_1{
  background-color: #F8B62D;
  width:15%;
  padding:20px 0;
}

.t_2{
  background-color: #F1C174;
  width:30%;
  padding:20px 15px;
}

.t_3{
  background-color: #FDECCE;
  width:55%;
  padding:20px 30px;
}

.table h4 {
  font-size: 20px;
  text-align: center;
  margin: 75px;
}

.table_t3_2{
  margin-top:30px;
}
.table_t3_2 img {
  width:100%;
}

@media (max-width: 480px){
  

.table h4 {
  font-size: 20px;
  text-align: center;
  margin: 50px 0 0 0;
      line-height: 1.3;
}

.t_1{
  width:20%;
  padding:10px 5px;
  font-size: 12px
}

.t_2{
  background-color: #F1C174;
  width:30%;
  padding:5px 10px;
  font-size: 12px;
}

.t_3{
  width:50%;
  padding:5px 10px;
  font-size: 12px;
}
}

/*------------------------------------------------
product
------------------------------------------------*/
.pro_t {
  float: left;
  width:50%;
  text-align: left;
}

.price_d {
  text-decoration: line-through;
}
.pro_t p {
  font-size: 30px;
  line-height: 1.2;
}

.price {
  font-size: 30px;
  color:red;
  margin: 20px 0;
}
.price  span{
  font-size: 48px;
  font-weight: 900;
  color: red;
}
.pro_img {
  float: left;
  width:50%;
}

.pro_img img {
  width:70%;
}

@media (max-width: 480px){
  .pro_t {
  float: none;
  width:100%;
  text-align: left;
}
.pro_t p {
  font-size: 20px;
  line-height: 1.2;
}
.price {
  font-size: 20px;
  color:red;
  margin: 20px 0;
}

.price  span{
  font-size: 32px;
  font-weight: 900;
  color: red;
}
.pro_img {
  float: none;
  width:100%;
  margin-top: 50px;
}
.pro_img img {
  width:100%;
}

}
/*------------------------------------------------
button
------------------------------------------------*/
.button_wrap {
  width:70%;
  margin: 0 auto;
}
.button_box {
  float: left;
  width:50%;
}
.button_ttl img {
  width:35%;
  margin: 25px 0 12px 0;
}
.button a img  {
  width:70%;
  margin:12px 0 25px 0;
}

.qr_box {
  margin-bottom: 50px;
}
.order {
  background-color: #000;
}

@media (max-width: 480px){
  .button_ttl img {
  width:75%;
  margin: 25px 0 12px 0;
}
.button a img  {
  width:100%;
  margin:12px 0 25px 0;
}

.button_box {
  float: none;
  width:100%;
}

.qr_box {
  display: none;
}
}


/*------------------------------------------------
footer-contact-section
------------------------------------------------*/
.contact-link2 {
  height:250px;
  background-image: url("../img/footer-img.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.contact-wrap {
  position: absolute;
  top:35%;
  right:25%;
}

.contact-wrap p {
  font-size: 20px;
  font-weight: 600;
}
.link-btn {
margin-top: 50px;
}
.contact-link2 a {
  padding:20px 50px ;
  background-color: #273182;
  color:#fff;
  font-weight: 600;
  font-size: 20px;

}
.copy {
  text-align: center;
  background-color: #000;
  color:#fff;
  padding:20px ;

}
.copy small {
  font-size: 16px;
}

.footer-logo  {
  text-align: center;
}

.footer-logo img {
  width:40%;
  margin:15px 0;
}

@media (max-width: 480px){
  .contact-wrap {
    position: absolute;
    top: 35%;
    right: 10%;
}

.footer-logo img {
  width:0%;
  margin:15px 0;
}
}












