:root{
	--mainColor:#2CB5A9;
	--mainFontColor:rgba(30,30,30,1);
	--mainBorder:1.5px solid var(--mainFontColor);
  }
  
  #home{
	  background-image: url(img/home.jpg);
	  background-position: top;
	  background-size: 100%;
	  background-repeat: no-repeat;
	  height:70vh;
  }

  .homeCover h4{
	  width: auto;
	  background-color: #fff;
	  padding:0 10px;
  }
  .homeCover h4:first-child{
	  margin-bottom: 1.7em;
  }
  
  #mainBg{
	  background-image: url(img/bg.jpg);
  }
  .mainCover{
	  background-color:rgba(240,240,240,0.6);
  }
  .menuArea h3,
  .menuArea li{
	text-align: center;
  }
  .mainList li a {
	  font-weight: bold;
  }
  .scollMenu{
	  background-color: #2CB5A9;
  }
  
  h3{
	font-weight: 700;
  }
  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);
  }
  
  .roomTypeArea a{
	  margin:auto;
	  padding:10px;
	  width:100%;
	  text-align: center;
	  background-color: var(--mainColor);
	  color:#fff;
	  margin-top:15px;
  }
  .roomTypeArea h3{
	  text-align: center;
  }
  .roomTypeArea 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;
  }
  .aboutFlex div{
	  width:49%;
	  margin-bottom:30px;
  }
  .aboutFlex > div{
	  align-self: center;
  }
  .aboutFlex p , 
  .aboutFlex h2{
	  text-align: justify;
	  width:80%;
	  margin:auto;
	  max-width: 800px;
  }
  .aboutFlex h2{
	  line-height: 1.2;
  }
  
  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:46%;
	  margin:0 2% 80px 2%;
  }
  .item3{
	  margin-bottom:40px;
  }
  ul.mainList li a {
	color:#ffffff;
  }
  .roomTypeTitle span{
	  /* display: block; */
	  font-size: 0.6em;
	  line-height: 1;
  }
  span.lb-number{
	  display: none !important;
  }
  /**************************************/
  .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;
  }
  /**************************************/
  @media only screen and (max-width: 1200px){
	  .aboutFlex{
		  flex-wrap: wrap;
	  }
	  .aboutFlex div{
		  width:100% !important;
	  }
	  #home {
		height: 50vh;
	}
  }
  @media only screen and (max-width: 1052px){
	  .trafficText p{
		  display: none;
	  }
	  .aboutFlex p,
	  .aboutFlex h2{
		  width:100%;
	  }
  }
  @media only screen and (max-width: 950px){
	  ul.mainList li a {
		  color:#ffffff;
	  }
  }
  @media only screen and (max-width: 770px){
	  .item2 {
		  width: 100%;
		  margin: 0 auto 40px auto;
	  }
	  #home {
		height: 40vh;
	}
  }
  @media only screen and (max-width: 600px){
	  .item3 {
		width: 100% !important;
	  }
	  .videoItem>iframe{
		  height: auto;
	  }
  }
  @media only screen and (max-width: 480px){
	  .picture article a{
		  width:100%;
	  }
	  #sns {
		  left: 5px;
		  bottom: -2px;
	  }
	  #home {
		height: 30vh;
	}
  }
  
  
  
  