body{
    font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 400;
    font-size:16px;
}

/*
common
*/
.hover-img:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}


/*
header
*/
.header{
    position: relative;
    margin-top:0.8rem;
    margin-bottom:0;
}
.header  .about-btn{
    display: inline-flex;
    padding:0.6rem 1.2rem;
    border:1px solid #231815;
    border-radius: 10px;
    color:#000;
    align-items: center;
    cursor: pointer;
}
.header .about-btn:hover{
    background-color:#F9E4E5;
}

/*
header-nav
*/
.header-nav{
    display: flex;
    height:100%;
}
.header-nav ul{
    align-items:center;
}
.header-nav a:hover{
    background-color:#F9E4E5;
}

/*
mobile nav
*/
.navbar-toggler{
    background-color:#FFF;
}
.navbar-nav{
    background-color:#FFF;
    border-left:1px solid #CCC;
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    padding:1rem;
}

/*
top-image
*/
.top-image{
    margin-bottom:5rem;
}

/*
bread crumb
*/
.breadcrumb{
    background-color:transparent;
}

/*
shop guid
*/
.shoplist-item{
    margin-bottom:1.4rem;
}
.shoplist-item h6{
    color:#EB6112;
    text-align: center;
}
.shoplist-item a:hover{
    text-decoration: none;
}

/*
shopinfo
*/
.shopinfo-container{
    
}
.shopinfo-container h2.shop-name{
    font-size:1.4rem;
}
.shopinfo-container .shop-copy{
    font-size:1.4rem;
    color:#EB6112;
    margin-bottom:0.6rem;
}
.shopinfo-container .shop-pr{
    width:95%;
    margin:1rem auto;
    line-height: 1.6rem;
    letter-spacing: 1.4px;
}
.shopinfo-container .shop-data{
    
}



/*
comming-soon
*/
.comming-soon{
    margin-bottom:5rem;
}
.comming-soon h1{
    font-size:46px;
    font-weight: 600;
}


/*
about cotorget
*/
.about-text{
    font-size:1.2rem;
    line-height: 1.8rem;
}
.cotorget-about{
    font-size:1.6rem;
    font-weight: 600;
    color:#006619;
}

/*
access
*/
.access-list{
    padding:0 1.4rem;
    list-style: decimal;
}

/*
footer
*/
.footer{
    margin-top:10rem;
    margin-bottom:2rem;
}
.footer .footer-border{
    background-image: url("../images/footer-border.jpg");
    background-repeat: repeat-x;
    background-position: top;
    margin-bottom:3rem;
}

.cotorget-news-img{
	max-width:300px;
}


