 html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
  }
  /* -------------------------------background------------------------ */
.hero-section {
  width: 100vw;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}

.hero-section .hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

  @media (max-width: 768px) {
  .hero-section .hero-image {
    object-position: left center;  
    height: 320px;  
  }
  }
  /* -----------------------------button----------------------- */
body{
  .button-wrapper {
  text-align: center;
  margin-top: 50px; 
}
.yellow-button {
  background-color: #f8b62d;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  text-decoration: none;
  border: none;
  border-radius: 40px;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s;
  width: 300px;
}

.yellow-button:hover {
  background-color: #e6a823;
}
}

/*-------------------------------bicycle model-----------------------*/
 body{
.info-section {
  position: relative;
  background-color: #e4f4f6;
  border-radius: 20px;
  padding: 60px 40px 40px;
  margin: 50px auto;
  width: 90%;
}

.info-section .text-overlay {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
  width: 100%;
  height: 100px;  
  text-align: left;
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);

}

.info-section .text-overlay .line1 {
  font-size: 40px;
  color: #61bcc9;
}

.info-section .text-overlay .line2 {
  font-size: 18px;
  color: #808080;
}

 .info-box-wrapper {
  display: flex;
  gap: 120px;
  justify-content: center;
  flex-wrap: nowrap;  
  margin-top: 130px; 
}

 .info-box {
  background-color: #61bcc9;
  color: #fff;
  border-radius: 30px;
  padding-top: 180px; 
  padding-bottom: 20px;
  width: 200px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-top: 0;  
}

 .image-wrapper {
  position: absolute;
  top: 15px;  
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 @media (max-width: 425px) {
 .info-section {
    width: 70% !important;
   }
 }

 @media (max-width: 1220px) {
  .info-section {
    width: 90% !important;
    padding: 20px;
  }
  .info-box-wrapper {
    flex-wrap: wrap;
    gap:53px;
    margin-top:180px;  
  }

  .info-box {
    width:120px;
    padding-top: 140px; 
  }

  .image-wrapper {
    width: 150px;
    height: 150px;
    top: -23px ;
  }
 
 
 .info-section .text-overlay .line1 {
  font-size: 30px;
 }

.info-section .text-overlay .line2 {
  font-size: 14px;
 }
 
}
 
@media (max-width: 800px) {
  .info-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    max-width: 340px;   
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  .info-box {
    width: 120px;    
    padding-top: 140px;
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .image-wrapper {
    width: 150px;
    height: 150px;
    top: -20px;
  }
}


}
/* --------------price list------------- */
body{
 .yellow-section {
  background-color: #fff;  
  border: 2px solid #f8b62d;     
  border-radius: 20px;
  padding:180px 20px 40px 20px;   
  margin: 40px auto;
  width: 90%;
  text-align: center;
  position: relative;
}

.yellow-section .text-overlay2 {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
  width: 100%;
  height: 100px;  
  text-align: left;
  line-height: 0.6;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  line-height: 1;

}

.yellow-section .text-overlay2 .line1 {
  font-size: 40px;
  color: #61bcc9;
}

.yellow-section .text-overlay2 .line2 {
  font-size: 18px;
  color: #808080;
}

/*---------price table-----------------*/
 .yellow-section .price-table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
  margin: 5px 0;
  font-family: Arial, sans-serif;
  background: #fff;
  border: none;
 }

 .price-table th,
 .price-table td {
  padding: 12px 15px;
  border: none;
  vertical-align: middle;
}

 .main-header th {
  background: #f8b62d;
  color: white;
  font-size: 1.1em;
  border-radius: 4px 4px 0 0;
}

 .section-header th {
  background-color: #e0f7fa;  
  color: #333;
  font-weight: bold;
}
  th.small-text {
  font-size: 0.8em;  
  line-height: 1.2;
}

 .vehicle-type {
  background: #61bcc9;
  width: 10px;
  font-weight: bold;
  border-radius: 4px;
  color: white;              
}

 .price {
  color: #61bcc9;
  font-weight: bold;
  background: rgba(97,188,201,0.15);
}

 .option-cell {
  color: #808080;
  background: rgba(128,128,128,0.08);
  white-space: nowrap;
}

 .adult tbody tr:nth-child(even) td:not(.vehicle-type) {
  background: rgba(128,128,128,0.05);
}

 .table-footer p {
  text-align: left;     
  line-height: 1.2;      
}

 .table-footer p::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: #61bcc9; 
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 2px;
}
.ection-header{
  background-color: #61bcc9 !important; 
  color: #fff !important ;
}

