  @charset "UTF-8";

.sp-only{display:none;}
.pc-only{display:block;}

@media screen and (max-width: 768px){
 .sp-only{display:block;}
 .pc-only{display:none;}

}

/* --------------------------------------------------------------------- */
/* Ó¢ÕZ°æ */
/* --------------------------------------------------------------------- */

/* ¥Ø¥Ã¥À©` */
.c-header__subnav{
 width: 218px;
 justify-content: space-between;
 margin-left: 0;
 
}
.c-header--en .c-header__buttons.e-link{
 width:133px;
 min-width:133px;
}

.c-header--en .c-header__buttons.e-link .c-header__button a{
 @import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese");

 display: flex;
 justify-content: center;
 align-items: center;
 height: 14px;
 color: #444;
 font-size: 14px;
 vertical-align: middle;
 text-decoration: none;
 line-height: 1;
 font-family: 'Roboto', sans-serif;
 
}
.c-header--en .c-header__buttons.e-link .c-header__buttons-inner{
 padding:10px 0;
 justify-content: center;
} 


.c-header--en .c-header__subnav form{
 width:65px;
 margin-left: 0;
}

.c-header__search-sp + .c-header__buttons{
 display:none;
 
}

@media screen and (max-width: 768px){
 .l-header {
     padding: 0;
     min-height: 62px;
     height: 62px;
 }
 .c-header__logo img {
    width: 100%;
    max-width:120px;
  }
 .c-header__search-sp-btn{
  right: 108px
  display:none;
 }
 .c-header__search-sp + .c-header__buttons{
  display:block;
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 60;
  
 }

}

.m-search-r-loc-thumb-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m-search-r-loc-thumb-block > .m-search-r-loc-tn{
 width:48%;
 margin-top:15px;
}



@media screen and (max-width: 768px){

.m-search-r-loc-thumb-block > .m-search-r-loc-tn{
 margin-top:12px;
}



}

.m-search-o.last{
 padding: 60px 90px 0;
}

@media screen and (max-width: 768px){
  .m-search-o.last{
   padding: 40px 20px 0;
  }


}


.p-loc-vn.u-fb > .p-loc-vn-box:nth-of-type(n+5){
 margin-top: 15px;
}

@media screen and (max-width: 768px){

 .p-loc-vn.u-fb > .p-loc-vn-box:nth-of-type(n+5){
  margin-top: 8px;
 }

}


.other-loc{
 margin-top:80px;
}

@media screen and (max-width: 768px){

  .other-loc{
   margin-top:40px;
  }

}

.p-acv-ttl-en::before{
 background:var(--c-4);
}
.p-sup-ttl-jp-en{
 font-size: 1.6rem;
 line-height: 1;
 margin: 20px 0 0 0;
 color: var(--c-4);
 text-align:left;
}

.p-sup-ttl-en::before{
 background: var(--c-5);
}


.p-news{
 padding:  120px 0;
}

@media screen and (max-width: 768px){
  .p-news{
   padding: 80px 0 ;
  }
}
.p-news-c {
    flex: 1;
    padding: 50px 0 0 0;
}




/* --------------------------------------------------------------------- */
