@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
  min-width: 1220px;
}

body {
  color: #4b4b4b;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 100%;
}
.ie body {
  font-size: 98%;
}
body a {
  color: #656565;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
  color: #7e7e7e;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

.over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  min-width: 1190px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@-moz-keyframes fade1 {
  0% {
    opacity: 1;
  }
  14% {
    opacity: 1;
  }
  28% {
    opacity: 0;
  }
  42% {
    opacity: 0;
  }
  56% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade1 {
  0% {
    opacity: 1;
  }
  14% {
    opacity: 1;
  }
  28% {
    opacity: 0;
  }
  42% {
    opacity: 0;
  }
  56% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  14% {
    opacity: 1;
  }
  28% {
    opacity: 0;
  }
  42% {
    opacity: 0;
  }
  56% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade2 {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  56% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade2 {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  56% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  56% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade3 {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  42% {
    opacity: 1;
  }
  56% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade3 {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  42% {
    opacity: 1;
  }
  56% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  42% {
    opacity: 1;
  }
  56% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade4 {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  42% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade4 {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  42% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade4 {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  42% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade5 {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  42% {
    opacity: 0;
  }
  56% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade5 {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  42% {
    opacity: 0;
  }
  56% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade5 {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  42% {
    opacity: 0;
  }
  56% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade6 {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  42% {
    opacity: 0;
  }
  56% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade6 {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  42% {
    opacity: 0;
  }
  56% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade6 {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  42% {
    opacity: 0;
  }
  56% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header .con_header {
  padding: 15px 0;
  overflow: hidden;
}
#header .con_header h2 {
  float: left;
}
#header .con_header .tel {
  float: right;
  margin-top: 15px;
}
#header .con_slider {
  position: relative;
}
#header .con_slider #obj_slider {
  position: relative;
  width: 1190px;
  height: 560px;
}
#header .con_slider #obj_slider [class^="slide"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1190px;
  height: 560px;
}
#header .con_slider #obj_slider .slide1 {
  -moz-animation-name: fade1;
  -moz-animation-duration: 45s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: fade1;
  -webkit-animation-duration: 45s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: fade1;
  -o-animation-duration: 45s;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: infinite;
  -ms-animation-name: fade1;
  -ms-animation-duration: 45s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: infinite;
  background: url(../images/home/img_main1.jpg) no-repeat center top;
}
#header .con_slider #obj_slider .slide2 {
  -moz-animation-name: fade2;
  -moz-animation-duration: 45s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: fade2;
  -webkit-animation-duration: 45s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: fade2;
  -o-animation-duration: 45s;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: infinite;
  -ms-animation-name: fade2;
  -ms-animation-duration: 45s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: infinite;
  background: url(../images/home/img_main2.jpg) no-repeat center top;
}
#header .con_slider #obj_slider .slide3 {
  -moz-animation-name: fade3;
  -moz-animation-duration: 45s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: fade3;
  -webkit-animation-duration: 45s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: fade3;
  -o-animation-duration: 45s;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: infinite;
  -ms-animation-name: fade3;
  -ms-animation-duration: 45s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: infinite;
  background: url(../images/home/img_main3.jpg) no-repeat center top;
}
#header .con_slider #obj_slider .slide4 {
  -moz-animation-name: fade4;
  -moz-animation-duration: 45s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: fade4;
  -webkit-animation-duration: 45s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: fade4;
  -o-animation-duration: 45s;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: infinite;
  -ms-animation-name: fade4;
  -ms-animation-duration: 45s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: infinite;
  background: url(../images/home/img_main4.jpg) no-repeat center top;
}
#header .con_slider #obj_slider .slide5 {
  -moz-animation-name: fade5;
  -moz-animation-duration: 45s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: fade5;
  -webkit-animation-duration: 45s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: fade5;
  -o-animation-duration: 45s;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: infinite;
  -ms-animation-name: fade5;
  -ms-animation-duration: 45s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: infinite;
  background: url(../images/home/img_main5.jpg) no-repeat center top;
}
#header .con_slider #obj_slider .slide6 {
  -moz-animation-name: fade6;
  -moz-animation-duration: 45s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: fade6;
  -webkit-animation-duration: 45s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: fade6;
  -o-animation-duration: 45s;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: infinite;
  -ms-animation-name: fade6;
  -ms-animation-duration: 45s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: infinite;
  background: url(../images/home/img_main6.jpg) no-repeat center top;
}
#header .con_gnav {
  background-color: #000f1d;
  padding: 14px 0 0;
}
#header .con_gnav .logo {
  float: left;
  width: 252px;
  padding-left: 20px;
  padding-right: 45px;
}
#header .con_gnav #gnav {
  float: right;
  width: 873px;
}
#header .con_gnav #gnav li {
  display: table-cell;
  padding: 10px 0;
  width: 122px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header .con_gnav #gnav li a {
  color: #fff !important;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 9px 0;
  text-align: center;
}
#header .con_gnav #gnav li a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 50px;
  border-bottom: 1px solid #fff;
  -moz-transition: -moz-transform 300ms ease, opacity 300ms ease;
  -o-transition: -o-transform 300ms ease, opacity 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scaleX(0.7);
  -ms-transform: scaleX(0.7);
  -webkit-transform: scaleX(0.7);
  transform: scaleX(0.7);
}
#header .con_gnav #gnav li a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#header .con_gnav #gnav li.active a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#header .con_gnav #gnav li.rsv a {
  background: #e87423;
}
#header .con_gnav #gnav li.rsv a:after {
  content: none;
}
#header .con_gnav .hnav_over {
  display: block;
  clear: both;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}