.blue-cell {
  background-color: #61bcc9 !important;  
  color: #fff !important ;
}

.price-table.child {
  margin-top: 0;      
  padding-top: 0;     
}

 .reserve-btn {
  display: inline-block;
  background: #f8b62d;
  color: white;
  padding: 12px 25px;
  border-radius:50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  width: 120px;
  float:right;
  margin-top: -90px;
}

.notice {
  color: #808080;
  background: rgba(128,128,128,0.08);
  border-left: 4px solid #61bcc9; 
  border-radius: 4px;
}

.price-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: block;
  padding-bottom: 10px;
  flex-wrap: wrap;
}

.price-table th,
.price-table td {
  min-width: 100px;
  text-align: center;
  white-space: nowrap;
}

.price-table .option,
.price-table .option-cell,
.price-table .option-special {
  width: 180px;
  background: rgba(128,128,128,0.08);
  color: #666;
  text-align: left;
  padding: 12px;
  box-sizing: border-box;
}

 .child .option-special {
  white-space: normal;
  line-height: 1.5;
}

 .price-table .vehicle-type {
  width: 120px;
  box-sizing: border-box;
}

 .child .price {
  color: #61bcc9;
  font-weight: bold;
  background: rgba(97,188,201,0.15);
}

.light-blue-row th {
  background-color: #b9c7ca;  
  color: #000;  
}

.gray-cell {
  background-color: #f2f2f2;
  text-align: center;
}

 @media (max-width: 1280px) {
 .yellow-section .text-overlay2 .line1 {
  font-size: 40px;
  color: #61bcc9;
}

.yellow-section .text-overlay2 .line2 {
  font-size: 18px;
  color: #808080;
}
 
  .price-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
     margin-top:100px;
    scrollbar-width: thin;
  scrollbar-color:   #f8b62d  transparent;   
  }
 .blue-cell {
  font-size:12px;
  font-weight: bold;
}
 .vehicle-type{
   font-size:12px;
  font-weight: bold;
 }
  .price-table {
    width: 800px; 
    min-width: 800px;
    table-layout: fixed;  
    display: table;       
  }
 .home-name{
 font-size:10px;
 }
  .price-table th,
  .price-table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
   
  }

  .text-overlay2 {
    position: static;
    margin-bottom: 20px;
    text-align: center;
  }

  .yellow-section {
    padding: 40px 10px 20px 10px;
  }

  .reserve-btn {
    float: none;
    display: block;
    margin: 30px auto 0 auto;
    width: auto;
    font-size: 18px;
    padding: 10px 20px;
  }

  .table-footer p {
    line-height: 1.2;
    font-size: 12px;
    padding: 0 10px;
  }
}
}

