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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_all .inner, .con_plan .box_special, .con_plan ul, .con_gallery ul.img {
  width: 1020px;
  margin: auto;
}

.con_about .inner:after, .con_all .inner .box_tab #tab_all:after, .con_all .inner .box_tab #tab_all li:after {
  content: "";
  display: table;
  clear: both;
}

@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes gakugaku {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  85% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  89% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  93% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  97% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes gakugaku {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  85% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  89% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  93% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  97% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes gakugaku {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  85% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  89% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  93% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  97% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes shurunL {
  0% {
    -moz-transform: translateX(-25px);
    transform: translateX(-25px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes shurunL {
  0% {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes shurunL {
  0% {
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@-moz-keyframes shurunR {
  0% {
    -moz-transform: translateX(25px);
    transform: translateX(25px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes shurunR {
  0% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes shurunR {
  0% {
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@-moz-keyframes surusuruL {
  0% {
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -moz-transform: translateX(-4000px);
    transform: translateX(-4000px);
  }
}
@-webkit-keyframes surusuruL {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-4000px);
    transform: translateX(-4000px);
  }
}
@keyframes surusuruL {
  0% {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -moz-transform: translateX(-4000px);
    -ms-transform: translateX(-4000px);
    -webkit-transform: translateX(-4000px);
    transform: translateX(-4000px);
  }
}
@-moz-keyframes surusuruR {
  0% {
    -moz-transform: translateX(-4000px);
    transform: translateX(-4000px);
  }
  100% {
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes surusuruR {
  0% {
    -webkit-transform: translateX(-4000px);
    transform: translateX(-4000px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes surusuruR {
  0% {
    -moz-transform: translateX(-4000px);
    -ms-transform: translateX(-4000px);
    -webkit-transform: translateX(-4000px);
    transform: translateX(-4000px);
  }
  100% {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-moz-keyframes buwabuwa {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.9) rotate(10deg);
    transform: scale(0.9) rotate(10deg);
    opacity: 0.7;
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes buwabuwa {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9) rotate(10deg);
    transform: scale(0.9) rotate(10deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes buwabuwa {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.9) rotate(10deg);
    -ms-transform: scale(0.9) rotate(10deg);
    -webkit-transform: scale(0.9) rotate(10deg);
    transform: scale(0.9) rotate(10deg);
    opacity: 0.7;
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes shu-n {
  0% {
    -moz-transform: translate(-30px, 0px);
    transform: translate(-30px, 0px);
  }
  50% {
    -moz-transform: translate(20px, 0px);
    transform: translate(20px, 0px);
    opacity: 0.3;
  }
  100% {
    -moz-transform: translate(-30px, 0px);
    transform: translate(-30px, 0px);
  }
}
@-webkit-keyframes shu-n {
  0% {
    -webkit-transform: translate(-30px, 0px);
    transform: translate(-30px, 0px);
  }
  50% {
    -webkit-transform: translate(20px, 0px);
    transform: translate(20px, 0px);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate(-30px, 0px);
    transform: translate(-30px, 0px);
  }
}
@keyframes shu-n {
  0% {
    -moz-transform: translate(-30px, 0px);
    -ms-transform: translate(-30px, 0px);
    -webkit-transform: translate(-30px, 0px);
    transform: translate(-30px, 0px);
  }
  50% {
    -moz-transform: translate(20px, 0px);
    -ms-transform: translate(20px, 0px);
    -webkit-transform: translate(20px, 0px);
    transform: translate(20px, 0px);
    opacity: 0.3;
  }
  100% {
    -moz-transform: translate(-30px, 0px);
    -ms-transform: translate(-30px, 0px);
    -webkit-transform: translate(-30px, 0px);
    transform: translate(-30px, 0px);
  }
}
@-moz-keyframes burun {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-background-size: 60% auto;
    background-size: 60% auto;
  }
  50% {
    -moz-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@-webkit-keyframes burun {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-background-size: 60% auto;
    background-size: 60% auto;
  }
  50% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@keyframes burun {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-background-size: 60% auto;
    -o-background-size: 60% auto;
    -webkit-background-size: 60% auto;
    background-size: 60% auto;
  }
  50% {
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
/* -----------------------------------------------------------
	contents
----------------------------------------------------------- */
#contents {
  max-width: 2000px;
  margin: auto;
  overflow: hidden;
}

/* -----------------------------------------------------------
	森の謌ウエディングとは
----------------------------------------------------------- */
.con_about {
  margin: 10px auto 0;
  padding-bottom: 1px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.con_about .inner {
  position: relative;
  margin-bottom: 220px;
}
.con_about:before, .con_about:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.con_about:before {
  background: url(../images/home/bg_about_top.png) no-repeat 0 0;
  -moz-background-size: 50% auto;
  -o-background-size: 50% auto;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
}
.con_about:after {
  background: url(../images/home/bg_about_bottom.jpg) no-repeat left bottom;
}
.con_about .box_left {
  float: left;
  position: relative;
  width: 47.9%;
}
.con_about .box_left h2 {
  text-align: right;
  padding: 195px 45px 30px 0;
}
.con_about .box_left .leaf01 {
  position: absolute;
  right: 0;
  top: 500px;
  z-index: 1000;
  margin-right: -55px;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transition: opacity 1000ms ease 750ms, -moz-transform 1000ms ease 750ms;
  -o-transition: opacity 1000ms ease 750ms, -o-transform 1000ms ease 750ms;
  -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
  -webkit-transition-delay: 750ms, 750ms;
  transition: opacity 1000ms ease 750ms, transform 1000ms ease 750ms;
}
.con_about .box_right {
  float: right;
  width: 52.1%;
  padding-top: 113px;
}
.con_about .box_right .box_txt {
  padding: 67px 0 0 55px;
}
.con_about .box_right .box_txt .txt {
  padding: 27px 0 0 4px;
}
.con_about .box_right .box_txt img {
  max-width: 95%;
}
.con_about .box_right .box_fuwa {
  position: relative;
}
.con_about .box_right .box_fuwa p {
  position: absolute;
  -moz-transform: translateY(20px) scale(0.95);
  -ms-transform: translateY(20px) scale(0.95);
  -webkit-transform: translateY(20px) scale(0.95);
  transform: translateY(20px) scale(0.95);
  -moz-transition: opacity 800ms ease 700ms, -moz-transform 800ms ease 700ms;
  -o-transition: opacity 800ms ease 700ms, -o-transform 800ms ease 700ms;
  -webkit-transition: opacity 800ms ease, -webkit-transform 800ms ease;
  -webkit-transition-delay: 700ms, 700ms;
  transition: opacity 800ms ease 700ms, transform 800ms ease 700ms;
}
.con_about .box_right .box_fuwa p img {
  width: 100%;
}
.con_about .box_right .box_fuwa .img1 {
  left: 49%;
  top: 0px;
  width: 160px;
}
.con_about .box_right .box_fuwa .img2 {
  left: 67.5%;
  top: -180px;
  -moz-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  width: 260px;
}
.con_about .box_right .box_fuwa .img2 .leaf {
  position: absolute;
  left: -10.34483%;
  top: 39.31034%;
}
.con_about .box_right .box_fuwa .img2 .leaf img {
  width: auto;
}
@media only screen and (max-width: 1620px) {
  .con_about .box_right .box_fuwa .img1 {
    left: auto;
    right: 230px;
    top: 90px;
    width: 130px;
  }
  .con_about .box_right .box_fuwa .img2 {
    left: auto;
    right: 20px;
    top: 20px;
    width: 200px;
  }
}
.con_about .leaf.leaf01 img {
  -webkit-animation: gakugaku 5s linear;
  -moz-animation: gakugaku 5s linear;
  animation: gakugaku 5s linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.con_about .leaf.leaf02 img {
  -webkit-animation: gakugaku 5.3s linear 700ms;
  -moz-animation: gakugaku 5.3s linear 700ms;
  animation: gakugaku 5.3s linear 700ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.con_about .leaf.leaf03 img {
  -webkit-animation: gakugaku 4.6s linear 1000ms;
  -moz-animation: gakugaku 4.6s linear 1000ms;
  animation: gakugaku 4.6s linear 1000ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.con_about .slider {
  position: relative;
}
.con_about .slider img {
  width: 100%;
}
.con_about .slider > div {
  display: none;
}
.con_about .slider > div:first-child {
  display: block;
}
.con_about .slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  z-index: 200;
  text-align: right;
  padding-right: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_about .slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  opacity: 0;
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.con_about .slider .slick-dots li button {
  width: 15px;
  height: 15px;
  margin-left: 15px;
  background: #eee4d4;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: inset 3px 3px 3px rgba(136, 136, 136, 0.25);
  -webkit-box-shadow: inset 3px 3px 3px rgba(136, 136, 136, 0.25);
  box-shadow: inset 3px 3px 3px rgba(136, 136, 136, 0.25);
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
}
.con_about .slider .slick-dots li.slick-active button,
.con_about .slider .slick-dots li button:hover {
  background: #b2a681;
}
.con_about .slider .slick-dots li:first-child button {
  margin-left: 0;
}
.con_about h2, .con_about .slider, .con_about .box_txt, .con_about .box_fuwa p, .con_about .box_sub p, .con_about .leaf01 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_about.animation .box_fuwa p {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_about.animation .box_fuwa p.img1 > .fuwa {
  display: block;
  -webkit-animation: fuwafuwa 2000ms ease-in-out 2500ms;
  -moz-animation: fuwafuwa 2000ms ease-in-out 2500ms;
  animation: fuwafuwa 2000ms ease-in-out 2500ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.con_about.animation .box_fuwa p.img2 > .fuwa {
  display: block;
  -webkit-animation: fuwafuwa 2000ms ease-in-out 1500ms;
  -moz-animation: fuwafuwa 2000ms ease-in-out 1500ms;
  animation: fuwafuwa 2000ms ease-in-out 1500ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.con_about.animation .box_sub p {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.con_about.animation .leaf01 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.con_about.animation .slick-dots li {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: opacity 500ms ease, -moz-transform 500ms ease;
  -o-transition: opacity 500ms ease, -o-transform 500ms ease;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
}

.ie9 #page #contents .con_about *, .ie8 #page #contents .con_about *, .touch #page #contents .con_about * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

/* -----------------------------------------------------------
	森のステージ
----------------------------------------------------------- */
.con_stage {
  padding-top: 120px;
  margin-bottom: 120px;
}
.con_stage h3 {
  text-align: center;
}
.con_stage .box_stage > li {
  margin-top: 90px;
  border-top: 1px solid;
  padding-top: 1px;
}
.con_stage .box_stage > li:first-child {
  margin-top: 50px;
}
.con_stage .box_stage > li .box_img {
  overflow: hidden;
}
.con_stage .box_stage > li .box_img ul {
  width: 8000px;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.con_stage .box_stage > li .box_img ul:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=55);
  opacity: 0.55;
}
.con_stage .box_stage > li .box_img ul li {
  float: left;
  position: relative;
}
.con_stage .box_stage > li .box_img ul li:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
}
.con_stage .box_stage > li .box_img ul li a {
  display: block;
  overflow: hidden;
}
.con_stage .box_stage > li .box_img ul li a img {
  -moz-transition: opacity 400ms ease, -moz-transform 400ms ease;
  -o-transition: opacity 400ms ease, -o-transform 400ms ease;
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease;
}
.con_stage .box_stage > li .box_img ul li a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.con_stage .box_stage > li .box_det {
  position: relative;
  height: 167px;
  background: repeat-x;
}
.con_stage .box_stage > li .box_det h4 {
  text-align: center;
  position: absolute;
  right: 50%;
  top: -30px;
  margin-right: -150px;
}
.con_stage .box_stage > li .box_det .dec {
  position: absolute;
  left: 50%;
  margin-left: 180px;
  top: -50px;
  z-index: 100;
}
.con_stage .box_stage > li .box_det .dec2 {
  position: absolute;
  left: 50%;
  z-index: 100;
}
.con_stage .box_stage > li.stage1 .box_det {
  background-image: url(../images/home/bg_stage01.png);
}
.con_stage .box_stage > li.stage2 .box_det {
  background-image: url(../images/home/bg_stage02.png);
}
.con_stage .box_stage > li.stage3 .box_det {
  background-image: url(../images/home/bg_stage03.png);
}
.con_stage .box_stage > li.stage4 .box_det {
  background-image: url(../images/home/bg_stage04.png);
}
.con_stage .box_stage > li.stage1 {
  border-top-color: #e3aeb9;
}
.con_stage .box_stage > li.stage2 {
  border-top-color: #607a9d;
}
.con_stage .box_stage > li.stage3 {
  border-top-color: #ca8841;
}
.con_stage .box_stage > li.stage4 {
  border-top-color: #88619c;
}
.con_stage .box_stage > li.stage1 .box_det .dec2 {
  margin-left: 415px;
}
.con_stage .box_stage > li.stage2 .box_det .dec2 {
  margin-left: -488px;
}
.con_stage .box_stage > li.stage3 .box_det .dec2 {
  margin-left: 400px;
}
.con_stage .box_stage > li.stage4 .box_det .dec2 {
  margin-left: -492px;
}
.con_stage .box_stage > li.stage1 .box_det .dec2 {
  top: -470px;
}
.con_stage .box_stage > li.stage2 .box_det .dec2 {
  top: -465px;
}
.con_stage .box_stage > li.stage3 .box_det .dec2 {
  top: -463px;
}
.con_stage .box_stage > li.stage4 .box_det .dec2 {
  top: -452px;
}
.con_stage.animation .stage1 .box_img ul,
.con_stage.animation .stage3 .box_img ul {
  -webkit-animation: surusuruL 100s linear;
  -moz-animation: surusuruL 100s linear;
  animation: surusuruL 100s linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.con_stage.animation .stage1 .box_det .dec,
.con_stage.animation .stage3 .box_det .dec {
  -webkit-animation: shu-n 7s ease-in-out;
  -moz-animation: shu-n 7s ease-in-out;
  animation: shu-n 7s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.con_stage.animation .stage2 .box_img ul,
.con_stage.animation .stage4 .box_img ul {
  -webkit-animation: surusuruR 100s linear;
  -moz-animation: surusuruR 100s linear;
  animation: surusuruR 100s linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.con_stage.animation .stage2 .box_det .dec,
.con_stage.animation .stage4 .box_det .dec {
  -webkit-animation: shu-n 7s ease-in-out 3.5s;
  -moz-animation: shu-n 7s ease-in-out 3.5s;
  animation: shu-n 7s ease-in-out 3.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media only screen and (max-height: 700px) {
  .con_stage .box_stage > li .box_img ul {
    height: 360px;
    overflow: hidden;
  }
  .con_stage .box_stage > li .box_img ul li {
    position: relative;
    top: -30px;
  }
  .con_stage .box_stage > li.stage1 .box_det .dec2 {
    top: -410px;
  }
  .con_stage .box_stage > li.stage2 .box_det .dec2 {
    top: -405px;
  }
  .con_stage .box_stage > li.stage3 .box_det .dec2 {
    top: -403px;
  }
  .con_stage .box_stage > li.stage4 .box_det .dec2 {
    top: -392px;
  }
}
/* -----------------------------------------------------------
	ALL-IN-ONE WEDDING
----------------------------------------------------------- */
.con_all {
  text-align: center;
  background: url(../images/home/bg_all.jpg) no-repeat right center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.con_all .inner {
  padding: 100px 0 60px;
}
.con_all .inner .txt {
  margin-top: 25px;
}
.con_all .inner .box_tab {
  margin-top: 25px;
}
.con_all .inner .box_tab #tab_all li {
  width: 25%;
  height: 60px;
  float: left;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  position: relative;
  background: url(../images/home/tab_all.png) no-repeat;
}
.con_all .inner .box_tab #tab_all li:first-child {
  background-position: -0px 0px;
}
.con_all .inner .box_tab #tab_all li:first-child span {
  background-position: -0px -60px;
}
.con_all .inner .box_tab #tab_all li:first-child + li {
  background-position: -255px 0px;
}
.con_all .inner .box_tab #tab_all li:first-child + li span {
  background-position: -255px -60px;
}
.con_all .inner .box_tab #tab_all li:first-child + li + li {
  background-position: -510px 0px;
}
.con_all .inner .box_tab #tab_all li:first-child + li + li span {
  background-position: -510px -60px;
}
.con_all .inner .box_tab #tab_all li:first-child + li + li + li {
  background-position: -765px 0px;
}
.con_all .inner .box_tab #tab_all li:first-child + li + li + li span {
  background-position: -765px -60px;
}
.con_all .inner .box_tab #tab_all li span {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  background: #000;
  background: url(../images/home/tab_all.png) no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.con_all .inner .box_tab #tab_all li span:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: solid 10px #837056;
  border-bottom-width: 0;
  z-index: 1000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.con_all .inner .box_tab #tab_all li:hover span {
  -webkit-filter: brightness(0.65);
  filter: brightness(0.65);
}
.con_all .inner .box_tab #tab_all li:hover span, .con_all .inner .box_tab #tab_all li.active span {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_all .inner .box_tab #tab_all li.active span {
  -webkit-filter: none;
  filter: none;
}
.con_all .inner .box_tab #tab_all li.active span:after {
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_all .inner .box_tab #panel_all li {
  display: none;
  position: relative;
}
.con_all .inner .box_tab #panel_all li:first-child {
  display: list-item;
}
.con_all .inner .box_tab #panel_all li .slick-dots {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  z-index: 200;
  text-align: right;
  padding-right: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_all .inner .box_tab #panel_all li .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.con_all .inner .box_tab #panel_all li .slick-dots li button {
  width: 15px;
  height: 15px;
  margin-left: 15px;
  background: #eee4d4;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: inset 3px 3px 3px rgba(136, 136, 136, 0.25);
  -webkit-box-shadow: inset 3px 3px 3px rgba(136, 136, 136, 0.25);
  box-shadow: inset 3px 3px 3px rgba(136, 136, 136, 0.25);
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
}
.con_all .inner .box_tab #panel_all li .slick-dots li.slick-active button,
.con_all .inner .box_tab #panel_all li .slick-dots li button:hover {
  background: #b2a681;
}
.con_all .inner .box_tab #panel_all li .slick-dots li:first-child button {
  margin-left: 0;
}
.con_all .inner .box_tab #panel_all li .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1001;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.con_all .inner .box_tab #panel_all li .btn:hover {
  opacity: .8;
}

/* -----------------------------------------------------------
	動画を見る
----------------------------------------------------------- */
.con_movie {
  text-align: center;
  height: 775px;
  margin-top: 90px;
  background: #f4f7ea;
  position: relative;
}
.con_movie:before {
  content: '';
  z-index: 0;
  width: 891px;
  height: 775px;
  position: absolute;
  left: 50%;
  margin-left: 109px;
  top: 0;
  background: url(../images/home/bg_movie.jpg) no-repeat;
}
.con_movie h3 {
  padding: 70px 0 30px;
  position: relative;
  z-index: 1;
}
.con_movie iframe {
  width: 890px;
  height: 540px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-height: 700px) {
  .con_movie iframe {
    width: 780px;
    height: 470px;
    position: relative;
    z-index: 1;
  }
}
/* -----------------------------------------------------------
	ウエディングプラン
----------------------------------------------------------- */
.con_plan {
  margin-top: 90px;
}
.con_plan h3 {
  text-align: center;
}
.con_plan .box_special {
  margin-top: 40px;
}
.con_plan .box_special p.st, .con_plan .box_special p.int {
  text-align: center;
}
.con_plan .box_special p.st {
  padding: 25px 0;
  border-bottom: 1px dotted #998c62;
  border-top: 2px solid #998c62;
  position: relative;
  margin-bottom: 30px;
}
.con_plan .box_special p.st:before {
  content: '';
  width: 100%;
  top: 2px;
  left: 0;
  border-top: 1px solid #998c62;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.con_plan .box_special p.int {
  margin-bottom: 70px;
  font-size: 109%;
}
.con_plan .box_special ul.wrp_plan {
  overflow: hidden;
}
.con_plan .box_special ul.wrp_plan li {
  float: left;
  width: 490px;
  margin-top: 0;
  padding-bottom: 45px;
  margin-bottom: 30px;
}
.con_plan .box_special ul.wrp_plan li:first-child {
  padding-right: 17px;
  border-right: 1px dotted #998c62;
  margin-right: 17px;
}
.con_plan .box_special ul.wrp_plan li p.sst, .con_plan .box_special ul.wrp_plan li p.img {
  margin-bottom: 17px;
  text-align: center;
}
.con_plan .box_special ul.wrp_plan li .price {
  border-bottom: 1px solid #998c62;
  padding-bottom: 5px;
  overflow: hidden;
}
.con_plan .box_special ul.wrp_plan li .price .temp_st {
  line-height: 1;
  font-weight: normal;
  float: left;
  margin-top: 18px;
}
.con_plan .box_special ul.wrp_plan li .price .temp_st:before {
  content: '';
  width: 3px;
  height: 3px;
  border: 3px solid #998c62;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.con_plan .box_special ul.wrp_plan li .price .temp_st span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 109%;
}
.con_plan .box_special ul.wrp_plan li .price .temp_price {
  float: right;
}
.con_plan .box_special ul.wrp_plan li .price .temp_price span strong {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: baseline;
  font-size: 217%;
  color: #998c62;
  font-weight: normal;
  margin-left: 10px;
}
.con_plan .box_special ul.wrp_plan li .price .temp_price span strong small {
  font-size: 85%;
}
.con_plan .box_special ul.wrp_plan li p.menu {
  text-align: right;
  margin: 10px -4px 30px 0;
}
.con_plan .box_special ul.wrp_plan li p.menu em {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #998c62;
  padding: 3px 10px;
  line-height: 1;
  font-size: 109%;
  margin: 0 4px 0;
}
.con_plan .box_special ul.wrp_plan li .dress .txt {
  font-size: 109%;
  margin-bottom: 12px;
  width: 92%;
  margin-left: 5px;
}
.con_plan .box_special ul.wrp_plan li .dress .txt_det {
  background: #f8f7f1;
  padding: 12px 12px 12px 26px;
  margin-top: 15px;
  font-size: 109%;
  line-height: 1.6;
  text-indent: -1.2em;
}
.con_plan .box_special ul.wrp_plan li .dress .txt_det:before {
  content: '';
  width: 8px;
  height: 8px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 8px;
  background-color: #998c62;
}
.con_plan .box_special ul.wrp_det {
  background: url(../images/home/bg_det.png) no-repeat;
  margin: 0 -16px 0 -17px;
  text-align: center;
  padding: 20px 0 28px 0;
}
.con_plan .box_special ul.wrp_det li {
  width: 300px;
  padding: 0 12px 0 18px;
  margin-bottom: 0;
  border-left: 1px dotted #998c62;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
  min-height: 133px;
}
.con_plan .box_special ul.wrp_det li:first-child {
  border-left: none;
  padding-left: 12px;
}
.con_plan .box_special ul.wrp_det li p.sst {
  margin-bottom: 10px;
}
.con_plan .box_special ul.wrp_det li .txt_det {
  letter-spacing: normal;
  background: #f8f7f1;
  padding: 12px 12px 12px 26px;
  margin-top: 15px;
  font-size: 109%;
  line-height: 1.6;
  text-indent: -1.2em;
  text-align: left;
}
.con_plan .box_special ul.wrp_det li .txt_det:before {
  content: '';
  width: 8px;
  height: 8px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 8px;
  background-color: #998c62;
}
.con_plan .box_special .wrp_url {
  overflow: hidden;
  margin-top: 0;
}
.con_plan .box_special .wrp_url li {
  float: left;
  width: 490px;
  margin: 0;
  position: relative;
  padding-top: 25px;
  padding-bottom: 10px;
  font-size: 109%;
}
.con_plan .box_special .wrp_url li:first-child {
  margin-right: 17px;
  padding-right: 17px;
  border-right: 1px dotted #998c62;
}
.con_plan .box_special .wrp_url li span {
  display: inline-block;
  margin-left: 15px;
}
.con_plan .box_special .wrp_url li:before {
  content: '';
  width: 490px;
  top: 13px;
  border-top: 1px solid #998c62;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.con_plan ul {
  margin-top: 40px;
}
.con_plan ul li {
  margin-bottom: 50px;
  margin-top: -10px;
  padding-top: 10px;
}
.con_plan ul li:first-child {
  margin-top: 0;
}
.con_plan ul li .box_plan {
  padding: 30px 40px 40px;
  border: 1px solid #e4e4e4;
  border-top: 0;
  overflow: hidden;
}
.con_plan ul li .box_plan .box_det {
  float: left;
  width: 580px;
}
.con_plan ul li .box_plan .box_det .txt_int {
  font-size: 109%;
  color: #535353;
  line-height: 1.6;
  letter-spacing: 1px;
}
.con_plan ul li .box_plan .box_det .temp_st01 {
  padding: 10px;
  margin-top: 15px;
  background: #998c62;
  color: #fff;
  line-height: 1;
  font-size: 125%;
  font-weight: normal;
}
.con_plan ul li .box_plan .box_det .temp_st02 {
  line-height: 1;
  border-bottom: 1px solid #998c62;
  padding-bottom: 5px;
  margin-top: 20px;
  font-weight: normal;
}
.con_plan ul li .box_plan .box_det .temp_st02:before {
  content: '';
  width: 3px;
  height: 3px;
  border: 3px solid #998c62;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.con_plan ul li .box_plan .box_det .temp_st02 span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 109%;
}
.con_plan ul li .box_plan .box_det .temp_price {
  margin-top: 14px;
  line-height: 1;
}
.con_plan ul li .box_plan .box_det .temp_price span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 25px;
}
.con_plan ul li .box_plan .box_det .temp_price span em {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #fff;
  background: #998c62;
  padding: 3px 7px;
  font-size: 109%;
  margin-right: 10px;
}
.con_plan ul li .box_plan .box_det .temp_price span em.brown {
  background: #5c4c46;
}
.con_plan ul li .box_plan .box_det .temp_price span strong {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 217%;
  color: #998c62;
  font-weight: normal;
}
.con_plan ul li .box_plan .box_det .temp_price span strong small {
  font-size: 85%;
}
.con_plan ul li .box_plan .box_det .temp_price span:last-child {
  margin-right: 0;
}
.con_plan ul li .box_plan .box_det .temp_bgtxt {
  background: #f8f7f1;
  padding: 12px;
  margin-top: 15px;
  font-size: 109%;
  line-height: 1.6;
}
.con_plan ul li .box_plan .box_det .temp_bgtxt em {
  display: block;
  color: #998c62;
  font-weight: bold;
  margin-bottom: 3px;
}
.con_plan ul li .box_plan .box_det .temp_st03 {
  color: #998c62;
  font-size: 167%;
  font-weight: normal;
  line-height: 1;
  padding: 15px 15px 0;
}
.con_plan ul li .box_plan .box_det .temp_att {
  margin-top: 1em;
}
.con_plan ul li .box_plan .img {
  float: right;
}

/* -----------------------------------------------------------
	メッセージバトン
----------------------------------------------------------- */
.con_baton {
  width: 860px;
  margin: 80px auto 0;
}
.con_baton h3 {
  text-align: center;
  margin-bottom: 23px;
}
.con_baton ul {
  border: 1px solid #e4e4e4;
  padding: 20px;
}
.con_baton ul li {
  display: inline-block;
  vertical-align: middle;
}
.con_baton ul li:first-child {
  margin-right: 40px;
}
.con_baton ul li p.title {
  font-weight: bold;
  color: #998c62;
  margin-bottom: 20px;
  font-size: 125%;
}
.con_baton ul li p.txt {
  line-height: 1.6;
  font-size: 117%;
}

/* -----------------------------------------------------------
	お客様の声
----------------------------------------------------------- */
.con_report {
  width: 1020px;
  margin: 140px auto 0;
}
.con_report h3 {
  text-align: center;
}
.con_report #obj_tab_rep {
  position: relative;
  bottom: -1px;
  z-index: 1;
  margin-top: 75px;
  text-align: center;
}
.con_report #obj_tab_rep li {
  display: inline-block;
  vertical-align: bottom;
  width: 240px;
  padding: 13px 0;
  border: 1px solid #e4e4e4;
  margin-left: 15px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZThkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eae8df));
  background: -moz-linear-gradient(#ffffff, #eae8df);
  background: -webkit-linear-gradient(#ffffff, #eae8df);
  background: linear-gradient(#ffffff, #eae8df);
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.con_report #obj_tab_rep li:not(.active):hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  cursor: pointer;
}
.con_report #obj_tab_rep li:first-child {
  margin-left: 0;
}
.con_report #obj_tab_rep li.active {
  padding-bottom: 23px;
  border-bottom-color: #fff;
  background: #fff;
}
.con_report #obj_panel_rep {
  width: 100%;
  border-top: 1px solid #e4e4e4;
}
.con_report #obj_panel_rep .box_report {
  overflow: hidden;
  display: none;
  margin: 55px auto 0;
}
.con_report #obj_panel_rep .box_report:first-child {
  display: block;
}
.con_report #obj_panel_rep .box_report .txt {
  float: left;
  width: 440px;
}
.con_report #obj_panel_rep .box_report .txt .st {
  font-size: 134%;
  padding-top: 20px;
  color: #5c4c46;
  text-align: center;
}
.con_report #obj_panel_rep .box_report .txt .sst {
  position: relative;
  padding: 10px 0;
  border-top: 1px dotted #b38850;
  border-bottom: 1px dotted #b38850;
  font-size: 117%;
  color: #5c4c46;
  text-align: center;
}
.con_report #obj_panel_rep .box_report .txt .sst:before, .con_report #obj_panel_rep .box_report .txt .sst:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 31px;
  height: 8px;
}
.con_report #obj_panel_rep .box_report .txt .sst:before {
  left: 134px;
  background: url(../images/home/dec_report01.png) no-repeat;
}
.con_report #obj_panel_rep .box_report .txt .sst:after {
  right: 136px;
  background: url(../images/home/dec_report02.png) no-repeat;
}
.con_report #obj_panel_rep .box_report .txt ul {
  margin-top: 30px;
}
.con_report #obj_panel_rep .box_report .txt ul li {
  margin-top: 40px;
}
.con_report #obj_panel_rep .box_report .txt ul li:first-child {
  margin-top: 0;
}
.con_report #obj_panel_rep .box_report .txt .name {
  margin-top: 25px;
}
.con_report #obj_panel_rep .box_report .img {
  float: right;
}

