@charset "UTF-8";


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  font-family: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input:focus,
textarea:focus {
  outline: none;
}

*,
:before,
:after {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container,
section[id*="point"],
.after,
.row {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.container:after,
section[id*="point"]:after,
.after:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

[class*="g-"],
section.reason a[class*="point-link"] {
  position: relative;
  display: block;
  float: left;
  padding: 0;
  min-height: 1px;
}

.g-5 {
  width: 41.6666666667%;
}

.g-6,
section.reason a[class*="point-link"] {
  width: 50%;
}

.g-7 {
  width: 58.3333333333%;
}

.container,
section[id*="point"],
.after {
  width: 1093px;
}

body {
  font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  text-align: center;
  width: 100%;
  line-height: 2;
}

a {
  display: block;
}

a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

a img {
  border: 0;
}

img {
  display: block;
  margin: 0 auto;
  float: none;
  max-width: 100%;
}

img:after {
  content: "";
  display: table;
  clear: both;
}

header {
  background: white url() no-repeat;
  height: 60px;
  margin-bottom: 70px;
}

header .container,
header section[id*="point"],
header .after {
  width: 901px;
}

header .logo {
  float: left;
}

header .tel {
  float: right;
  margin: 10px 0 0 0;
}

header h1{
  background-color: #3D1700;
  width: auto;
  height: 25px;
  font-size: 80%;
  font-weight: normal;
  color: #fff; 
}

/*---------------------------

パンくず

-----------------------------*/

.pankuzu {
  margin: 0;
  padding: 0 0 15px;
  font-size: 77%;
  color: #999;
}

.pankuzu a {
  display: inline;
}

.wrap_p{
  text-align: left;
}


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  display: block;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  display: block;
  z-index: -10 !important;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  margin: 0 auto;
}

.centered-btns_nav {
  position: absolute;
  top: 200px;
  height: 48px;
  width: 44px;
  display: block;
  overflow: hidden;
  z-index: 1000;
}

.centered-btns_nav:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.slide-wrapper {
  position: relative;
}

.slide-wrapper .prev {
  left: 80px;
  background: url(../img/top-prev.png) no-repeat;
}

.slide-wrapper .next {
  right: 80px;
  background: url(../img/top-next.png) no-repeat;
}

section {
  width: 100%;
  text-align: center;
}

section:after {
  content: "";
  display: table;
  clear: both;
}

section.reason {
  background: white url(../img/12reasons.jpg) no-repeat;
  height: 783px;
  padding: 220px 60px 0;
}

section.reason a[class*="point-link"] {
  margin: 0 0 10px;
}

section[id*="point"] {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto 40px;
  font-size: 14.5px;
}

section[id*="point"] p[class*="point"] {
  text-align: left;
  display: block;
  position: absolute;
  left: 122px;
  top: 245px;
}

section[id*="point"] p[class*="point"] strong {
  color: #7e0000;
}

section.contact,
.contact-7 {
  background: #3d1700;
  height: 316px;
}

section.contact:after,
.contact-7:after {
  content: "";
  display: table;
  clear: both;
}

section.contact .contact-inner,
.contact-7 .contact-inner {
  background: url("../img/contact-bg.png") no-repeat scroll;
  display: block;
  height: 271px;
  position: absolute;
  width: 900px;
  margin: 21px 0 0 -450px;
  left: 50%;
  padding: 82px 0 0;
}

.contact-7 {
  width: 955px;
  height: 176px;
  margin: 20px auto;
}

.contact-7 .contact-inner {
  height: 142px;
  margin: 17px 0 0 -450px;
  padding: 15px 20px 0 0;
  background: url("../img/contact-bg-s.png") no-repeat center scroll;
}

.contact-7 .contact-inner img {
  margin: 0px;
  float: right;
}

section#point1 {
  background-image: url(../img/point1.png);
  height: 593px;
  margin: -50px auto 40px;
}

section#point1 p.point-1-text {
  top: 245px;
  width: 579px;
}

section#point2 {
  background-image: url(../img/point2.jpg);
  height: 422px;
}

section#point2 p.point-2-text {
  top: 276px;
  width: 500px;
}

section#point3 {
  background-image: url(../img/point3.jpg);
  height: 326px;
}

section#point3 p.point-3-text {
  top: 235px;
  width: 500px;
}

section#point4 {
  background-image: url(../img/point4.jpg);
  height: 441px;
}

section#point4 p.point-4-text {
  width: 500px;
  top: 255px;
  width: 450px;
}

section#point5 {
  background-image: url(../img/point5.jpg);
  height: 690px;
}

section#point5 p.point-5-text {
  width: 838px;
  top: 235px;
}

section#point6 {
  background-image: url(../img/point6.jpg);
  height: 1119px;
}

section#point6 p.point-6-text {
  width: 851px;
  top: 537px;
  text-align: center;
}

section#point7 {
  background-image: url(../img/point7.jpg);
  height: 442px;
}

section#point7 p.point-7-text {
  top: 250px;
  width: 620px;
}

section#point8 {
  background-image: url(../img/point8.jpg);
  height: 487px;
}

section#point8 p.point-8-text {
  top: 304px;
  width: 575px;
}

