@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap');

:root {
  --mainColor: rgba(30, 30, 30, 1);
  --mainFontColor: rgba(30, 30, 30, 1);
  --mainBorder: 1.5px solid var(--mainFontColor);
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
footer {
  font-family: 'Noto Sans TC', '小塚ゴシック Pro', '微軟正黑體';
}

#home {
  background-image: url(img/home.jpg);
  height: 630px;
  margin-top: 91px;
}

/* .homeCover{
	  background-color:rgba(240,240,240,0.5);
  } */
header {
  background-color: rgba(256, 256, 256, 0.7);
  padding: 5px;
}

.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: #594036;
  ;
}

.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: #594036;
}

p,
li,
a,
h2 {
  font-weight: 400;
}

#sns ul li a,
.slick-next,
.slick-arrow {
  filter: brightness(0);
}

.title h3 {
  text-align: center;
  padding: 10px;
  color: #45272f;
}

.group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.group ul {
  display: flex;
  position: absolute;
  right: 0;
}

.group li img {
  width: 60%;
  float: right;
  position: relative;
  top: 5px;
}

.aboutFlex img {
  width: 46%;
  height: 100%;
  margin: 20px auto 40px auto;
}

#about h4 {
  text-align: center;
  font-size: 24px;
  color: #45272f;
  margin-bottom: 24px;
}

/* .newsArea a {
  margin: auto;
  padding: 10px;
  width: 90%;
  text-align: center;
  background-color: var(--mainColor);
  color: #eccb89;
} */
.newsArea .pic_a {
  padding: 0;
  width: 100%;
  margin-bottom: 12px;
}

/* .newsArea a:hover {
  opacity: 0.7;
} */
#pic h4 {
  text-align: center;
  font-size: 24px;
  color: #f26c53;
  opacity: 0.8;
  border-bottom: 1px solid #f26c53;
  padding-bottom: 15px;
}

.proMask {
  width: 100%;
}

.item3 p {
  position: absolute;
  width: 96%;
  /* bottom: 10px; */
  text-align: center;
  /* background-color: rgba(0, 0, 0, 0.5); */
  color: rgba(0, 0, 0, 0.5);
  padding: 5px;
}

.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 h2 {
  color: #45272f;
  width: 80%;
  margin: auto;
}

.aboutFlex h2 span {
  position: relative;
  left: 50px;
}

.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%;
}

.newsTitle i {
  top: -5px;
  /* float: right; */
}

.menuArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.item3 {
  width: 23%;
  margin: auto;
}

.proMask img {
  border-radius: 2rem;
}

.menuItem h3 {
  margin-bottom: 0;
  color: #45272f;
  padding-bottom: 10px;
}

.menuList {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(59, 59, 59, 0.2);
}

.menuArea h3,
.menuArea li {
  text-align: center;
}

.menuArea li {
  padding: 10px 0;
  width: 50%;
  font-size: 18px;
}

.newsTitle h3,
.newsTitle p {
  font-size: 18px;
}

.newsText p span {
  background-color: #45272f60;
  padding: 2px 5px;
  margin: 5px 0;
}

.newsText p:nth-child(2),
.newsText p:nth-child(3),
.newsText p:nth-child(5),
.newsText p:nth-child(6) {
  margin-bottom: 10px;
}

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;
}

.roomTypeArea {
  justify-content: start;
}

#sns .tel {
  background-image: url(img/tel.svg);
}

#traffic {
  display: flex;
  align-items: center;
  justify-content: center;
}

.trafficText,
.trafficMap {
  width: 46%;
  margin: 60px 2%;
}

.trafficText ol li {
  margin-bottom: 24px;
  border: 0px;
}

.trafficText li {
  text-align: center;
  min-width: 300px;
  margin: 20px 0;
  border: 0px;
}

.itemB {
  width: 28%;
  margin: 0 2.5% 24px 2.5%;
}

.menuArea .threeblock li {
  width: 33%;
}

.roomTypeItem a {
  display: block;
}

.menuItem span {
  opacity: 0.7;
  margin-right: 20px;
}

#menu article {
  padding-bottom: 0px;
}

.menuArea .threeblock li.threelist {
  position: relative;
  text-align: left;
  left: 13%;
}

.tag {
  margin-top: 10px;
  opacity: 0.7;
}

.item2 {
  width: 40%;
  margin: 0 5% 80px 5%;
}

.item3 {
  margin-bottom: 40px;
}

.about_btn {
  width: 80%;
  margin: auto;
  display: flex;
}

