:root{
	--mainColor:rgba(30,30,30,1);
	--mainFontColor:rgba(30,30,30,1);
	--mainBorder:1.5px solid var(--mainFontColor);
  }
  
  #home{
	  background-image: url(img/home.jpg);
  }
  /* .homeCover{
	  background-color:rgba(240,240,240,0.5);
  } */
  header {
    background-color: rgba(256,256,256,0.7);
}
  .homeCover h4{
	  width: auto;
	  background-color: #fff;
	  padding:0 10px;
  }
  .homeCover h4:first-child{
	  margin-bottom: 1.7em;
  }
  #logo{
	left: 30px;
}
  #mainBg{
	  background-image: url(img/bg.jpg);
  }
  .mainCover{
	  background-color:rgba(240,240,240,0.4);
  }
  .menuArea h3,
  .menuArea li{
	text-align: center;
  }
  .mainList{
	bottom:25px;
	z-index: 100;
}
  .mainList li a {
	  font-weight: bold;
  }
  .mainList li a:hover{
	color:#3b1b1a;
	
}
.navBar1 {
    width: 45px;
    height: 30px;
display: none;
    position: absolute;
    top:30px;
    left: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 20;
    background-image:none
  }
  .navOp{
      z-index: 1000;
  }
  .navBar1 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: rgba(59,59,59,1);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  .navBar1 span:nth-child(1) {
    top: 0px;
  }
  
  .navBar1 span:nth-child(2) {
    top: 15px;
  }
  
  .navBar1 span:nth-child(3) {
    top: 30px;
  }
  
  .navBar1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  .navBar1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  .navBar1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  

  .scollMenu{
	  background-color: #ffffff;
  }
  
  h3{
	font-weight: 500;
  }
  article > h3{
	  text-align: center;
	  margin-bottom:30px;
	  color: var(--mainColor);
  }
  p , li , a , h2{
	font-weight: 400;
  }
  
  #sns ul li a ,
  .slick-next,
  .slick-arrow{
	filter: brightness(0);
  }
  .title{
	background: url(img/title_bg.png) no-repeat;
	background-position: center;
	background-size: contain;
}
.title h3{
     text-align: center;
     padding: 10px;
     color: #726666;
	   
}
  .newsArea a{
	  margin:auto;
	  padding:10px;
	  width:90%;
	  text-align: center;
	  background-color: var(--mainColor);
	  color:#eccb89;
  }
  .newsArea a:hover{
	  opacity:0.7;
  }
  
  .number ul {
	list-style-type:decimal;
	list-style-position:outside;
	list-style:normal !important; 
	margin:0px;
	padding-left:2em;
  }
  .number li{
	list-style:inherit !important; 
	display: list-item;
  }
  
  .aboutFlex{
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  background-color: #fff;
  }
  .aboutFlex div{
	  width:49%;
	  /* margin-bottom:30px; */
  }
  .aboutFlex > div{
	  align-self: center;
  }
  .aboutFlex h2{
	color:#693328;
	width: 80%;
	margin:auto;
   
}
  .aboutFlex p{
	  text-align: justify;
	  width:80%;
	  margin:auto;
	  max-width: 800px;
  }
  .line_bg{
    position: absolute;
    border: 1px dashed rgba(0,0,0,0.5);
    height: 45%;
    width: 30%;
    top: 40%;
    right: 17%;
  }
  .flower{
    position: absolute;
    top: 65%;
    width: auto;
    right: 0;
  }
  article{
	  overflow: hidden;
  }
  #product > article{
	  overflow: visible;
  }
  .animateLeftToRight{
	  position: relative;
	  right:100px;
	  opacity:0;
	  transition:opacity 1s ease-in-out , right 1s ease-in-out ;
  }
  .animateRightToLeft{
	  position: relative;
	  left:100px;
	  opacity:0;
	  transition:opacity 1s ease-in-out , left 1s ease-in-out ;
  }
  .animateBottomToTop{
	  position: relative;
	  top:100px;
	  opacity:0;
	  transition:opacity 1s ease-in-out , top 1s ease-in-out ;
  }
  .supportLine{
	  height: 2px;
	  width: 60px !important;
	  background-color: var(--mainColor);
	  margin:0 auto 50px;
  }
  #sns .tel {
	  background-image: url(img/tel.svg);
  }
  #traffic div{
	  width: 100%;
  }
  .trafficText li{
	  text-align: center;
	  min-width:300px;
	  margin:20px 0;
  }
  .trafficText ol{
	  display: flex;
	  /* flex-wrap: wrap; */
	  justify-content: space-around;
	  align-items: center;
  }
  
  .menuItem span{
	  font-size: 0.5em;
  }
  #menu article{
	  padding-bottom:0px;
  }
  
  .item2{
	  width:40%;
	  margin:0 5% 80px 5%;
  }
  .item3{
	  margin-bottom:40px;
  }
  /**************************************/