section#point9 {
  background-image: url(../img/point9.jpg);
  height: 1398px;
}

section#point9 p.point-9-text {
  top: 299px;
  width: 826px;
  text-align: center;
}

section#point10 {
  background-image: url(../img/point10.jpg);
  height: 633px;
}

section#point10 p.point-10-text {
  top: 326px;
  width: 579px;
}

section#point11 {
  background-image: url(../img/point11.jpg);
  height: 309px;
  background-position: top;
}

section#point11 p.point-11-text {
  top: 241px;
  width: 826px;
  text-align: center;
}

section#point12 {
  background-image: url(../img/point12-3.jpg);
  height: 3482px;
}

section#point12 p.point-12-text {
  top: 0;
  width: 500px;
}

section#point12 p.point-12-1-text {
  width: 826px;
  text-align: center;
}

section#point12 p.point-12-2-text {
  width: 892px;
  top: 906px;
  text-align: center;
  left: 50%;
  margin: 0 0 0 -450px;
}

section#point12 p.point-12-3-text {
  top: 1117px;
  width: 826px;
}

section#point12 p.point-12-4-text {
  top: 1604px;
  width: 830px;
}

section#point12 p.point-12-5-text {
  width: 547px;
  top: 1724px;
  left: 403px;
}

section#point12 p.point-12-6-text {
  top: 2149px;
  left: 570px;
  width: 422px;
}

section#point12 p.point-12-7-text {
  top: 2572px;
  text-align: center;
  width: 405px;
}

section#point12 p.point-12-8-text {
  top: 2572px;
  left: 571px;
  width: 405px;
  text-align: center;
}

section#point12 p.point-12-9-text {
  top: 2885px;
  width: 405px;
  text-align: center;
}

section#point12 p.point-12-10-text {
  top: 2885px;
  width: 405px;
  text-align: left;
  left: 571px;
}

.after {
  text-align: center;
  position: relative;
}

.after img.after-img-1 {
  margin: 0 auto 35px;
}

.after .after-img-2 {
  background: url(../img/after-2.jpg) no-repeat center center;
  height: 1650px;
  width: 952px;
  left: 50%;
  position: relative;
  margin: 25px auto 5px -476px;
}

.after .after-img-2 [class*="after"] {
  position: absolute;
  width: 609px;
  left: 207px;
  font-size: 14px;
  text-align: left;
}

.after .after-img-2 .after-6 {
  top: 634px;
}

.after .after-img-2 .after-7 {
  top: 722px;
}

.after .after-img-2 .after-8 {
  top: 837px;
}

.after .after-img-2 .after-9 {
  top: 935px;
}

.after .after-img-2 .after-10 {
  top: 1039px;
}

.after .after-img-2 .after-11 {
  top: 1127px;
}

.after .after-img-2 .after-12 {
  top: 1269px;
}

.after p.after-text strong {
  color: #7e0000;
}

.top-panels {
  z-index: 1000000000;
  background: #3d1700;
  height: 90px;
  margin: 0px 0 0;
}

.top-panels img {
  z-index: 10000;
  display: inline;
  margin: -59px 0 0 0;
}

section.reason {
  width: 1037px;
  margin: 0 auto;
  text-align: center;
}

section.reason img {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

img.point-1 {
  margin: -40px auto 20px !important;
  display: block;
}

img.point-1:after {
  content: "";
  display: table;
  clear: both;
}

a.point-6-button {
  text-align: center;
  position: relative;
  height: 133px;
  width: 100%;
}

a.point-6-button img {
  margin: 0 0 50px -372px;
  width: 745px;
  left: 50%;
  top: 0;
  position: absolute;
}

.thumbs {
  width: 800px;
  margin: 30px auto 70px;
}

#lightbox {
  background-color: #fff;
  padding: 10px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
}

#lightboxDetails {
  font-size: 0.8em;
  padding-top: 0.4em;
}

#lightboxCaption {
  float: left;
}

#keyboardMsg {
  float: right;
}

#lightbox img,
#overlay img {
  border: none;
}

#overlay {
  background: #ccc;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

#keyboardMsg {
  overflow: hidden;
}

#keyboardMsg a {
  background: url(../img/closelabel.gif);
  width: 66px;
  height: 22px;
  margin: 0 15px 0 0;
  overflow: hidden;
}

#keyboardMsg a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

#keyboardMsg:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.carousel-wrap {
  border: 1px solid #CCCCCC;
  margin: 0 auto;
  padding: 15px 48px;
  position: relative;
  width: 980px;
}

.bx-controls-direction a {
  display: block;
  height: 73px;
  position: absolute;
  top: 173px !important;
  width: 73px !important;
  z-index: 300000 !important;
  overflow: hidden;
}

.bx-controls-direction a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.bx-pager {
  display: none !important;
}

a.bx-prev {
  background: url("../img/carousel-prev.png") no-repeat !important;
  left: -40px !important;
}

a.bx-next {
  background: url("../img/carousel-next.png") no-repeat !important;
  right: -40px !important;
}

footer {
  width: 900px;
  text-align: left;
  padding: 36px 0;
  margin: 0 auto 0px;
  height: 230px;
}

footer p {
  padding: 39px 0 0 20px;
  font-size: 12px;
  line-height: 2.3;
}