.ie8 .con_plan ul li, .ie9 .con_plan ul li, .touch .con_plan ul li {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.con_gallery {
  margin-top: -50px;
  padding-top: 50px;
}
.con_gallery h3 {
  margin-bottom: 40px;
  text-align: center;
}
.con_gallery ul.img {
  overflow: hidden;
  margin-bottom: 60px;
}
.con_gallery ul.img li {
  float: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.con_gallery ul.img li:hover .mask {
  opacity: 1;
  /* マスクを表示する */
  padding-bottom: 80px;
  /* ホバーで下にずらす */
}
.con_gallery ul.img li .mask {
  position: absolute;
  bottom: -6.5em;
  left: 0;
  opacity: 0;
  /* マスクを表示しない */
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.con_gallery ul.img li .mask .caption {
  font-size: 109%;
  color: #fff;
  padding: 10px;
}
.con_gallery ul.img li.img_01 {
  width: 319px;
}
.con_gallery ul.img li.img_02 {
  width: 455px;
}
.con_gallery ul.img li.img_03 {
  width: 244px;
}
.con_gallery ul.img li.img_04 {
  margin-top: -85px;
  width: 419px;
}
.con_gallery ul.img li.img_05 {
  width: 355px;
  margin-top: -85px;
}
.con_gallery ul.img li.img_06 {
  width: 244px;
}
.con_gallery ul.img li.img_07 {
  width: 419px;
  margin-top: -136px;
}
.con_gallery ul.img li.img_09 {
  width: 422px;
}
.con_gallery ul.img li.img_10 {
  width: 326px;
  margin-top: -211px;
}
.con_gallery ul.img li.img_11 {
  margin-top: -211px;
}
.con_gallery ul.lnk h4 {
  margin-bottom: 35px;
  text-align: center;
}
.con_gallery ul.lnk ul {
  overflow: hidden;
  width: 880px;
  margin: 0 auto;
}
.con_gallery ul.lnk ul li {
  margin-left: 20px;
  float: left;
}
.con_gallery ul.lnk ul li:first-child {
  margin-left: 0;
}