/* -----------------CROSS BIKE--------------- */
body{
.dashed-section {
  border: 2px dashed #61bcc9;  
  border-radius: 15px;
  padding: 180px 20px 50px;
  margin: 50px auto;
  width: 90%;
  background-color: #ffffff; 
  position: relative;
}

.dashed-section .text-wrapper {
  padding: 0 20px;    
  word-wrap: break-word;
  text-align: left;
  line-height: 2;
  margin-top:-20px;
}

.dashed-section .text-overlay3 {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
  width: 100%;
  height: 100px;  
  text-align: left;
  line-height:1.2;
   text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.dashed-section .text-overlay3 .line1 {
  font-size: 40px;
  color: #61bcc9;
 }

.dashed-section .text-overlay3 .line2 {
  font-size: 18px;
  color: #808080;
}

.section-text {
  margin-top: 130px;
  line-height: 2;
  margin-right: 30px;
}

.image-text-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10%;
}

.image-text-row .section-image {
  width: 320px;
  margin-right: 30px;
  flex-shrink: 0;
  margin-left: 20px;
 margin-bottom:100px;
 }

.right-text {
  flex: 1;
  padding-right: 30px;
  text-align: left;
  box-sizing: border-box;
  margin-top:-10px; 
}

.price-title1 {
  font-size: 28px;
  font-weight: bold;
  color: #61bcc9;
  margin-bottom: 0px;
  margin-top: 90px;
}
.price-title {
  font-size: 28px;
  font-weight: bold;
  color: #f8b62d;
  margin-bottom: 15px;
  margin-top: 0px;
}

.section-text {
  margin: 0;
  line-height: 1.7;
  margin-top: 50px;
}

.image-text-row {
  display: flex;
  align-items: flex-start;
  gap: 0px;
  margin-bottom: -40px;
}

@media (max-width: 1280px) {
  .dashed-section {
   width: 90%; 
 }

 .text-wrapper {
  padding: 0 30px;    
  word-wrap: break-word;
  text-align: left;
  line-height: 1;
  font-size: 12px;
  color: #333333;
}

  .text-overlay3 {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: left;   
    margin-left: 0px;
    line-height: 1.2;
  }

  .text-overlay3 .line1 {
    font-size: 40px;
    text-align: left;
    line-height: 1.2;
  }

  .text-overlay3 .line2 {
    font-size: 18px;
    text-align: left;
  }

  .dashed-section .text-wrapper {
    padding: 0 20px;
    text-align: left;
    margin-bottom: 40px;
    margin-top:-30px;
    font-size:14px;
    line-height:1.6;
}

  .image-text-row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    gap: 20px;
  }


.image-text-row .section-image {
    max-width:80%;
    margin-bottom: -100px;
   margin-top:30px;
   }


 .image-text-row .right-text {
    padding: 0 10px;
    text-align: left;
    margin-top: 90px;
  }

.right-text .section-text {
    margin-top: -10px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 30px;
      padding: 0 10px;

  }

  .price-title,
  .price-title1 {
    font-size: 22px;
    text-align: center;
  }
}
}
/* --------------------------- ROAD BIKE -------------------------- */
body{
.dashed-section2 {
  border: 2px dashed #61bcc9;  
  border-radius: 15px;
  padding: 180px 20px 50px;
    margin: 50px auto;
  width: 90%;
  background-color: #ffffff; 
  position: relative;
}

.dashed-section2 .text-wrapper2 {
  padding: 0 20px;    
  word-wrap: break-word;
  text-align: left;
  line-height: 2;
  margin-top:-20px;
  color: #333333;
}

.dashed-section2 .text-overlay4 {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
  width: 100%;
  height: 100px;  
  text-align: left;
  line-height: 0.6;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.dashed-section2 .text-overlay4 .line1 {
  font-size: 40px;
  color: #61bcc9;
  line-height: 1;
}

.dashed-section2 .text-overlay4 .line2 {
  font-size: 18px;
  color: #808080;
}

.section-text {
  margin-top: 130px;
  line-height: 2;
  margin-right: 30px;
}

.image-text-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0%;
}

.section-image {
  width: 370px;
  margin-right: 30px;
  flex-shrink: 0;
  margin-left: 20px;
}

.right-text {
  flex: 1;
  padding-right: 30px;
  text-align: left;
  box-sizing: border-box;
  padding-top: 15px; 
}

.price-title1 {
  font-size: 28px;
  font-weight: bold;
  color: #61bcc9;
  margin-bottom: 0px;
  margin-top: 50px;
}
.price-title {
  font-size: 28px;
  font-weight: bold;
  color: #f8b62d;
  margin-bottom: 15px;
  margin-top: 0px;
}

.section-text {
  margin: 0;
  line-height: 1.7;
  margin-top: 50px;
}

.image-text-row {
  display: flex;
  align-items: flex-start;
  gap: 0px;
  margin-bottom: -40px;
}

@media (max-width:1280px) {
  .dashed-section2 {
   width: 90%; 
 }

  .text-overlay4 {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: left;   
    margin-left: 0px;
    line-height: 1.2;
  }

  .text-overlay4 .line1 {
    font-size: 40px;
    text-align: left;
    line-height: 1.2;
  }

  .text-overlay4 .line2 {
    font-size: 18px;
    text-align: left;
  }

.dashed-section2 .text-wrapper2 {
    padding: 0 20px;
    text-align: left;
    margin-bottom: 40px;
    margin-top:-30px;
    font-size:14px;
    line-height:1.6;
} 
 
  .image-text-row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    gap: 20px;
  }

  .section-image {
    width: 100%;
    max-width:80%;
    margin-bottom: -100px;
   }

  .right-text {
    padding: 0 10px;
    text-align: left;
  }

  .section-text {
    margin-top: 20px;
    text-align: left;
    font-size: 15px;
    margin-bottom: 20px;
    color: #333333;
  }

  .price-title,
  .price-title1 {
    font-size: 22px;
    text-align: center;
  }
}
}
/* --------------------------- E BIKE -------------------------- */
body{
.dashed-section3 {
  border: 2px dashed #61bcc9;  
  border-radius: 15px;
  padding: 180px 20px 50px;
    margin: 50px auto;
  width: 90%;
  background-color: #ffffff; 
  position: relative;
}

.dashed-section3 .text-wrapper3 {
  padding: 0 20px;    
  word-wrap: break-word;
  text-align: left;
  line-height: 2;
  margin-top:-20px;
    color: #333333;
}

.dashed-section3 .text-overlay5 {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
  width: 100%;
  height: 100px;  
  text-align: left;
  line-height: 0.6;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.dashed-section3 .text-overlay5 .line1 {
  font-size: 40px;
  color: #61bcc9;
  line-height: 1;
}

.dashed-section3 .text-overlay5 .line2 {
  font-size: 18px;
  color: #808080;
}

.section-text {
  margin-top: 130px;
  line-height: 2;
  margin-right: 30px;
}

.image-text-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0%;
}

.section-image {
  width: 370px;
  margin-right: 30px;
  flex-shrink: 0;
  margin-left: 20px;
}

.right-text {
  flex: 1;
  padding-right: 30px;
  text-align: left;
  box-sizing: border-box;
  padding-top: 15px; 
}

.price-title1 {
  font-size: 28px;
  font-weight: bold;
  color: #61bcc9;
  margin-bottom: 0px;
  margin-top: 50px;
}
.price-title {
  font-size: 28px;
  font-weight: bold;
  color: #f8b62d;
  margin-bottom: 15px;
  margin-top: 0px;
}

.section-text {
  margin: 0;
  line-height: 1.7;
  margin-top: 50px;
}

.image-text-row {
  display: flex;
  align-items: flex-start;
  gap: 0px;
  margin-bottom: -40px;
}
@media (max-width: 1220px) {

  .dashed-section3 {
   width:90%; 
 }
 
  .text-overlay5 {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: left;   
    margin-left: 0px;
    line-height: 1.2;
  }

  .text-overlay5 .line1 {
    font-size: 40px;
    text-align: left;
    line-height: 1.2;
  }

  .text-overlay5 .line2 {
    font-size: 18px;
    text-align: left;
  }

.dashed-section3 .text-wrapper3 {
    padding: 0 20px !important;
    text-align: left;
    margin-bottom: 40px;
    margin-top:-30px;
    font-size:14px;
    line-height:1.6;
  color: #333333;
} 

  .image-text-row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    gap: 20px;
  }

  .section-image {
    width: 100%;
    max-width:80%;
    margin-bottom: -100px;
   }

  .right-text {
    padding: 0 10px;
    text-align: left;
  }

  .section-text {
    margin-top: 20px;
    text-align: left;
    font-size: 15px;
    margin-bottom: 20px;
    color: #333333;
  }

  .price-title,
  .price-title1 {
    font-size: 22px;
    text-align: center;
  }
}
}
/* --------------------------- JUNIOR BIKE -------------------------- */
body{
.dashed-section4 {
  border: 2px dashed #61bcc9;  
  border-radius: 15px;
  padding: 180px 20px 50px;
    margin: 50px auto;
  width: 90%;
  background-color: #ffffff; 
  position: relative;
}

.dashed-section4 .text-wrapper4 {
  padding: 0 20px;    
  word-wrap: break-word;
  text-align: left;
  line-height: 2;
  margin-top:-20px;
    color: #333333;
}

.dashed-section4 .text-overlay6 {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
  width: 100%;
  height: 100px;  
  text-align: left;
    line-height: 0.6;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.dashed-section4 .text-overlay6 .line1 {
  font-size: 40px;
  color: #61bcc9;
  line-height: 1;
}

.dashed-section4 .text-overlay6 .line2 {
  font-size: 18px;
  color: #808080;
}

.section-text {
  margin-top: 130px;
  line-height: 2;
  margin-right: 30px;
}

.image-text-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0%;
}

.section-image {
  width: 370px;
  margin-right: 30px;
  flex-shrink: 0;
  margin-left: 20px;
}

.right-text {
  flex: 1;
  padding-right: 30px;
  text-align: left;
  box-sizing: border-box;
  padding-top: 15px; 
}

.price-title1 {
  font-size: 28px;
  font-weight: bold;
  color: #61bcc9;
  margin-bottom: 0px;
  margin-top: 50px;
}
.price-title {
  font-size: 28px;
  font-weight: bold;
  color: #f8b62d;
  margin-bottom: 15px;
  margin-top: 0px;
}

.section-text {
  margin: 0;
  line-height: 1.7;
  margin-top: 50px;
}

.image-text-row {
  display: flex;
  align-items: flex-start;
  gap: 0px;
  margin-bottom: -40px;
}
@media (max-width: 1280px) {
  .dashed-section4 {
   width: 90%; 
 }
 
  .text-overlay6 {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: left;   
    margin-left: 0px;
    line-height: 1.2;
  }

  .text-overlay6 .line1 {
    font-size: 40px;
    text-align: left;
    line-height: 1.2;
  }

  .text-overlay6 .line2 {
    font-size: 18px;
    text-align: left;
  }

.dashed-section4 .text-wrapper4 {
    padding: 0 20px;
    text-align: left;
    margin-bottom: 40px;
    margin-top:-30px;
    font-size:14px;
    line-height:1.6;
  color: #333333;
} 

  .image-text-row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    gap: 20px;
  }

  .section-image {
    width: 100%;
    max-width:80%;
    margin-bottom: -100px;
   }

  .right-text {
    padding: 0 10px;
    text-align: left;
    margin-top:80px;
  }

  .section-text {
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
    color: #333333;
  }

  .price-title,
  .price-title1 {
    font-size: 22px;
    text-align: center;
  }
}
}

