@charset "utf-8";

html, body, div, h1, h2, p, img, dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	vertical-align: baseline;
	background: transparent;
	color: #333;
	white-space: normal;
	word-break: break-all;
}

body { background: #E1D4C6; }

a { text-decoration:none; }

img { width: 100%; }

.ma_t5  { margin-top: 5px; }
.ma_t10 { margin-top: 10px; }
.ma_t20 { margin-top: 20px; }
.ma_b20 { margin-bottom: 20px; }
.ma_t30 { margin-top: 30px; }
.pa_t30 { padding-top: 30px; }
.pa_lr10 { padding-left: 10px; padding-right: 10px; }

.center { text-align: center; }
.lh0    { line-height: 0; }

.img_contact {
	width: 80%;
	display: block;
	margin: 10px auto;
}

.img_lp {
	display: block;
	margin: 0 auto;
}

.textbox {
	display: block;
	margin: 20px;
}

.textbox span {
	color: #A60A3A;
}

.step03 a {
	display: block;
	line-height: 0;
	position: absolute;
	bottom: 0;
}

.photo_area {
	margin: 20px 10px;
	padding: 30px 0;
	line-height: 0;
	background: #6E462D;
}

.photo_txt {
	line-height: 0;
	position: relative;
}

.photo_txt .animated {
	width: 20px;
	position: absolute;
	bottom: 0;
}

.photo_txt img:first-child {
	left: 15px;
}

.photo_txt img:last-child {
	right: 15px;
}

.photo_area .img_contact {
	margin: 0 auto;
}

.footer {
	padding: 10px 0;
	color: #FFF;
	text-align: center;
	background: #A60A3A;
}

/***** flipsnap *****/
.flipsnap {
	display: -webkit-box;
	display: -moz-box;
	padding: 0 50px;
}

.maxPoint {
	width: 100%;
}

.viewport {
	margin: 0 auto 20px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}

.flipsnap .item {
	display: block;
	margin: 0 auto;
	padding: 0 5px;
	box-sizing: border-box;
	position: relative;
}

.flipsnap .item div {
	display: block;
	width: 100%;
	height: 80%;
	height: inherit;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	box-sizing: border-box;
}

.flipsnap .item h2 {
	margin-bottom: 20px;
	font-size: 1em;
	text-align: center;
}

.flipsnap img {
	width: 100%;
	box-sizing: border-box;
}

.pointer {
	padding: 20px 0 0;
	line-height: 0;
	text-align: center;
	position: relative;
}

.pointer span {
	display: inline-block;
	width:  30px;
	height: 30px;
	margin: 0 5px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	background: #A60A3A;
	border-radius: 50%;
}

.pointer span.current {
	color: #A60A3A;
	background: #FFF;
	border: 2px solid #A60A3A;
}

.slidenavL:after {
	content: "";
	display: block;
	width:  13px;
	height: 13px;
	border-top:   3px solid #A60A3A;
	border-right: 3px solid #A60A3A;
	transform: rotate(-135deg);
	position: absolute;
	left: 20px;
	top:  50%;
	margin-top: -7px;
}

.slidenavR:after {
	content: "";
	display: block;
	width:  13px;
	height: 13px;
	border-top:   3px solid #A60A3A;
	border-right: 3px solid #A60A3A;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top:   50%;
	margin-top: -7px;
}

/* animation */
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
