@charset "utf-8";
/*base*/
ul,li{padding: 0; margin: 0; list-style: none;}
.bold{font-weight: bold;}
.normal{font-weight: normal;}
.mincho{font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;}
.text-right{text-align: right;}
.text-left{text-align: left;}
.text-center{text-align: center;}
/*a.uline{text-decoration: underline;}*/
.anime{transition: .3s;}
.short{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

/*----ANIME-----*/
.opa0,.sc-anime,.sc-op{opacity: 0;}
.sc-anime.v2{opacity: 1;}

/*margin*/
.mr0{margin-right: 0 !important;}
.mr5{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}
.mr15{margin-right: 15px !important;}
.mr20{margin-right: 20px !important;}
.ml5{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.mb5{margin-bottom: 5px !important;}
.mb0{margin-bottom: 0 !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mt0{margin-top: 0 !important;}
.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}

/*padding*/
.pt0{padding-top: 0 !important;}

/*width*/
.w-full{width: 100% !important; max-width: 100% !important;}
.w-100{width: 100px !important;}


/*font-size*/
.fsz-12{font-size: 12px !important;}
.fsz-14{font-size: 14px !important;}
.fsz-16{font-size: 16px !important;}
.fsz-18{font-size: 18px !important;}
.fsz-20{font-size: 20px !important;}
.fsz-24{font-size: 24px !important;}
.fsz-34{font-size: 34px !important;}

/*position*/
.ab{position: absolute;}
.rela{position: relative;}
.fa{margin-right: 5px;}
.no-fa{margin-right: 0;}

/*hover*/
.hov-opa:hover{opacity: 0.8;}

/*map*/
.google-map {position: relative; width: 100%; height: 0; padding-bottom: 35%; overflow: hidden;}
.google-map iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/*grid*/
.grid{display: grid; grid-gap: 20px;}
.grid-2{grid-template-columns: 1fr 1fr;}
.grid-3{grid-template-columns: 1fr 1fr 1fr;}

/*flex*/
.fx-wrp{-webkit-flex-wrap:wrap; flex-wrap:wrap;margin-top: 2em;}
.fx-bet{-webkit-justify-content:space-between; justify-content:space-between;}
.fx-aro{-webkit-justify-content:space-around; justify-content:space-around;}
.fx-coc{-webkit-justify-content:center; justify-content:center;}
.fx-ced{-webkit-justify-content:flex-end; justify-content:flex-end;}
.fx-str{-webkit-align-items:flex-start; align-items:flex-start;}
.fx-end{-webkit-align-items:flex-end; align-items:flex-end;}
.fx-itc{-webkit-align-items:center; align-items:center;}
.fx-ccc{display: inline-flex; justify-content:center; align-items:center;}
.fx-cc{display: flex; align-items:center;}
.fx-ex{display: flex; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:center; align-items:center;}
.fx-cos{-webkit-justify-content:flex-start; justify-content:flex-start;}
.fx-bw{display: flex; -webkit-justify-content:space-between; justify-content:space-between; -webkit-flex-wrap:wrap; flex-wrap:wrap;}
.flex{display: -webkit-flex; display: flex;}

/*rotate*/
.r{display: inline-block;}
.r45{transform: rotate( 45deg );}
.r90{transform: rotate( 90deg );}
.r135{transform: rotate( 135deg );}
.r180{transform: rotate( 180deg );}
.r225{transform: rotate( 225deg );}
.r270{transform: rotate( 270deg );}
.r315{transform: rotate( 315deg );}
.r360{transform: rotate( 360deg );}



/*row*/
div.row-5{margin: 0 -5px;}
div.row-5 > div{padding: 0 5px;}
div.row-7{margin: 0 -7px;}
div.row-7 > div{padding: 0 7px;}
div.row-10{margin: 0 -10px;}
div.row-10 > div{padding: 0 10px;}
div.row-12{margin: 0 -12px;}
div.row-12 > div{padding: 0 12px;}

html{margin-top: 0px !important;}

/*---PC---*/
@media (min-width: 768px){
    .pc-hidden{display: none;}
}

/*---スマホ---*/
@media only screen and (max-width: 767px) {
    .sm-hidden{display: none;}
}

*::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none;
  }
  
  /* Old shadow dom for play button */
  
  *::--webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none;
  }
  
  /* New shadow dom for play button */
  
  /* This one works */
  
  *::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
  }

  a:hover {
    text-decoration: none;
}