/* --------------------------- OTHERS -------------------------- */
body{
.info-section-alt {
  position: relative;
  background-color: rgb(228, 244, 246,0.8);
  border-radius: 20px;
  padding: 20px 20px 50px;
  margin: 10px auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.info-section-alt .text-overlay7 {
  position: absolute;
  top: 50px;
  left: 40px;
  text-align: left;
  z-index: 10;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.info-section-alt .text-overlay7 .line1 {
  font-size: 40px;
  color: #61bcc9;
  line-height: 1;  
}

.info-section-alt .text-overlay7 .line2 {
  font-size: 18px;
  color: #808080;
}

.image-row {
  display: flex;
  justify-content: center;
  gap:150px;
  flex-wrap: wrap;  
  width: 100%;
}

.image-row .image-block {
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.image-row .image-block img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.price-title2 {
  font-size: 24px;
  color: #61bcc9;
  font-weight: bold;
  margin-top: -10%;
  margin-bottom: 50px;
  text-align: center;
  width: 500px;
}

.image-description {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  text-align: left;
  padding: 0 10px;
  width: 390px;
}

@media (max-width: 1280px) {
  .info-section-alt {
    width: 90%;
    padding-bottom:150px;
  }
.info-section-alt .text-overlay7 {
     width: 100%;
    text-align: left;   
    left:  40px;
    line-height: 1.2;
  }

.info-section-alt .text-overlay7 .line1 {
    font-size: 40px;
    text-align: left;
  }

.info-section-alt .text-overlay7 .line2 {
    font-size: 18px;
    text-align: left;
  }

  .image-row {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

.image-row .image-block {
    width: 90%;
    margin-top: 120px;
  }

.image-row .image-block img {
    width:90%;
    max-width: 360px;
    margin-bottom: -50px;  
 }

  .price-title2 {
    font-size: 22px;
    width: auto;
    margin: 30px 20px 20px;
    text-align: left;
  }

.image-row .image-description {
    font-size: 14px;
    width: auto;
    padding: 0 ;
    text-align: left;
    margin-bottom: -120px;
  }
}
}
 
  /*--------------------------------full-background--------------------------*/
body{
.full-background {
  position: fixed;
  left: 0;
  bottom: 0;    
  width: 100%;
  height: 100%;  
  background-image: url('https://oportable.jp/.assets/bg2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width:1220px) {
    .full-background {
display: none;
  }
}
} 