@charest "utf-8";

body {
  margin: 0;
  padding: 0;
  color: #414141;
  background-color: #ffffff;
  font-family: “ヒラギノ角ゴ ProN W3″,“Hiragino Kaku Gothic ProN”, “メイリオ”,Meiryo, “游ゴシック”, YuGothic,Helvetica,Arial, Roboto, “Droid Sans”,sans-serif;
}
h1,h2,h3,h4{ font-weight: normal; }
header {
  margin: 0 auto;
}
#logo {
  text-align: center;
  margin: 50px 0 30px 0;
  height:103px;
}
#logo :hover {
  opacity: 0.75;
}
.main_pic img {
  width: 100%;
  height: auto;
}


#entry {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
#breadcrumb { font-size: smaller; }
#breadcrumb ol {
  list-style: none;
  margin: 20px 0 100px;
  padding: 0;
}
#breadcrumb ol li {
  display: inline;
}
#breadcrumb ol li::after {
  content: ">";
  padding-left: 8px;
}
#breadcrumb ol li:last-child::after { content: none; }

#entry h1 {
  text-align: center;
  font-size:xx-large;
  font-family: serif;
  font-weight: bold;
}



/*こんなお客様のために(始まり)*/
#foruser {
  width: 100%;
  margin: 10px auto 100px;
}
#foruser h2 {
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
}
#foruser h2:first-letter {
  font-size: 2rem;
}
#foruser img {
  width: 980px;
  margin: 0;
}
/*こんなお客様のために(終わり)*/




/*アイテムの紹介*/
#item {
  width: 980px;
  margin: 80px auto 100px;
}
#item h2 {
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
}
#item h2:first-letter {
  font-size: 2rem;
}
#item_lineup img {
  width: 980px;
  margin: 0 auto 40px;
}
#item_lineup_2 img {
  width: 980px;
  margin: 0 auto 0;
}
#item_lineup_2 p {
  text-align: right;
  margin: 0;
}
/*//アイテムの紹介(終わり)//*/




/*3つの特徴があります*/
#features {
  width: 980px;
  margin: 80px auto 150px;
}
#features h2 {
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
}
#features h2:first-letter {
  font-size: 2rem;
}
#features img {
  width: 980px;
}
#features_qrcode img {
  width: 980px;
  margin: 150px auto 100px;
}
#features_line img {
  width: 980px;
  margin: 75px auto 175px;
}
}
#features_semi_order img {
  width: 980px;
}
/*//3つの特徴があります(終わり)//*/









/*インフォメーション(始まり)*/
#info {
  width: 100%;
  height: auto;
  background-color: #4d4c61;
  margin: 20px 0 0 0;
  font-size: 10.5px;
}
#info_text {
  width: 980px;
  margin: 0 auto;
  padding: 32.5px 10px 0 10px;
}
#info h2 {
  text-align: center;
  color: #fcfcfc;
  padding: 10px 0 20px 0;
}
#tell p {
  float: left;
  width: 300px;
  margin: 15px 20px 77.5px 160px;
}
#mail p img {
  margin-left: 120px;
  width: 300px;
  margin: 15px 160px 77.5px 20px;
}
#mail a img{
  transition: opacity 0.2s linear;
}
#mail a:hover img {
  opacity: 0.8;
}
/*//インフォメーション(終わり)//*/


/*TOP戻る*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 0.9rem;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 23px 0;
    text-align: center;
    display: block;
    border-radius: 60px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
/*//TOP戻る//*/


/*footer*/
footer {
  width: 100%;
  margin: 0 auto;
  background: #222222;
  text-align: center;
  color: #fcfcfc;
  font-family: “ヒラギノ角ゴ ProN W3″,“Hiragino Kaku Gothic ProN”, “メイリオ”,Meiryo, “游ゴシック”, YuGothic,Helvetica,Arial, Roboto, “Droid Sans”,sans-serif;
  font-size: 0.8rem;
  margin: -16px 0 0 0;
}
#sns ul {
  list-style: none;
  padding: 25px 10px 25px 10px;
}
#sns ul li {
  display: inline;
  padding: 0 12.5px 0 12.5px;
}
#footer_nav ul {
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0 auto 10px;
}
#footer_nav ul li {
  display: inline;
  font-size: 0.8rem;
  border-right: solid 1px #fcfcfc;
  padding: 0 10px 0 5px;
}
#footer_nav ul li a {
  text-decoration: none;
  color: #fcfcfc;
}
#footer_nav ul li a:hover {
  color: #d3d3d3;
}
footer #footer_nav ul li:last-child {
  border-right: none;
}
a#forSmartPhone{
      color: #fff;
    text-decoration: none;
    margin: 20px auto;
    display: block;
    font-size: 14px;
   
}
a#forSmartPhone img{
      width: 25px;
      position: relative;
      top: 6px;
    }