@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
/* ============================================================================== */
/* Mobile only */
/* ============================================================================== */
/* ============================================================================== */
/* base */
/* ============================================================================== */
* {
  margin: 0px;
  padding: 0px;
  color: #000;
  font-family: 'Meiryo','メイリオ','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック',sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 760px;
  font-size: 12px;
  text-align: center;
  margin: 0px auto;
}

a img {
  border: 0px;
}

img {
  width: auto;
  height: auto;
}

.inner {
  max-width: 960px;
  min-width: 760px;
  text-align: center;
  margin: 0px auto;
  position: relative;
}

/* ============================================================================== */
/* header */
/* ============================================================================== */
header {
  text-align: center;
  margin: 0px auto;
}

h1 {
  padding: 32px 0px 20px 0px;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
}
h1 span {
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 12px;
}

/* ============================================================================== */
/* nav */
/* ============================================================================== */
nav {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: right;
}
nav ul {
  float: right;
}
nav li {
  list-style-type: none;
  float: left;
}
nav li a {
  display: block;
  padding: 10px 10px;
  color: #fff;
  text-decoration: none;
  line-height: 1.0em;
}
nav li a:hover {
  background: #fff;
}
nav li a.print {
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
}
nav p.tel {
  clear: both;
  padding-top: 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 36px;
}

.star, .pdf {
  float: left;
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
}

a:hover .star {
  background-position: 0px -12px;
}
a:hover .pdf {
  background-position: -12px -12px;
}

/* ============================================================================== */
/* contents*/
/* ============================================================================== */
h2 {
  margin: 5px 0px;
  font-size: 16px;
  font-weight: normal;
}
h2 .plus {
  display: none;
}

h3 {
  padding: 10px 10px 7px 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.0em;
}

h4 {
  margin: 10px 0px;
  font-size: 14px;
  font-weight: normal;
}

.contents li {
  background: #fff;
  float: left;
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 3.125%;
  padding: 15px;
  text-align: left;
  list-style: none;
}
.contents li.x2 {
  width: 65.125%;
}
.contents li.x3 {
  width: 100%;
}
.contents li p {
  line-height: 1.75em;
  padding-bottom: 25px;
}
.contents li img {
  width: 100%;
}
.contents li.end {
  margin-right: 0px;
}
.contents ul {
  margin-top: 70px;
}
.contents ul:after {
  content: "";
  display: block;
  clear: both;
  padding-bottom: 48px;
}

/* ============================================================================== */
/* bxslider */
/* ============================================================================== */
.topimg {
  position: relative;
  height: 400px;
}

.noscript #slider, .noscript .shade {
  display: none;
}

.shade {
  position: absolute;
  z-index: 998;
  height: 400px;
  top: 0px;
  width: 100%;
}

.bx-wrapper {
  overflow: hidden;
  width: 100% !important;
  text-align: center;
  margin: 0 auto;
}

div.bx-window {
  width: 700px !important;
  margin: 0 auto !important;
  overflow: visible !important;
  height: 400px;
}

#slider {
  left: 0px;
}
#slider div {
  margin: 0px;
  padding: 0px;
  width: 700px;
}

.bx-next {
  position: absolute;
  top: 45%;
  right: 50%;
  z-index: 1000000;
  width: 32px;
  height: 32px;
  margin-right: -390px;
  text-indent: -999999px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}
.bx-next:hover {
  background-position: -43px 0;
}

.bx-prev {
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -390px;
  z-index: 1000000;
  width: 32px;
  height: 32px;
  text-indent: -999999px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}
.bx-prev:hover {
  background-position: 0 0;
}

.bx-pager {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 10px auto;
}
.bx-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-pager .pager-active, .bx-pager a:hover {
  background: #000;
}
.bx-pager .pager-link {
  float: left;
}

/* ============================================================================== */
/* footer */
/* ============================================================================== */
footer {
  padding: 20px 10px 30px 10px;
}
footer p {
  text-align: left;
  line-height: 1.7em;
}

.qr {
  float: left;
  margin-right: 20px;
}

.tng {
  float: right;
}

/* ============================================================================== */
/* 個別設定 */
/* ============================================================================== */
.f_left {
  float: left;
}

.f_right {
  float: right;
}

.max-img {
  padding: 0px !important;
}
.max-img img {
  margin-bottom: -5px !important;
}
.max-img img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

.img50 {
  width: 50% !important;
}

.fz12 {
  font-size: 12px;
}

.d_none {
  display: none;
}