#header .con_gnav .hnav_over .hnav {
  text-align: left;
  float: left;
  width: 70%;
  vertical-align: bottom;
  padding-left: 30px;
  box-sizing: border-box;
}
#header .con_gnav .hnav_over .hnav li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 1em;
  position: relative;
}
#header .con_gnav .hnav_over .hnav li:first-child {
  margin-left: 0;
}
#header .con_gnav .hnav_over .hnav li a {
  color: #fff !important;
  text-decoration: none;
}
#header .con_gnav .hnav_over .hnav li a:before {
  position: absolute;
  content: "";
  width: .3em;
  height: .3em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  top: 8px;
}
#header .con_gnav .hnav_over p {
  float: right;
  width: 30%;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header h3 {
  padding-bottom: 6px;
  margin-top: 15px;
  background: url(../images/common/st_shadow.png) no-repeat center bottom;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
  clear: both;
  min-height: 800px;
}
#contents .inner {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
}
#contents .inner .con_area1 {
  position: relative;
}
#contents .inner .con_area1 .tmp_btn {
  top: 760px;
  left: 373px;
}
#contents .inner .con_area2 {
  position: relative;
}
#contents .inner .con_area2 p {
  margin-bottom: 70px;
}
#contents .inner .con_area2 .tmp_btn a:before, #contents .inner .con_area2 .tmp_btn span:before {
  background: #fff;
}
#contents .inner .con_area2 .tmp_btn a i:before, #contents .inner .con_area2 .tmp_btn span i:before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
#contents .inner .con_area2 .tmp_btn a i:after, #contents .inner .con_area2 .tmp_btn span i:after {
  background: #fff;
}
#contents .inner .con_area2 .btn_cui {
  top: 625px;
  margin: 0 auto;
  left: 30px;
}
#contents .inner .con_area2 .btn_ons {
  top: 1246px;
  margin: 0 auto;
  right: 30px;
}
#contents .inner .con_area2 .btn_roo {
  top: 1867px;
  margin: 0 auto;
  left: 30px;
}
#contents .inner .con_area2 .btn_fac {
  top: 2525px;
  margin: 0 auto;
  right: 30px;
}
#contents .inner .bn_area {
  margin-bottom: 20px;
  width: 950px;
  letter-spacing: -0.5em;
}
#contents .inner .bn_area li {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 10px;
}
#contents .inner .bn_area li:first-child {
  margin-left: 0;
}
#contents .inner .st1 {
  font-size: 26px;
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
}
#contents .inner .st1:before {
  content: "";
  position: absolute;
  background: url(../images/common/ic_sub.png);
  height: 19px;
  width: 64px;
  top: 50px;
  left: 46%;
}
#contents .inner .st1 span {
  font-size: 18px;
}
#contents .inner .st3:before {
  background: url(../images/common/ic_sub2.png);
  height: 10px;
  width: 55px;
}
#contents .inner .pagetop {
  margin-bottom: 10px;
  text-align: right;
}

