@charset "utf-8";


@import url(mobile.css)screen and (max-width:599px);
@import url(tab.css)screen and (min-width:600px) and (max-width:959px);
@import url(pc.css)screen and (min-width:960px);

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #333;
}
img {
  vertical-align: bottom;
  border: none;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}
a:link, a:visited, a:active {
  color: #333;
}


hr {
  display: none;
}

.text_small{
  font-size: 1.2rem;
  text-align: right;
  padding-right: 10px;
  text-decoration: underline;
  letter-spacing: 0.2em;

}


/*header*/
.header{
 border-top: 10px solid #00ABD9; 
 background: linear-gradient(to bottom,
    #eee 0%,
    #fafafa 40%,
    #fafafa 60%,
    #eee 100%
  );
}

.header_flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/*新着情報*/
.underbar{
  background-image: url(../../images/news_pc.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 3px;
}

.info_contents li{
  line-height: 1.7;
    border-bottom: 1px dotted #999;
    font-size: 1.6rem;
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-top: 0.5em;
}
.info_contents li a::before {
    content: "■";
    color: #00ABD9;
    padding-right: 0.5em;
}

/*会社概要*/
article#coinfo img, article#low img {
  margin-right: 5px;
}
article#coinfo h2.coinfo_title, article#info h2.coinfo_title {
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
}
article#coinfo .coinfo_p {
  padding: 5px 15px;
}
article#coinfo h3 {
  font-weight: normal;
  margin: 10px 0 5px;
  line-height: 1.2em;
}

article ol.shoplist li a {
  display: block;
  border: 1px solid #C4C3C3;
  border-radius: 5px;
  margin-bottom: 5px;
  background-color: #eee
}

