@charset "utf-8";
/*base*/
ul,li{padding: 0; margin: 0; list-style: none;}

.bg-1{background-color: #92653c;}
.bg-2{background-color: #8b2114;}
.bg-3{background-color: #502654;}
.bg-4{background-color: #477d1b;}
.bg-5{background-color: #957e55;}
.bg-6{background-color: #165153;}

.text-red{color: #ff0000}
.text-blue{color: #0078ff}
.bold{font-weight: bold;}
.mincho{font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;}

/*margin*/
.mr0{margin-right: 0 !important;}
.mr5{margin-right: 5px !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;}

/*font-size*/
.size-13{font-size: 13px !important;}
.size-18{font-size: 18px !important;}
.size-20{font-size: 20px !important;}

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

.relative{position: relative;}
.fa{margin-right: 5px;}
.no-fa{margin-right: 0;}

/*bootstrap*/
.row-10{margin: 0 -10px;}
.row-10 > div{padding-left:10px; padding-right:10px;}
.row-5{margin: 0 -5px;}
.row-5 > div{padding-left:5px; padding-right:5px;}
.row-0{margin: 0;}
.row-0 > div{padding-left:0; padding-right:0;}

/*position*/
.ab{position: absolute;}

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

/*flex*/
.flex{display: -webkit-flex; display: flex;}
.fx-bet{-webkit-justify-content:space-between; justify-content:space-between;}
.fx-aro{-webkit-justify-content:space-around; justify-content:space-around;}
.fx-wrp{-webkit-flex-wrap:wrap; flex-wrap:wrap;}
.fx-str{-webkit-align-items:flex-start; align-items:flex-start;}
.fx-end{-webkit-align-items:flex-end; align-items:flex-end;}
.fx-coc{-webkit-justify-content:center; justify-content:center;}
.fx-itc{-webkit-align-items:center; align-items:center;}

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

/*---スマホ---*/
@media only screen and (max-width: 767px) {
    .sm-hidden{display: none;}
    .row-0,.row-5,.row-10{margin-left: -15px; margin-right: -15px;}
    .row-0 > div,.row-10 > div,.row-5 > div{padding-left: 15px; padding-right: 15px;}
}
