* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.sun-body {
  font-family: "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
nav.sunnav {
  background: #fd9b00;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin: auto;
  padding: 0.75rem 1rem;
}
.logo {
  font-weight: bold;
  color: #fff;
  font-size: 22px;
}
.menu-toggle {
  display: none;
  font-size: 1.5rem;
  background: #935300;
  border: none;
  cursor: pointer;
  color: #fff;
}
nav.sunnav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.sunnav li {
  margin: 0 0.5rem;
}
nav.sunnav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 0.5rem;
  display: block;
}
nav.sunnav a.active {
  color: #34b0e6;
  border-bottom: 2px solid #34b0e6;
}
@media (max-width: 768px) {
  nav.sunnav ul {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #fff;
  }
  nav.sunnav ul.show {
    display: flex;
  }
  .menu-toggle {
    display: block;
    align-self: flex-start;
    margin-left: 8px;    
    order: 4;    
  }
  .nav-link{
    border-bottom: 1px dotted #000; 
  }
  .nav-link:hover{
    background: #f2e6c6;
  }
}
@media (min-width: 769px) {
  
  nav.sunnav a {
    color: #fff;
  }
  nav.sunnav a.active {
    color: #fff;
    border-bottom: 2px solid #fff;
  }
}


header {
  background-color: #fcca44;
  color: #fff;
  text-align: center;
  padding: 2rem 1rem;
}
header h1 {
  margin: 0;
  font-size: 1.8rem;
}
header p {
  font-size: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
header span{
  display:block;  
}
/*section {
  padding: 2rem 1rem;
  max-width: 1280px;
  margin: auto;
}*/
h2 {
  color: #34b0e6;
  font-size: 1.4rem;
  margin-top: 2rem;
}
ul {
  padding-left: 1.2rem;
}
.contact, .cta, .form {
  background: #e0f7ff;
  padding: 1rem; 
  margin-top: 2rem;
}
.cta {
  background-color: #34b0e6;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}
.cta a {
  display: inline-block;
  margin-top: 10px;
  background: #fff;
  color: #34b0e6;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-decoration: none;
}
@media (min-width: 600px) {
  header span{
  display:inline-block;
  } 
}
@media (min-width: 768px) {
  header h1 {
    font-size: 2.2rem;
  }
}

/*----------------------*/
.brnadimg-box{
}
.brn-img .owl-nav{
  display:none;  
}
.brn-img .owl-dots{
  padding-top: 15px;
}
/*---*/
.abo-sun-box{
  display:flex;
  flex-wrap:wrap;
  padding: 2rem 1rem;
  max-width: 1280px;
  margin: auto; 
}
.asb-item{
  width: calc(50% - 30px);  
  margin: 15px;  
  background:#f4d9be;
  border-radius: 15px 15px 0 0 ;
}
.asbi-img {
  border-radius: 15px;
}
.asbi-img img{
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0 0 ;
}
.asbi-txt{
  padding: 15px; 

}
@media (min-width: 768px) {
  .asb-item{
    width: calc(33.33333% - 30px);
  }
  .asbi-txt{
    text-align:center;
  }
}

.h2abo{
  color:#df0d00;
  font-size:30px;
  font-weight: bolder;
  text-align:center;
}
.h3abo{
  color:#e0746e;
  text-align:center;
}
@media (min-width: 768px) {
  .h2abo{
    font-size:50px;
  }
}
.sun-price{
  /*background:#fffc9d;*/
  padding: 30px; 
  margin: 0;
  padding: 0;
}
.sp-moto{
  border-bottom:9px solid #fcca45;
  vertical-align: bottom;
}
.spm-pic{
  width: 25%;
}
.sp-moto img{
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.sp-txt{
  padding-left: 60px;
}
.sp-img {
 /* border:1px solid #000; */
 
}
.sp-img .owl-dots{
  display:none;
}
.sp-img .item{
  /*border:1px solid #f00;*/
  padding-bottom: 57.6%;
  position: relative; 
}
.sp-img img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
@media (min-width: 500px) {
  .sun-price{
    display:flex;
    flex-wrap:wrap;
    align-content:flex-end;
    align-items:flex-end;
    color:#e3ad1d;
  }
  .sp-moto{
    width: 25%;
  }
  .spm-pic{
    width: 100%;
  }
  .sp-txt{
    width: 75%;
    border-bottom:9px solid #fcca45;
  }
  .sp-img{
    background:#fcca45;
  }
}
@media (min-width: 1024px) {
  .sun-price{   
    flex-wrap:wrap;
    border-bottom:9px solid #fcca45;
  }  
  .sp-moto{
    width: 25%;
    height: 420px;
    border-bottom:0px;
  } 
  .sp-moto img{
    width: auto;
    height: 100%;
  } 
  .sp-txt{    
    width: 35%;
    border-bottom:0px;
  }
  .sp-img{    
    width: 40%; 
    margin-bottom: -30px;    
    background:none;
    border-bottom:0px;
  }  
  .sp-img .item{      
    text-align:right; 
    max-height: 420px;  
  }
  .sp-img .item img{ 
    object-fit: contain; 
  }
}

.h2price{
  color:#fcca45;
  font-size:30px;
  font-weight: bolder;
}
.h3price{
  color:#fcca45;
}
@media (min-width: 768px) {
  .h2price{
    font-size:50px;
  }
}
.sun-how{
  background:#fbe5aa;
}
.sun-how-con{  
  margin:0 20px;
  padding:20px;
  color:#b16e27;
}
.h2how{
  color:#d87000;
  font-size:30px;
  font-weight: bolder;
}
.h3how{
  color:#b16e27;
}
.shc-map{
  margin-top: 30px;
  position: relative;
}
.shc-map iframe{
  position: absolute;
  top:0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
 }
.sun-announcement{
  width: calc(100% - 30px);
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border: 5px dotted #f00;
  border-radius: 20px;
}
.contact-link{
  display: block;
  width: 100%;
  padding: 8px;
  border-radius: 10px;
  background: rgba(255,255,255,.5);
  border:2px solid #fff; 
  color:#814708;
  margin-bottom: 10px;
  text-decoration: none;
}
.contact-link:hover{
  background:#814708;
  color:#fff;
  border:5px solid #fff; 
}
@media (min-width: 768px) {
  .sun-how-con{
    display: flex;
    max-width: 1380px;
    margin-right:auto;
    margin-left: auto;   
  }
  .h2how{
    font-size:50px;
  }
  .shc-txt{
    width: 48%; 
  }
  .shc-map{    
    width: calc(52% - 20px); 
    margin-right: 20px;;
    padding-bottom: 50%;
  } 
  .contact-link{
    width: 65%;
  } 
}
.sun-package{
  margin: 30px 20px;
}
.type-center{
  text-align: center;
}
.pac-box h3{
  color:#fcca45;
  font-size: 38px;
  font-weight: bolder;
  text-align: center;
  margin: 0;
  margin-bottom: -10px;
  padding: 0;
}
.pac-txt{
  background: #fcca45;
  border-radius: 15px;
  padding: 15px;
  margin: 0 15px 30px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .sun-package{
    display: flex;
    max-width: 1380px;
    margin-right:auto;
    margin-left: auto;  
    justify-content: space-around; 
  }
  .pac-box{
    width: 30%;    
  }
  .pac-txt{
    background: #fcca45;
    border-radius: 15px;
    padding: 15px;
    margin: 15px;
  }
}
.sun-partners{
  margin: 30px 20px;
  
}
.h2par{
  font-size:22px;
  color:#4c4c4c;
  text-align: center;
}
.par-box .item{
  background: #d7d6d4;
  padding: 8px;
  color:#fff;
  text-align: center;
  padding-bottom: 20px;
}
.par-box h4{
  font-size: 28px;
  margin: 10px;
}
.par-box a{
  text-decoration: none;
  color:#fff;
}
.par-box .item:hover{
  background: #322c2c;
}
.par-box .owl-nav{
  display: none;
}
.par-box .owl-dots{
  margin-top: 10px;
}
@media (min-width: 768px) {
  .sun-partners{ 
    max-width: 1380px;
    margin-right:auto;
    margin-left: auto;
  } 
  .h2par{
    font-size:28px;
  }
}

.border-1{
  border: 1px solid #111;
}
.text-left{
  text-align: left;
}
.sun-ul{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  list-style:inside;
  /*border: 1px solid #111;*/
}
.sun-ul li{
  padding: 0;
  margin: 0;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.type-red{
  color: #f00;
}
footer{
  text-align: center; 
  background: #fd9b00; 
  padding-bottom: 10px;
}
footer h3{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}