@charset "utf-8";
@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/* -----------------------------------------------------
common
------------------------------------------------------ */
/***************topInstagram***************************/
.top_instagram .sns_photo img {
  height: 200px !important;
  width: 100% !important;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top_instagram div.sns_list div.sns_video {
  width: 100%;
}

.top_instagram div.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_instagram div.sns_list > div {
  width: 20%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0px;
  margin-bottom: 0;
  padding:0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top_instagram div.sns_list > div:first-child {
  margin-left: 0;
}

.top_instagram div.sns_list > div:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 834px) {
  .top_instagram div.sns_list > div {
    width: 25%;
    margin: 0;
  }
}

@media only screen and (max-width: 640px) {
  .top_instagram div.sns_list > div {
    width: 50% !important;
    margin: 0;
  }
}

.top_instagram div.sns_list > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_instagram div.sns_list div.sns_photo {
  text-align: center;
  width: 100%;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top_instagram div.sns_list div.sns_text {
  display: none;
}

.top_instagram .sns_date {
  display: none;
}

.top_instagram .caption {
  font-size: 14px;
  font-weight: bold;
  display: none;

}

#col_side1 {
  display: none !important;
}
#col_main {
  width: 100% !important;
}

header#global_header nav > ul > li > a{
  padding: 19px !important;
}
.drop{
  position: relative;
  display: block;
}
.drop-list{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;  
  display: block !important;
  pointer-events: none;
}
.drop-item{
  display: none;
}
.drop:hover .drop-list{
  pointer-events: auto;
}
.drop:hover .drop-item{
  display: block;
}
.drop-item a{
  display: block;
  text-align: left;
  color: #fff;
  padding: 5px 10px;
  background: #333;
}

#global_header .header > .inner{
  justify-content: center;
  align-items: center;
  display: flex;
}

#global_header .header > .inner .header-contact{
  width: 200px;
  margin-left: 20px;
}
#global_header .header.fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99999;
}
@media screen and (min-width: 641px) and (max-width: 834px){
  #global_header .header.fixed{
    position: static;
  }
  .h_fixed{
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 640px){
  #global_header .header.fixed{
    position: static;
  }
  .h_fixed{
    margin-bottom: 0 !important;
  }
}
}