#roomType .aboutFlex{
  
  margin-bottom: 30px;
}
#roomType .aboutFlex:nth-child(even){
  background-color: transparent;
}
  #img-switch .small-img a,#img-switch1 .small-img a,#img-switch2 .small-img a{
    display:inline-block;
    /* margin-top: 15px; */
    margin-right: 15px;
   padding:  15px 0;
  }
#img-switch img,#img-switch1 img,#img-switch2 img{display:block; max-width:100%; height:auto;}
.aboutFlex div.big-img,.aboutFlex div.small-img{
  width: 100%;
}
.small-img a{ 
  opacity: 0.5;
}
.small-img a.active{
  opacity: 1;
}
  /*************************************/
  .picture article{
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-around;
  }
  .picture article h3{
	  width: 100%;
  }
  .picture article p{
	  width: 100%;
  }
  .picture article a{
	  width: 46%;
	  margin:20px 2%;
  }
  .picture article.cc1 a{
	  width: 90%;
	  margin:20px auto;
  }
  .picture article.cc2 a{
	  width: 40%;
	  margin:20px 5%;
  }
  .picture article .clear{
	  width: 46%;
	  margin:0 2%;
  }
  .picture article.cc1 .clear{
	  width: 90%;
	  margin:0 auto;
  }
  .picture article.cc2 .clear{
	  width: 40%;
	  margin:0 5%;
  }
  .picture article a span{
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  display: block;
	  width: calc(100% - 20px);
	  padding: 10px 10px;
	  background-color: rgba(18,18,18,0.85);
  }
  .picture a {
	  overflow: hidden;
  }
  .picture a img {
	  transition: all 0.35s, transform 0.35s;
	  transform: scale3d(1.05, 1.05, 1);
  }
  .picture a:hover img {
	  transform: scale3d(1, 1, 1);
  }
  .picture article a span{
	  color:#fff;
  }
  /**************************************/

.videoDiv{
	width:48%;
	margin-bottom:15px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.trafficText ol li{
  border-right: 1px solid rgba(30,30,30,0.5);
  width: 33%;
}
.trafficText ol li:nth-child(3){
  border-right: none;
}
@media only screen and (max-width: 1440px){
	 
  .line_bg{
    width: 42%;
  right: 6%;
  }
    }
  @media only screen and (max-width: 1200px){
	 
#home {
    height: 50vh;
}
.line_bg{
 
right: 3%;
}
  }
  
  @media only screen and (max-width: 1080px){
    .flower{
      width: 20%;
      top:70% 
    }
	  .trafficText p{
		  display: none;
	  }
	  .aboutFlex p{
      font-size:14px
	  }
  }
  @media only screen and (max-width: 991px){
	 
    .aboutFlex h2,.aboutFlex p{
      width: 90%;
    }
    .line_bg{
      height: 40%;
      top:42%
    }
  }
  @media only screen and (max-width: 950px){
      .navBar1{
        display: block;
      }
      ul.mainList li a{
        color: #fff;
      }
  }
  @media only screen and (max-width: 770px){
    #logo{
      left: 0;
    }
    article h3{
      font-size: 30px;
    }
    .aboutFlex div{
      width: 80%;
      margin: auto;
    }
    .aboutFlex p{
      font-size: 16px;
    }
    .flower,.line_bg{
      display: none;
    }
     .aboutFlex{
      background-color: transparent;
    }
    .aboutFlex h2, .aboutFlex p{
      width: 100%;
    }
    .resverseFlex {
      flex-direction: column-reverse;
  }
    #about h2{
      margin: 15px 0;
    }
    article{
      padding-bottom: 0px;
    }
    .item2{
      width: 50%;
    }
    .trafficText ol{
      flex-wrap: wrap;
    }
    .trafficText ol li{
      width: 60%;
      padding-bottom: 20px;
      border-right: 0px solid rgba(30,30,30,0.5);
      border-bottom: 1px solid rgba(30,30,30,0.5);
    }
  }
  @media only screen and (max-width: 600px){
	  .item3 {
		width: 100% !important;
    }
    .aboutFlex div{
      width: 90%;
      margin: auto;
    }
    .item2{
      width: 70%;
    }
  }
  @media only screen and (max-width: 480px){
	  .picture article a{
		  width:100%;
	  }
	  #sns {
		  left: 5px;
		  bottom: -2px;
    }
    .aboutFlex p{
      font-size: 14px;
    }
    #img-switch .small-img a, #img-switch1 .small-img a, #img-switch2 .small-img a{
      margin-right: 0;
      width: 25%;
    }
    
  }
  
  
  
  