: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(255, 255, 255, 0.7) !important;
  height: 84px;
}

.homeCover h4 {
  width: auto;
  background-color: #fff;
  padding: 0 10px;
}

.homeCover h4:first-child {
  margin-bottom: 1.7em;
}

.mainList li a {
  color: #222;
}

#logo {
  left: 30px;
}

#mainBg {
  background-image: url(img/bg.jpg);
}

.mainCover {
  background-color: rgba(240, 240, 240, 0.801);
}

.menuArea h3,
.menuArea li {
  text-align: center;
}

.mainList {
  bottom: 15px;
  z-index: 100;
}

.mainList li a {
  font-weight: bold;
}

.mainList li a:hover {
  color: #c78f3a;
  text-decoration: none;

}

/* #about,#roomType,#picture{
    background: #fff;
  } */
.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(100, 100, 100, 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;
}

.more a {
  font-size: 20px;
  color: #00567e;
  border: 2px solid #00567e;
  padding: 15px;

  width: 30%;
  text-align: center;

  margin-top: 15px;
}

.more a:hover {
  text-decoration: none;
  background-color: #00567e;
  color: #fff;
}

.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);
}

.row {
  margin: 0;
}

#about p {
  text-align: center;
  line-height: 30px;
  letter-spacing: 5px;
}

#about h5 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  color: #7a675d;
}

.aboutContent .col-sm-6 {
  margin-top: 12px;
  margin-bottom: 24px;
}

.aboutContent .col-sm-12 {
  position: relative;
}

.scollMenu {
  background-color: #ffffff;
}

.proItem img {
  margin-bottom: 0;
  padding: 0 20px;
}

#picture article {
  overflow: visible;
}

h3 {
  font-weight: 500;
}

article>h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #c78f3a;
}

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;

}

.roomType {
  margin-bottom: 36px;
}

.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%;
}

.aboutContent {
  display: flex;
  flex-wrap: wrap;
  width: 76%;
  margin: auto;
}

.aboutflex {
  width: 46%;
  margin: 0 2% 20px 2%;
}

.aboutflex img {
  border: #dd9f42 4px dotted;
  border-radius: 5px;
  padding: 5px;
  /* background-color: rgb(250, 236, 209); */
}

#picture article a {
  /* border: #dd9f42 4px dashed; */
}

#picture article a {
  min-width: auto;
}

.roomTypeItem img {
  margin: 0 auto 0px auto;
}

.itemB {
  width: 23%;
  margin: 0 1% 20px 1%;
}

#picture h4 {
  font-size: 20px;
  border-bottom: 1px solid #4f8b95;
  padding-bottom: 5px;
}

.roomTypeArea {
  margin-top: 10px;
}

#picture article a {
  width: 100%;
}

.trafficText li {
  text-align: center;
  min-width: 300px;
  margin: 20px 0;
}

.slick-slide img {
  width: 95%;
  margin: auto;
}

.trafficText ol {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-around;
  align-items: center;
}

.newsText p {
  width: 100%;
}

.newsText p span {
  font-size: 18px;
}

.item3 {
  width: 30%;
  margin: auto;
}

.roomTypeTitle h3 {
  text-align: center;
  font-size: 20px;
  color: #4f8b95;
}

.roomTypeTitle {
  border-color: #4f8b95;
}

.roomTypeText p {
  width: 100%;
  font-size: 18px;
}

.newsTitle h3,
.newsTitle p {
  font-size: 20px;
}

.newsText ol li {
  font-size: 18px;
  padding-bottom: 10px;
}

.menuItem span {
  font-size: 0.5em;
}

#menu article {
  padding-bottom: 0px;
}

.item2 {
  width: 46%;
  margin: 0 auto 80px auto;
}

.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;
}

.newsTitle i {
  top: 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) {
  #home {
    margin-top: 84px;

  }

  .trafficText p {
    display: none;
  }

  .aboutFlex p {
    font-size: 14px
  }
}

@media only screen and (max-width: 991px) {
  #home {
    margin-top: 84px;
  }

  .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;
  }

  .item2 {
    width: 60%;
  }

  .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);
  }

  .item3 {
    width: 60%;
  }

  .newsArea {
    display: block;
  }

  .itemB {
    width: 46%;
    margin: 0 2% 20px 2%;
  }
}

@media only screen and (max-width: 600px) {
  .item3 {
    width: 80%;
    margin: auto;
    margin-bottom: 36px;
  }

  #home {
    height: 40vh;
  }

  #logo {
    top: -10px;
  }

  .aboutFlex div {
    width: 90%;
    margin: auto;
  }

  .item2 {
    width: 100%;
  }

  .roomTypeTitle h3 {
    font-size: 20px;
  }

  #roomType article .roomTypeText p {
    font-size: 16px;
  }

  .itemB,
  .aboutflex {
    width: 80%;
    margin: auto;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .picture article a {
    width: 100%;
  }

  #home {
    height: 30vh;
  }

  #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%;
  }

  .roomType {
    margin-bottom: 0;
  }

  .more a {
    width: 50%;
    margin-top: 0;
  }

  .col-xs-6 {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }

  #about p,
  #about h5 {
    text-align: center;
    letter-spacing: 0px;
  }

  #picture article a {
    min-width: 100%;
  }

  .itemB,
  .aboutflex,
  .item3 {
    width: 100%;
  }

  .aboutContent {
    width: 86%;
  }
}