.loading-hide{
  display: none;
}
.social-user {
  background-image: url(/img/icon/icon_user.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.social-search {
  background-image: url(/img/icon/icon_search.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.btn--tooltip-left, .btn--tooltip-right {
  position: relative;
  cursor: pointer;
}

.btn--tooltip-left:before, .btn--tooltip-left:after, .btn--tooltip-right:before, .btn--tooltip-right:after {
  visibility: hidden;
  font-size: 0.9rem;
}

.btn--tooltip-left:before, .btn--tooltip-right:before {
  position: absolute;
  width: 60px;
  content: attr(data-tooltip);
  top: -20px;
}

.btn--tooltip-left:after, .btn--tooltip-right:after {
  position: absolute;
  width: 1px;
  height: 12px;
  content: '';
  background-color: currentColor;
}

.btn--tooltip-left:before {
  left: -30px;
}

.btn--tooltip-left:after {
  top: -12px;
  left: 0px;
  transform: rotate(-35deg);
}

.btn--tooltip-right:before {
  left: 7px
}

.btn--tooltip-right:after {
  top: -12px;
  transform: rotate(35deg);
  left: 25px;
}

.btn--tooltip-left:hover:before, .btn--tooltip-left:hover:after, .btn--tooltip-right:hover:before, .btn--tooltip-right:hover:after {
  visibility: visible;
}

.header-social-link{

}

.icons {
  background-size: 100%;
  display: inline-block;
  height: 36px;
  width: 36px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
}

.header-social-link {
  float: right;
  margin-right: 10px;
  margin-top: -45px;
}


.header-social-link a {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  opacity: 0.75;
}

.header-social-link a i{
  margin: 10px;
}

.header-social-link a:hover {
  opacity: 1;
  background-color: #f8f4f0;
}

.social-facebook {
  background-image: url(/img/icon/social_facebook.svg);
}

.social-twitter {
  background-image: url(/img/icon/social_twitter.svg);
}

.social-google-plus {
  background-image: url(/img/icon/social_google.svg);
}

.social-instagram {
  background-image: url(/img/icon/social_instagram.svg);
}

.social-line {
  background-image: url(/img/icon/social_line.svg);
}

.social-rss {
  background-image: url(/img/icon/social_rss.svg);
}

.ablock{
  margin: 0 auto;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.ablock .close{
  position: absolute;
  top: 0;
  right: 0;
  background: #efefef;
}

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 500;
  width: 50px;
  padding: 2px 12px 6px 12px;
  text-align: center;
  line-height: 40px;
  background: #f5f5f5;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 15px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  font-size: 15px;
  border: 1px solid #444;
}
a#back-to-top img{
  width: 100%;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
/*-- index page --*/

#block-header {
  background-image: url('data:image/svg+xml;charset=utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206%209%22%20preserveAspectRatio%3D%22none%22%3E%3Cpolygon%20fill%3D%22%23D2C2B6%22%20points%3D%226%2C0%200%2C7%200%2C0%20%22%2F%3E%3C%2Fsvg%3E');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 755px;
  width:100vw;
  z-index: -1;
}

.main-container{
  max-width: 1200px;
  margin: auto;
}

.logo-area{
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 0;
}

.logo-area > div,.logo-area > a {
  /* display: inline-block; */ 
  display: flex;
  align-items: center;
}

.logo-area .menu-border {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-left: 29px;
  margin-left: -5px;
}

.logo-area .menu-border .logo-text{
  width: 230px;
}

.brand-logo {
  width: 218px;
  margin: 0 12px;
}

.icon-slash{
  background: #000;
  width: 2px;
  height: 100%;
  margin: auto;
  transform: rotate(45deg);
}

.logo-area .block {
  width: 30px;
  height: 30px;
  vertical-align: bottom;
}

.logo-area a.block {
  margin: 0 4px;
}

.carousel-wrapper {
  width: 960px;
  height: 640px;
  margin: 12px auto;
}

.fillholder {
  display: block;
  width: 100%;
  height: 100%;
}

.carousel.carousel-slider {
  height: 100%;
}

.carousel-item_link {
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  height: 100%;
}

.carousel-item h4 {
  font-size: 2rem;
}

.carousel-teaser-wrapper {
  max-width: 80%;
  margin: auto;
  position: relative;
  top: 89%;
  transform: translateY(-100%);
  background: rgba(210,194,182,.75);
  padding: 1px 1px 12px 1px;
  color: #000000;
  z-index: 6;
}

.carousel-teaser-wrapper h6 {
  max-width: 600px;
  margin: auto;
}

.carousel-control {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  opacity: .5;
  z-index: 3;
  cursor: pointer;
}

.carousel-tag{
  position: absolute;
  top:15px;
  left: 15px;
  z-index: 20;
  color: white;
  padding: 5px 10px;
  box-shadow: 0 0 10px black;
}

.carousel-tag.cc01 {
  background-color: #C0A794;
}
.carousel-tag.cc02 {
  background-color: #989084;
}
.carousel-tag.cc03 {
  background-color: #8C9090;
}
.carousel-tag.cc04 {
  background-color: #616A70;
}
.carousel-tag.cc05 {
  background-color: #677265;
}
.carousel-tag.cc06 {
  background-color: #6E6E6E;
}
.carousel-tag.cc07 {
  background-color: #8FB399;
}
.carousel-tag.cc08 {
  background-color: #FCBAA2;
}

.carousel-control:focus, .carousel-control:hover {
  opacity: .9;
}

.carousel-control.left {
  background-image:none;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
}

.carousel-control .material-icons {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
}

.carousel-control.left .material-icons {
  left: 5%;
}
.carousel-control.right .material-icons {
  right: 5%;
}

.divarticlimg{
  width: 100%;
}
.divarticlimg img{
  width: 100%;
  box-shadow: -10px 0 20px #bbb;
}

.divarticlimg div{
  /* font-size: 16px; */
  color:#C1A791;
  border-color: #C1A791;
  padding: 20px;
  margin: 5px 0 5px 20px;
  border-left: 4px solid;
  border-bottom: 1px solid;
}
.cc01 .divarticlimg div{
  color: #C1A791;
  border-color: #C1A791;
}
.cc02 .divarticlimg div{
  color: #978F81;
  border-color: #978F81;
}
.cc03 .divarticlimg div{
  color: #8B8F90;
  border-color: #8B8F90;
}
.cc04 .divarticlimg div{
  color: #CEE4EB;
  border-color: #CEE4EB;
}
.cc05 .divarticlimg div{
  color: #677264;
  border-color: #677264;
}
.cc06 .divarticlimg div{
  color: #6E6E6E;
  border-color: #6E6E6E;
}
.cc07 .divarticlimg div{
  color: #ABC6B1;
  border-color: #ABC6B1;
}

.divarticlimg div strong{
  font-weight: normal;
}

.fb-like{
  float:right;
  margin-top:-20px;
}

@media only screen and (max-width: 1400px) {
  .main-container,.nav_wrapper {
    max-width: 960px;
    margin: auto;
  }
  .carousel-wrapper {
    width: 768px;
    height: 512px;
  }

  .carousel-item h4 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 766px) {
  .carousel-wrapper {
    width: 100%;
  }
  .fb-like{
    float: left;
    margin-top: 10px;
    margin-left: 18px;
  }

  .carousel-teaser-wrapper {
    max-width: 88%;
  }
}
@media only screen and (max-width: 600px) {
  .logo-area {
    display: none;
  }
  #block-header {
    display: none;
  }
  .header-social-link{
    float: left;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .carousel-wrapper {
    height: 350px;
    margin-top: 0;
  }
  .carousel-wrapper #slider{
    height: 350px !important;
  }
  .carousel-control{
    display: none;
  }
  .carousel-item {
    min-height: 350px;
    background-position: center top;
  }
  .carousel-teaser-wrapper{
    top: 70%;
  }
  #back-to-top{
      bottom: 60px;
      right: 5px;
  }
  .triback00 {
      background: #D2C2B6;
      /* height: 71px; */
  }
  .header-social-link{
      margin:0;
  }
}


.ml-auto{
  margin-left: auto!important;
}
.d-flex{
  display: flex!important;
}

/* 2022 */
h1.article_title
{
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.2rem 0 0.9rem 0;
    font-weight: 400;
}