@charset "utf-8";

h1 {
  margin: 0 0 20px;
}
h1.mainTitle01{
	background: url(../images/titleIcon01.gif) no-repeat left 50%;
	padding-left: 62px;
	padding-top: 5px;
	min-height: 46px;
	margin-bottom: 5px;
}
h1.mainTitle01 span.cateColor01{
	background: #346ead;
	color: #fff;
	font-weight: normal;
	font-size: 70%;
	letter-spacing: 2px;
	padding: 5px 10px;
}
h1.mainTitle01 span.H1Title01{
	font-size: 200%;
	display: block;
	padding-top: 5px;
}
h1.mainTitle02{
	background: url(../images/titleIcon01.gif) no-repeat left 50%;
	padding-left: 62px;
	min-height: 46px;
	margin-bottom: 5px;
	padding-top: 8px;
}
h1.mainTitle02 span.H1Title01{
	font-size: 200%;
	padding-top: 8px;
	display: block;
}
.ttl_store {
  padding: 0;
  margin: 10px 0 10px;
}

.ttl_store p{
	padding-bottom: 15px;
	line-height: 100%;
}

h2 {
  margin: 0 0 5px;
  padding: 10px 10px 0 0;
  font-size: 160%;
}
h3 {
  margin: 0 0 10px;
  font-size: 108%;
}
#slider {
  margin: 0 0 50px;
}
/*.bxslider li {
  height: 551px;
}
.bxslider li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}*/
.bxslider li img {
  margin: auto;
}
#bx-pager {
  text-align: center;
}
#bx-pager a {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 0 0 0 1px;
  padding: 0;
  overflow: hidden;
  border: none;
}
#bx-pager a:frst-child {
  margin-left: 0;
}
#bx-pager .active img {
   filter:alpha(opacity=50);
   -moz-opacity: 0.5;
   opacity: 0.5;
}
#bx-pager a img {
  width: auto;
  height: 100%;
}
#bx-pager a .tate {
  width: 100%;
  height: auto;
}
#bx-pager:after {
  content: "";
  display: block;
  clear: both;
}
#main .comment {
	width: 100%;
  display: table;
  border: solid 1px #e8e8e8;
  clear: both;
  margin-bottom: 50px;
}
#main .comment li {
  display: table-cell;
  vertical-align: middle;
  background: #f6f6f6;
  padding: 24px;
}
#main .comment li:first-child {
  padding: 0;
  width: 165px;
}
#main .comment li img {
  width: 100%;
}
#main .comment p {
  margin: 10px 0;
}
#main p {
  margin: 0 0 30px;
}
#result {
  margin: 0 0 50px;
}
#result:after {
  content: "";
  display: block;
  clear: both;
}
#result span {
  display: block;
  font-weight: bold;
  text-align: center;
}
#result .before_block {
  float: left;
}
#result .after_block {
  float: right;
}
#result .before_block div:after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: -44px;
  margin: auto;
  background: url(../images/pt_result.gif) no-repeat left center;
}
#result .before_block div, #result .after_block div {
  position: relative;
  width: 300px;
  height: 300px;
  border: solid 1px #dbdbdb;
}
#result .before_block img, #result .after_block img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 280px;
}
.staffPhoto01{
}

.staffPhoto01:after {
  content: "";
  display: block;
  clear: both;
}
.staffPhoto01:before {
  content: "";
  display: block;
  clear: both;
}
.staffPhoto01 {
  display: block;
}

.staffPhoto01 .text{
	display: block;
	float: left;
	width: 540px;
}
.staffPhoto01 .photo{
	display: block;
	width: 90px;
	margin-left: auto;
	padding-right: 15px;
}
.staffPhoto01 .photo img{
	padding: 2px;
	border: solid 1px #ccc;
}


@media screen and (max-width: 767px) {
  h1.mainTitle02 {
    width: 70%;
    margin: auto;
    padding-left: 20%;
  }
  h1.mainTitle02 span.H1Title01 {
    font-size: 180%;
  }
  .ttl_store {
    width: 90%;
    margin: auto;
  }
  h2 {
    padding-right: 0;
    font-size: 140%;
  }
  #slider {
    margin-bottom: 20px;
  }
  .bx-wrapper {
    margin-bottom: 10px;
  }
  #bx-pager a {
    width: 50px;
    height: 50px;
  }
  .bx-wrapper .bx-prev {
    display: none;
    left: 0;
  }
  .bx-wrapper .bx-next {
    display: none;
    right: 0;
  }
  #main .comment {
    margin-bottom: 30px;
  }
  #main .comment li {
    padding: 10px;
  }
  #main .comment li:first-child {
    width: 30%;
    padding: 10px 0 10px 10px;
    vertical-align: top;
  }
  #page .link_button a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #result .before_block,
  #result .after_block {
    float: none;
  }
  #result .before_block div,
  #result .after_block div {
    /*max-width: 300px;*/
    width: 100%;
    height: auto;
    margin: auto;
    padding: 30px 0;
  }
  #result .before_block img,
  #result .after_block img {
    position: static;
    display: block;
  }
  #result .before_block {
    margin-bottom: 50px;
  }
  #result .before_block div:after {
    top: inherit;
    left: 0;
    right: 0;
    bottom: -40px;
    transform: rotate(90deg);
  }
  .staffPhoto01 .text{
    width: 100%;
  }
}

a.nolink{
	pointer-events: none !important;
}
