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

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

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;
}

#RthCustomizeW {
  width: 950px !important;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  min-width: 950px;
}

@-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: 950px;
  height: 505px;
}
#header .con_slider #obj_slider [class^="slide"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 950px;
  height: 505px;
}
#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/summer/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/summer/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/summer/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/summer/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/summer/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/summer/img_main6.jpg) no-repeat center top;
}
#header .con_gnav #gnav {
  display: table;
  width: 100%;
}
#header .con_gnav #gnav li {
  display: table-cell;
}
#header .con_gnav #gnav li a {
  position: relative;
  display: block;
  padding: 18px 1em;
  text-align: center;
}
#header .con_gnav #gnav li a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  border-bottom: 3px solid #c6c929;
  margin-left: -20px;
  -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: #a8ab12;
}
#header .con_gnav #gnav li.rsv a:after {
  content: none;
}
#header .con_gnav .hnav {
  margin-top: 15px;
  text-align: right;
}
#header .con_gnav .hnav li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 15px;
}
#header .con_gnav .hnav li:first-child {
  margin-left: 0;
}
#header h3 {
  padding-bottom: 6px;
  margin-top: 15px;
  background: url(../images/common/st_shadow.png) no-repeat center bottom;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  margin-top: 60px;
}
#footer .ptop {
  text-align: center;
}
#footer .con_fnav {
  padding: 35px 30px 15px;
  margin-top: 30px;
  background: url(../images/common/bg_pattern.png) left top;
}
#footer .con_fnav .fnav1 {
  display: table;
  width: 100%;
}
#footer .con_fnav .fnav1 li {
  display: table-cell;
}
#footer .con_fnav .fnav1 li a {
  position: relative;
  display: block;
  padding: 10px 1em;
  text-align: center;
}
#footer .con_fnav .fnav1 li a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  border-bottom: 3px solid #c6c929;
  margin-left: -20px;
  -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);
}
#footer .con_fnav .fnav1 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);
}
#footer .con_fnav .fnav1 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);
}
#footer .con_fnav .fnav1 li.rsv a {
  background: #a8ab12;
}
#footer .con_fnav .fnav1 li.rsv a:after {
  content: none;
}
#footer .con_fnav .fnav2 {
  margin-top: 15px;
  text-align: right;
}
#footer .con_fnav .fnav2 li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 15px;
}
#footer .con_fnav .fnav2 li:first-child {
  margin-left: 0;
}
#footer .con_footer {
  margin-top: 40px;
  text-align: center;
}
#footer .con_footer address {
  margin-top: 25px;
  line-height: 1.66;
  font-size: 93%;
}
#footer .con_footer .tel {
  margin-top: 25px;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