.about_btn a {
  width: 30%;
  border: 1px solid #45272f;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  color: #45272f;
  text-align: center;
  transition: .5s;
}

.about_btn a:first-child {
  margin-right: 50px;
}

.about_btn a:hover {
  background-color: #45272f;
  color: #fff;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.5);
}

/**************************************/
#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;
}

#roomType1 h4 {
  text-align: center;
  font-size: 28px;
  color: #45272f;
  font-weight: 500;
  letter-spacing: 2px;
}

.proMask p {
  text-align: center;
  font-size: 24px;
}

.btn-group {
  display: flex
}

.btn-group a {
  width: 50%;
  background-color: #45272f;
  padding: 5px;
  cursor: pointer;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.btn-group a:first-child {
  margin-right: 5px;
  background-color: #7a5e46;
  opacity: 0.7;
}

.btn-group a:nth-child(2) {
  background-color: #5a4634;
  margin-left: 5px;
  opacity: 0.7;
}

.btn-group a:hover {
  opacity: 1;
}

a.work {
  border: 1px solid #45272f;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 10px;
  color: #45272f;
  text-align: center;
  transition: .5s;
}

a.work:hover {
  background-color: #45272f;
  color: #fff;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.5);
}

/*************************************/
.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;
}

/**************************************/
.videoFlex {
  display: flex;
  flex-wrap: wrap;
}

.videoDiv {
  width: 48%;
  margin: auto;
  margin-bottom: 30px;
}

.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%;
}

#traffic article {
  align-items: center;
}

div.proItem {
  opacity: 1;
  margin: 20px;
}

#product h4 {
  text-align: center;
  font-size: 28px;
  color: #45272f;
  font-weight: 500;
  letter-spacing: 2px;
}

@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
  }

  .group li img {
    width: 50%;
  }

  #home {
    height: 440px;
  }
}

@media only screen and (max-width: 991px) {

  .aboutFlex h2,
  .aboutFlex p {
    width: 90%;
  }

  .line_bg {
    height: 40%;
    top: 42%
  }

  #home {
    margin-top: 88px;
  }
}

@media only screen and (max-width: 950px) {
  #logo {
    left: 0;
    top: -10px;
  }

  .navBar1 {
    display: block;
  }

  ul.mainList li a {
    color: #fff;
  }

  article {
    padding: 75px 0;
  }
}

@media only screen and (max-width: 770px) {
  #logo {
    left: 0;
  }

  #home {
    height: 340px;
  }

  header {
    padding: 0;
  }

  .title img {
    width: 40%;
  }

  article h3 {
    font-size: 30px;
  }

  .about_btn {
    width: 100%;
  }

  .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%;
  }

  .itemB {
    width: 46%;
    margin: 0 2% 24px 2%;
  }

  .item3 {
    width: 46%;
  }

  .trafficText ol {
    flex-wrap: wrap;
  }

  .trafficText ol li {
    width: 100%;
    padding-bottom: 20px;
    border-right: 0px solid rgba(30, 30, 30, 0.5);
    border-bottom: 1px solid rgba(30, 30, 30, 0.5);
  }

  .trafficText,
  .trafficMap {
    width: 80%;
    margin: auto;
  }
}

@media only screen and (max-width: 600px) {
  .item3 {
    width: 100% !important;
  }

  .aboutFlex div {
    width: 90%;
    margin: auto;
  }

  .item2 {
    width: 100%;
  }

  .aboutFlex img {
    width: 100%;
  }

  .itemB {
    width: 100%;
  }

  .title img {
    width: 50%;
  }

  .menuArea li {
    font-size: 16px;
  }

  .trafficText,
  .trafficMap {
    width: 80%;
    margin: auto;
  }

  .trafficMap iframe {
    height: 300px;
  }

  .trafficText {
    margin-top: 30px;
  }

  .trafficText ol li {
    width: 80%;
    margin: auto;
  }

  .trafficText,
  .trafficMap {
    width: 100%;
    margin: auto;
  }

  .videoDiv {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  #home {
    height: 180px;
    margin-top: 95px;
  }

  .picture article a {
    width: 100%;
  }

  #about h4 {
    font-size: 20px;
  }

  #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%;
  }

  .trafficText,
  .trafficMap {
    width: 100%;
  }

  #roomType1 h4 {
    font-size: 24px;
  }

  #roomType article {
    width: 90%;
  }

  .item2 {
    width: 100%;
  }
}

@media only screen and (max-width: 376px) {
  #home {
    height: 160px;
  }

  #about h4 {
    font-size: 18px;
  }
}

#car img {
  width: 50vw;
  display: block;
  margin: auto;
}