@import url('button.css');

:root {
    --primary: #5db2ab;
    --pink:#FF8573;
    --second:#55B9B4;
    --success:#46AC54;
    --color-elevation-surface-brand: #5db2ab;
    --color-elevation-surface-sunken: #fafafa;
    --color-elevation-surface-default: #fff;
    --color-black-900: #333;
    --color-green-500: #5db2ab;
    --color-border-default: #e6efee;
    --color-blue-grey-500: #bfd0df;
    --custom-green-color: #29706a;
    --custom-green-color2: #5db2ab;
    --text-subtle: #6d6d6d;
    --color-black-500: #6d6d6d;
    --text-unselect: #bdbdbd;
    --color-neutual-200: #e6efee;
    --color-green-700: #023c37;
    --color-neutual-100: #fafafa;
    --color-green-600: #29706a;
    --color-elevation-surface-light-grn: #ddeceb;
    --olor-elevation-surface-brand: #5db2ab;
    --color-blueGrey-600: #5eabf0;
    --color-red: #e83e3e;
    --color-elevation-shadow-raised: rgba(0, 23, 20, 0.04);
    --color-green-100: #f2f6f9;
    --color-green-400: #6bcec6;
    --seafoam-blue-50: rgba(107, 206, 198, 0.5);
    --green: #73c400;
  }

  a{
    color: #000;
  }
/*-----------------------------------------------------------------------------
 * Images
 *-------------------------------------------------------------------------- */
 #logo{
  background-size: 100%;
  background-repeat: no-repeat;
  /* width: 180px; */
  height:100%;
  display: block;
  background-image: url("/images/logo/logo-asbie-white.svg");
}
#logo.logo-white {
  background-image: url("/images/logo/logo-asbie-white.svg");
  background-size: contain;
}

#logo.logo-green {
  background-image: url("/images/logo-green.png");
}


#logo.logo-black {
  background-image: url("/images/logo/logo-asbie-green.svg");
  background-size: contain;
}
#app {
  margin-top: 110px;
}

.top-content {
  min-height: 760px;
  background: url("/images/c64b574a396c09a896ddab4ba190577c.jpg") no-repeat center;
  background-size: cover;
  background-position: 30% 50%;
  padding-top: 100px;
}

.blue-color {
  background-color: #56B9B4;
}

.link {
  height: 150px;
  line-height: 150px;
  text-align: center;
}

.link-text a {
  color: white;
}

.link-text a:hover {
  color: #FF806E;
}
#mainNav {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: background-color 0.2s ease;
}
#mainNav .navbar-brand {
  /* font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #212529; */
  display: block;
  width: 180px;
  height: 60px;
}
#mainNav .navbar-nav .nav-item .nav-link {
  color: #6c757d;
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75rem 0;
}
#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: #f4623a;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #f4623a !important;
}

#mainNav .navbar-collapse.show .navbar-nav .nav-item .nav-link.btn-member{
    color: #51B5AF;
}

/* .card-circular-white{
  background: url("/images/card-circular-white.png") no-repeat center;

} */
/* .chart-circular-white {
  background-image: url(images/1d4beae….png);
} */

/* header */

.navbar{
  /* padding: 0; */
}
.navbar-nav{
  /* height: 70px; */
}

.nav-item .nav-link{
  height: 100%;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  align-content: center;
}

.header-nav{
    position: relative;
}

.header-nav:hover {
  /* background-color: #313C44; */
  /* color: #ffffff; */
}

.header-nav:hover .header-nav-wrap {
  display: block;
}

.header-nav-wrap {
    display: none;
    position: absolute;
    min-width: 170px;
    padding: 16px;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 16px;
}

.header-nav-item{
    padding: 8px 0px;
}

.header-nav-item a {
  text-decoration: none;
}

.header-nav-item a:hover {
    color: #5db2ab;
}

.header-nav-item .item-wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav-item .item-pic-cont {
  width: 107px;
  height: 76px;
  background-color: #fafafa;
  margin: auto;
  margin-bottom: 40px;
  margin-right: 10px;
}

.header-nav-item .item-title {
  font-size: 20px;
  margin-bottom: 20px;
  color: #ffffff;
}

.header-nav-item .item-txt-cont {
  max-width: 240px;
  margin: auto;
  color: #ffffff;
  line-height: 25px;
}



/***** Media queries *****/

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

  #mainNav .navbar-brand{
    height: 40px;
    width: 110px;
  }
  /*-----------------------------------------------------------------------------
 * footer
 *-------------------------------------------------------------------------- */

  footer .link-text {
    font-size: 12px;
  }

  .link {
    height: 70px;
    line-height: 70px;
  }

}

  header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 4.5rem);
    background: linear-gradient(to bottom, rgba(92, 77, 66, 0.6) 0%, rgba(92, 77, 66, 0.5) 100%), url("/images/banner2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  header.masthead h1 {
    font-size: 2.25rem;
  }

  .page-section{
  padding: 8rem 0;
  }
  @media (min-width: 992px) {
    header.masthead {
      height: 60vh;
      min-height: 40rem;
      padding-top: 4.5rem;
      padding-bottom: 0;
    }
    header.masthead p {
      font-size: 1.15rem;
    }
    header.masthead h1 {
      font-size: 3rem;
    }


  }

  @media (min-width: 1200px) {
    header.masthead h1 {
      font-size: 3.5rem;
    }
  }

  /* @media only screen and (min-width: 1080px)
{
  #section-2 .container .segment .item .icon {
    width: 105px;
    height: 105px;
    margin-bottom: 28px;
  }
}
   */

  /*-----------------------------------------------------------------------------
 * Fonts
 *-------------------------------------------------------------------------- */

