@charset "utf-8";
/* CSS Document */

/* common&reset */
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
a,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
address {
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0 none;
}
a {
  text-decoration: none;
  color: #2ea7e0;
}

a:hover {
  color: #f60;
}

body {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-attachment: fixed;
  font-size: 16px;
  color: #434343;
  line-height: 1.8em;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}

a:hover img {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "alpha( opacity=65 )";
}
section {
}

article,
aside,
figure,
figcaption,
footer,
header,
section {
  display: block;
}

/*共通*/
.t_left {
  text-align: left;
}
.t_right {
  text-align: right;
}
.t_center {
  text-align: center;
}
.right {
  float: right;
}
.left {
  float: left;
}
.clear {
  clear: both;
}

/*インナー*/
.inner {
  width: 960px;
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 970px) {
  .pc-s-none {
    display: none !important;
  }
}

@media screen and (max-width: 969px) {
  .sp-s-none {
    display: none !important;
  }
}

/*ヘッダー*/

/*ナビ*/
.navi_wrap {
  background: url(../img/common/navi_bg.png) repeat-x;
  position: absolute;
  top: 36vw;
  width: 100%;
  z-index: 999;
  width: 100%;
  height: 150px;
}
.navi_wrap .navi_inner {
  max-width: 960px;
  padding: 28px 20px 0;
  margin: 0 auto;
  height: 125px;
  background: url(../img/common/head_bg_moyou.png) no-repeat;
}
.navi_wrap .navi_inner h1 {
  width: 176px;
  float: left;
}
.navi_wrap .navi_inner .tel {
  margin: 15px 0 0 15px;
  float: left;
}
.navi_wrap .navi_inner .bnr_plan {
  margin: 10px 20px 0 40px;
  float: left;
  width: 340px;
}
.navi_wrap .navi_inner .btn_fb {
  float: left;
  width: 47px;
  margin: 18px 5px 0;
}
.navi_wrap .navi_inner .btn_is {
  float: left;
  width: 47px;
  margin: 18px 5px 0;
}

.navi_wrap2 {
  background: url(../img/common/navi_bg2.png) repeat-x;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  min-width: 1280px;
  height: 130px;
}
.navi_wrap2 .navi_inner {
  width: 960px;
  padding: 8px 20px 0;
  margin: 0 auto;
  height: 125px;
  background: url(../img/common/head_bg_moyou.png) left -20px no-repeat;
}
.navi_wrap2 .navi_inner h1 {
  width: 176px;
  float: left;
}
.navi_wrap2 .navi_inner .tel {
  margin: 15px 0 0 15px;
  float: left;
}
.navi_wrap2 .navi_inner .bnr_plan {
  margin: 10px 20px 0 40px;
  display: block;
  float: left;
  width: 340px;
}
.navi_wrap2 .navi_inner .btn_fb {
  display: block;
  float: left;
  width: 47px;
  margin: 18px 5px 0;
}
.navi_wrap2 .navi_inner .btn_is {
  display: block;
  float: left;
  width: 47px;
  margin: 18px 5px 0;
}

.navi_wrap3 {
  background: url(../img/common/navi_bg2.png) repeat-x;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  min-width: 1280px;
  height: 130px;
}
.navi_wrap3 .navi_inner {
  width: 960px;
  padding: 8px 20px 0;
  margin: 0 auto;
  height: 125px;
  background: url(../img/common/head_bg_moyou.png) left -20px no-repeat;
}
.navi_wrap3 .navi_inner h1 {
  width: 176px;
  float: left;
}
.navi_wrap3 .navi_inner .tel {
  margin: 15px 0 0 15px;
  float: left;
}
.navi_wrap3 .navi_inner .bnr_plan {
  margin: 10px 20px 0 40px;
  display: block;
  float: left;
  width: 340px;
}
.navi_wrap3 .navi_inner .btn_fb {
  display: block;
  float: left;
  width: 47px;
  margin: 18px 5px 0;
}
.navi_wrap3 .navi_inner .btn_is {
  display: block;
  float: left;
  width: 47px;
  margin: 18px 5px 0;
}

nav a {
  color: #fff;
  font-size: 15px;
  border-left: 1px #fff solid;
  padding: 0 10px;
}
nav a.last {
  border-right: 1px #fff solid;
}
nav a:hover {
  color: #f90;
}

/*コンテンツ*/
#contents {
  background: url(../img/common/contents_bg.gif) fixed repeat-x;
  padding: 50px 0 80px;
}

/*プランバナー*/
.btn_plan {
  width: 760px;
  margin: 0 auto;
  padding: 50px 0 0;
}

/*フッター*/
footer {
}
footer .ftr_wrap {
  padding: 20px 0;
}
footer .ftr_link {
  background: #e6e6e7;
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
}
footer address {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px #888 solid;
  display: block;
  float: left;
  width: 300px;
  font-size: 14px;
  line-height: 1.8em;
}
footer .ftr_wrap .right {
  text-align: right;
  font-size: 12px;
  /* padding-top: 35px; */
}
footer .ftr_wrap .right .yado_copy {
  padding: 5px 0 0;
}
footer #copyright {
  background: #205591;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

/*ページトップ*/
.pgtop {
  background: url(../img/common/btn_pt.png) no-repeat;
  height: 73px;
  width: 73px;
  display: block;
  position: absolute;
  right: 0;
}
.pgtop_wrap {
  display: block;
  position: fixed;
  z-index: 998;
  bottom: 5px;
  width: 100%;
  bottom: 80px;
  left: -50px;
}
