@charset "utf-8";
/* CSS Document */
a {
  color: #363636;
}
a:visited {
  color: #363636;
}
a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
a:active {
  color: #363636;
}
/*画像*/
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  vertical-align: top;
}
/*common layout*/
.container {
  *zoom: 1;
  margin: 0 auto;
  width: 980px;
  min-width: 980px;
}
.contents {
  *zoom: 1;
  margin: 0 auto;
  width: 100%;
  min-width: 980px;
}
.contents:before, .contents:after {
  content: " ";
  display: table;
}
.contents:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd {
  margin: 0;
	color: #494646;
}
ul, ol {
  padding: 0;
}
a {
  text-decoration: none;
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
.column {
  width: calc(100% / 2);
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
/*------------------------------------------------------------

tnj-コンセプト

------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
}
.shopinfor_wrap h2 {
  text-align: center;
  font-size: 22px;
  margin: 0 0 50px;
  font-weight: 300;
}
.shopinfor_wrap .col-one-area, .shopinfor_wrap .col-two-area {
  margin-bottom: 60px;
}
.shopinfor_wrap .item_title {
  margin-bottom: 10px;
  border: 1px solid #494646;
  padding: 2px 10px;
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
}
.shopinfor_wrap .item_text {
  font-size: 15px;
  margin-bottom: 5px;
}
.shopinfor_wrap .item_text span {
  margin-right: 15px;
}
.shopinfor_wrap .col-two-area .column:first-child {
  width: 40%;
}
.shopinfor_wrap .col-two-area .column:last-child {
  width: 60%;
}
/*------- SP size -------*/
@media screen and (max-width: 750px) {
  .shopinfor_wrap h2 {
    margin: 50px 0 50px;
  }
	.col-one-area + h2 {
		margin-top: 100px;
	}
  .shopinfor_wrap .col-one-area, .shopinfor_wrap .col-two-area {
    margin-bottom: 50px;
  }
  /*col-two-area*/
  .shopinfor_wrap .col-two-area .column:first-child {
    width: 100%;
    text-align: center
  }
  .shopinfor_wrap .col-two-area .column:last-child {
    width: 100%;
  }
  .shopinfor_wrap .col-two-area img {
    width: 70%;
    margin-bottom: 25px;
  }
}