@font-face {
  font-family: source-han-sans;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format("opentype");
}

@font-face {
  font-family: source-han-sans-medium;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format("opentype");
}

@font-face {
  font-family: source-han-sans-bold;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format("opentype");
}

@font-face {
  font-family: source-han-sans-light;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format("opentype");
}

body {
  font: inherit;
  font-family: source-han-sans, sans-serif;
  line-height: 30px;
}

strong {
  font-weight: 500;
}

h1{
    font-size: 52px;
    margin-top: 10px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h2 {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 100;
  color: #555;
  line-height: 50px;
}

h3 {
  font-size: 22px;
  font-weight: 300;
  color: #555;
  line-height: 30px;
}


.text-h1 {
  font-size: 20px;
}

.text-h2{
  font-size: 16px;
}

.text-h3 {
  font-size: 14px;
}

.text-h4 {
  font-size: 12px;
}

.text-caption {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.03333em;
}

img {
  max-width: 100%;
}

::-moz-selection {
  background: #4aaf51;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #4aaf51;
  color: #fff;
  text-shadow: none;
}

.section-1{
  padding-top: 70px;
}

.text-grey{
  color: #CECDCC;

}

.card-shadow{
    box-shadow: 0px 4px 10px 0px rgba(28, 47, 42, 0.05);
}

.color-text-unselect {
    color: var(--text-unselect);
  }

  .color-black{
    color: #000 !important;
  }

.color-pink{
    color:var(--pink)
}

.text-subtitle3 {
    font-size: 14px;
    font-style: normal;
}

.color-subtitle {
color: var(--text-subtle);
}

.text-subtitle1 {
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

.text-subtitle2 {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
  }




/*-----------------------------------------------------------------------------
 * footer
 *-------------------------------------------------------------------------- */

footer .copyright {
  font-size: 12px;
  padding-bottom: 10px;
}

footer h5 {
  margin: 0;
  color: white;
}

.footer-background {
  background-image: url(/images/f0ab702c6fc52ef07959ffb8fcebfc67.jpg);
  background-size: cover;
}


  @media (min-width: 992px) {
    #mainNav {
      box-shadow: none;
      background-color: transparent;
    }
    #mainNav .navbar-brand {
      color: rgba(255, 255, 255, 0.7);
    }
    #logo{
      background-image: url("/images/logo/logo-asbie-white.svg");
    }
    #mainNav .navbar-brand:hover {
      color: #fff;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
      color: rgba(255, 255, 255, 0.7);
      padding: 0 1rem;
    }
    #mainNav .navbar-nav .nav-item .nav-link:hover {
      color: #fff;
    }
    #mainNav .navbar-nav .nav-item:last-child .nav-link {
      padding-right: 0;
    }
    #mainNav.navbar-scrolled {
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      background-color: #fff;
    }
    #mainNav.navbar-scrolled .navbar-brand {
      color: #212529;
    }
    #mainNav.navbar-scrolled .navbar-brand:hover {
      color: #f4623a;
    }
    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
      color: #212529;
    }
    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
      color: #f4623a;
    }

    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link.btn-member {
        color: #51B5AF;
    }

    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link.btn-member.btn-signup{
        border: 1px solid #51B5AF;
        padding: 8px 16px;
        border-radius: 8px;
    }


    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link.btn-member:hover {
        color: #51B5AF;
    }

  }

  @media (max-width: 992px) {
    #logo{
      background-image: url("/images/logo/logo-asbie-green.svg")!important;
    }
  }

  .honeycombArea{
    opacity: 0;
  }

  /*動態*/
  .opacityBig{
    animation:opacityBig 2s;
    animation-fill-mode:forwards;
    animation-direction:alternate;
  }


@keyframes opacityBig{
  from {
  opacity: 0;
  transform: scale3d(0.9, 0.9, 1);
}
  to {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  }
}


.color-facebook{
    color:#1977F2;
}
.color-linkedin{
    color:#0B65C2;
}

.color-primary{
    color:var(--primary);
}

.color-success{
    color:var(--success);
}

.color-Asbie{
    color:#3E3E41 !important;
}

.color-black{
    color: black;
}


.bg-custom{
    background-color: #29706a;
}

.bg-Asbie{
    background-color: #3E3E41;
}

.bg-askplore{
    background-color: #F4A36B;
}

.bg-grey{
    background-color:#fafafa;
}

.title-border{
    padding: 0 0 0 10px;
    border-left: 5px solid var(--primary);
}

.bg-pink{
    background-color:var(--pink)
}

.bg-second{
    background-color:var(--second)
}

.btn-reservation{
    border: solid 1px var(--color-blueGrey-600);
    color: var(--color-blueGrey-600);
    font-weight: bold;
}
.btn-reservation-cancel{
    border: solid 1px var(--text-unselect);
    color: var(--text-unselect);
    font-weight: bold;
}

.btn-reservation-fill{
    color: #fff;
    background: var(--color-blueGrey-600);
}

.btn-line{
    background: var(--green);
    color: #fff;
}


#modal-msg .modal-header{
    border-bottom: none;
}
#modal-msg .modal-footer{
    border-top: none;
}

.word-break-all{
    word-break: break-all;
}

.icon{
    width: 24px;
    height: 24px;
    display: inline-block;
}
.icon-line{
    background-image: url(/images/LINE_Brand_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.btn,.form-control{
    border-radius: 16px;
}

.custom-border-radius{
    border-radius: 16px;
}

.pane-pre-line {
  white-space: pre-line;
}

/**
* modal 設置
**/
.modal-content{
    border-radius: 16px;
}