.tmp_btn {
  display: inline-block;
  position: absolute;
}
.tmp_btn a, .tmp_btn span {
  display: block;
  text-decoration: none;
  position: relative;
  text-align: center;
  cursor: pointer;
  padding: 1.1em 1.5em .9em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff !important;
  -moz-transition: background 400ms;
  -o-transition: background 400ms;
  -webkit-transition: background 400ms;
  transition: background 400ms;
}
.tmp_btn a:before, .tmp_btn span:before {
  content: '';
  width: 1px;
  height: 29px;
  background: #e87423;
  display: block;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-transition: height 400ms;
  -o-transition: height 400ms;
  -webkit-transition: height 400ms;
  transition: height 400ms;
}
.tmp_btn a i, .tmp_btn span i {
  -moz-transition: -moz-transform 600ms;
  -o-transition: -o-transform 600ms;
  -webkit-transition: -webkit-transform 600ms;
  transition: transform 600ms;
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  margin: .5em 0 0 .5em;
}
.tmp_btn a i:before, .tmp_btn span i:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #e87423;
  border-right: solid 1px #e87423;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3.5px;
}
.tmp_btn a i:after, .tmp_btn span i:after {
  content: '';
  width: 20px;
  height: 1px;
  background: #e87423;
  display: block;
}
.tmp_btn a em, .tmp_btn span em {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  display: inline-block;
  font-size: 131%;
  line-height: 1;
  -moz-transition: color 600ms;
  -o-transition: color 600ms;
  -webkit-transition: color 600ms;
  transition: color 600ms;
}
.tmp_btn a:hover, .tmp_btn span:hover {
  background: rgba(255, 255, 255, 0.1);
}
.tmp_btn a:hover i, .tmp_btn span:hover i {
  -moz-transform: translateX(0.5em);
  -ms-transform: translateX(0.5em);
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
}

.tmp_btn2 {
  margin: 0 auto;
  width: 240px;
}
.tmp_btn2 a, .tmp_btn2 span {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #e87423;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  font-size: 116%;
  padding: 15px 0;
  cursor: pointer;
  -moz-transition: background 400ms;
  -o-transition: background 400ms;
  -webkit-transition: background 400ms;
  transition: background 400ms;
  position: relative;
}
.tmp_btn2 a:after, .tmp_btn2 span:after {
  position: absolute;
  content: "";
  width: .3em;
  height: .3em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 75px;
  top: 21px;
}
.tmp_btn2 a em, .tmp_btn2 span em {
  display: inline-block;
  vertical-align: middle;
  padding-right: .8em;
  font-style: normal;
  color: #fff !important;
}
.tmp_btn2 a:hover, .tmp_btn2 span:hover {
  background: #ea833a;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  padding-top: 35px;
  height: 400px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  position: relative;
}
#footer:before {
  content: '';
  width: 100vw;
  min-width: 1220px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/footer/img_foot.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
  background-repeat: no-repeat;
}
#footer .fnav {
  vertical-align: bottom;
  padding-left: 30px;
  box-sizing: border-box;
}
#footer .fnav li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-right: 1px dotted #fff;
  position: relative;
  height: 29px;
}
#footer .fnav li:first-child {
  border-left: 1px dotted #fff;
}
#footer .fnav li a {
  font-size: 100%;
  color: #fff !important;
  text-decoration: none;
  padding: 7px 20px 0 30px;
  display: block;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .fnav li a:before {
  position: absolute;
  content: "";
  width: .3em;
  height: .3em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
  top: 11px;
}
#footer .f_logo {
  text-align: center;
  margin-top: 55px;
}
#footer .place {
  font-size: 108%;
  margin-bottom: 14px;
  margin-top: 35px;
}
#footer .tel {
  font-size: 124%;
  margin-bottom: 18px;
}
#footer .tel span {
  font-size: 150%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	楽天
----------------------------------------------------------- */
#htlSide-A {
  position: absolute;
  margin-top: 775px;
  float: none;
  left: 0;
}

#htlMainContent {
  min-height: 1550px;
  width: 1190px !important;
  margin: 0 auto !important;
}

#RthCustomizeW {
  margin: 0 0 10px !important;
}

.rt-header:before {
  display: none;
}

body {
  overflow: hidden;
  position: relative;
}
body > div:not(.rt-wide-banner-pc, .rt-header):before {
  content: '';
  width: 100vw;
  height: 2709px;
  display: block;
  position: absolute;
  top: 384px;
  left: 0;
  background-color: #000f1d;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -600;
  background-repeat: no-repeat;
}
