@charset "UTF-8";
/*
 * lib/css/reset.css
 *
*/
html {
	overflow-y: scroll;
}

fieldset, img {
	border: none;
	vertical-align: top;
}

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

address, caption, cite, code, dfn, em, var {
	font-style: normal;
}

caption, th {
	text-align: left;
}

a {
	outline: none;
}

/*-----------------------------------------------------------
		余白初期設定
-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
html, body, div,
p, ul, ol, li, dl, dt, dd,
pre, blockquote,
form, fieldset, input, textarea,
table, th, td, figure {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------
		その他初期設定
-----------------------------------------------------------*/
q:before, q:after {
	content: '';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
	color: #000;
}
@media (max-width: 1000px) {
	:root {
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}
}

body {
	color: #000;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 13px;
}
@media (max-width: 1000px) {
	body {
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		text-size-adjust: 100%;
		min-width: 640px;
		font-size: 24px;
	}
}

@media (max-width: 1000px) {
	#colorbox, #colorbox * {
		max-height: none;
	}

	#gnavi, #gnavi * {
		max-height: none;
	}

	img {
		max-height: none;
		max-width: 100%;
	}
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

a {
	text-decoration: none;
	-webkit-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	transition: opacity 0.8s;
	color: #000;
}
@media (min-width: 1001px) {
	a:hover {
		color: #000;
		opacity: 0.5;
	}
	a:visited {
		color: #000;
	}
	a:active {
		text-decoration: none;
	}
}

[type=text], [type=email], [type=password], [type=number], textarea, select {
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 0px;
}

select {
	max-width: 100%;
	height: 2.5em;
	padding-right: 8%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
	border: 1px solid #ddd;
	background: #fff url(../img/arrow.svg) 96% center no-repeat;
	background-size: 12px;
}

select::-ms-expand {
	display: none;
}

[type=text], [type=email], [type=password], [type=number], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

[type=text]:focus, [type=email]:focus, [type=password]:focus, [type=number]:focus, textarea:focus {
	background: #fff;
	border: 1px solid #aaa;
}

input[type=checkbox] {
	display: none;
}

[type=checkbox] + label:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 14px;
	width: 14px;
	background: #f9f9f9;
	border: 1px solid #3589B7;
	vertical-align: middle;
}

[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
	text-indent: -3px;
	color: #000;
}

input[type=radio] {
	vertical-align: middle;
}

input[type=radio] + label {
	margin-left: 5px;
}

:placeholder-shown {
	color: #BABABA;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #BABABA;
}

/* Firefox 18- */
:-moz-placeholder {
	color: #BABABA;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
	color: #BABABA;
	opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
	color: #BABABA;
}

/*-----------------------------------------------------------
		基本レイアウト
-----------------------------------------------------------*/
body {
	background: #fff;
	overflow-x: hidden;
}
@media (max-width: 1000px) {
	body {
		padding-bottom: 100px;
	}
}
body.lock {
	height: 100vh;
	overflow: hidden;
	padding: 0px !important;
}

.wrap {
	position: relative;
	width: 1000px;
	margin: 0px auto;
}
@media (max-width: 1000px) {
	.wrap {
		width: auto;
		margin: 0px 30px;
	}
}

.linkbox {
	cursor: pointer;
}
@media (min-width: 1001px) {
	.linkbox {
		-webkit-transition: opacity 0.8s;
		-o-transition: opacity 0.8s;
		transition: opacity 0.8s;
	}
	.linkbox:hover {
		opacity: 0.5;
	}
}

.sp {
	display: none;
}
@media (max-width: 1000px) {
	.sp {
		display: inherit;
	}
}

@media (max-width: 1000px) {
	.pc {
		display: none;
	}
}
.fixd {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 100;
}
.fixd a {
	display: inline-block;
	width: 50%;
	border-right: 1px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.fixd a + a {
	border-right: none;
	border-left: 1px solid #fff;
}

/*----------------------- header --------------------------*/
.lock header {
	background: none;
}

header {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.8);
}
header .logo {
	padding: 20px 0px 10px;
}
@media (max-width: 1000px) {
	header .logo {
		position: relative;
		z-index: 10;
		padding: 20px 0px;
	}
	header .logo img {
		width: 500px;
	}
}
header .logo a {
	display: block;
}
header .logo a:hover {
	opacity: 1;
}
header .tel {
	position: absolute;
	right: 0px;
	top: 20px;
}
@media (max-width: 1000px) {
	header .tel {
		position: static;
		padding-top: 30px;
	}
	header .tel img {
		width: 80%;
	}
}
header #gnavi {
	background: #361f16;
	text-align: center;
}
@media (max-width: 1000px) {
	header #gnavi {
		display: none;
		position: fixed;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		padding-top: 85px;
		background: rgba(255, 255, 255, 0.9);
		overflow: auto;
	}
}
header #gnavi ul {
	font-size: 0px;
	line-height: 0px;
}
@media (max-width: 1000px) {
	header #gnavi ul {
		border-top: 1px solid #e4e4e4;
	}
}
header #gnavi ul li {
	display: inline-block;
}
@media (max-width: 1000px) {
	header #gnavi ul li {
		display: block;
	}
}
header #gnavi ul li a {
	display: block;
	padding: 0.8em 1.5em;
	font-size: 17px;
	line-height: 1;
	color: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
header #gnavi ul li a:hover {
	opacity: 1;
	color: #EE6E2D;
}
@media (max-width: 1000px) {
	header #gnavi ul li a {
		padding: 1.2em 0px;
		font-size: 28px;
		color: #452a15;
		font-weight: bold;
		background: #fff;
		border-bottom: 1px solid #e4e4e4;
	}
}
@media (min-width: 1001px) {
	header #gnavi ul li:last-child a {
		background: #d5a082;
	}
	header #gnavi ul li:last-child a:hover {
		color: #fff;
		background: #EE6E2D;
	}
}
header .menu {
	display: none;
	position: absolute;
	right: 25px;
	top: 25px;
	width: 45px;
	height: 32px;
	z-index: 1000;
	cursor: pointer;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 1000px) {
	header .menu {
		display: block;
	}
}
header .menu span {
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 45px;
	height: 4px;
	background-color: #452a15;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
header .menu span:nth-of-type(1) {
	top: 0px;
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
header .menu span:nth-of-type(2) {
	top: 14px;
	-webkit-transition: all .25s .25s;
	-o-transition: all .25s .25s;
	transition: all .25s .25s;
	opacity: 1;
}
header .menu span:nth-of-type(3) {
	bottom: 0px;
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}
header .menu.active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
header .menu.active span:nth-of-type(2) {
	opacity: 0;
}
header .menu.active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}

@media (max-width: 1000px) {
	@-webkit-keyframes menu-bar01 {
		0% {
			-webkit-transform: translateY(14px) rotate(45deg);
			transform: translateY(14px) rotate(45deg);
		}
		50% {
			-webkit-transform: translateY(14px) rotate(0);
			transform: translateY(14px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
	}
	@keyframes menu-bar01 {
		0% {
			-webkit-transform: translateY(14px) rotate(45deg);
			transform: translateY(14px) rotate(45deg);
		}
		50% {
			-webkit-transform: translateY(14px) rotate(0);
			transform: translateY(14px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
	}
	@-webkit-keyframes menu-bar02 {
		0% {
			-webkit-transform: translateY(-14px) rotate(-45deg);
			transform: translateY(-14px) rotate(-45deg);
		}
		50% {
			-webkit-transform: translateY(-14px) rotate(0);
			transform: translateY(-14px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
	}
	@keyframes menu-bar02 {
		0% {
			-webkit-transform: translateY(-14px) rotate(-45deg);
			transform: translateY(-14px) rotate(-45deg);
		}
		50% {
			-webkit-transform: translateY(-14px) rotate(0);
			transform: translateY(-14px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
	}
	@-webkit-keyframes active-menu-bar01 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(14px) rotate(0);
			transform: translateY(14px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(14px) rotate(45deg);
			transform: translateY(14px) rotate(45deg);
		}
	}
	@keyframes active-menu-bar01 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(14px) rotate(0);
			transform: translateY(14px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(14px) rotate(45deg);
			transform: translateY(14px) rotate(45deg);
		}
	}
	@-webkit-keyframes active-menu-bar03 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(-14px) rotate(0);
			transform: translateY(-14px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(-14px) rotate(-45deg);
			transform: translateY(-14px) rotate(-45deg);
		}
	}
	@keyframes active-menu-bar03 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
			transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(-14px) rotate(0);
			transform: translateY(-14px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(-14px) rotate(-45deg);
			transform: translateY(-14px) rotate(-45deg);
		}
	}
}
/*----------------------- content --------------------------*/
.preview {
	padding-top: 124px !important;
}
@media (max-width: 1000px) {
	.preview {
		padding-top: 82px !important;
	}
}

#top .slider {
	position: relative;
	height: 770px;
}
@media (max-width: 1000px) {
	#top .slider {
		height: 530px;
	}
}
#top .slider .item {
	display: none;
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#top .slider .item:first-child {
	display: block;
	opacity: 1;
}
#top .slider .item a {
	display: block;
	height: 100%;
}
#top .slider .item .title {
	position: absolute;
	bottom: 60px;
	width: 100%;
	text-align: center;
}
#top .marker {
	padding-top: 20px;
	text-align: center;
	font-size: 0px;
	line-height: 0px;
}
#top .marker li {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0px 7px;
	border-radius: 8px;
	background: #808387;
}
@media (max-width: 1000px) {
	#top .marker li {
		width: 20px;
		height: 20px;
		margin: 0px 12px;
		border-radius: 10px;
	}
}
#top .marker li.current {
	background: #be8067;
}

#about {
	padding: 50px 0px;
}
#about h2 {
	text-align: center;
}
#about .read {
	padding: 0.8em 0px 1.8em;
	text-align: center;
	font-size: 26px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-weight: bold;
}
#about .copy {
	padding: 90px 0px 80px;
	background: url(site/img/img02.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
}
@media (max-width: 1000px) {
	#about .copy {
		padding: 40px 50px 30px;
	}
}
#about .textbox {
	position: relative;
	z-index: 10;
	margin-top: -55px;
	padding: 120px 0px 50px;
	background: url(site/img/img03.png) center bottom no-repeat;
	font-size: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	line-height: 2.3;
	font-weight: bold;
}
@media (max-width: 1000px) {
	#about .textbox {
		font-size: 24px;
		margin-top: 0px;
		padding: 30px 0px 260px;
		background: url(site/img_sp/img03.png) center bottom no-repeat;
	}
}
#about .koutei {
	min-height: 890px;
	background: url(site/img/img04.jpg) center top no-repeat;
}
@media (max-width: 1000px) {
	#about .koutei {
		min-height: 0;
		margin-bottom: 50px;
		padding-bottom: 1000px;
		background: #f3eee3 url(site/img_sp/img04.jpg) center bottom no-repeat;
	}
}
#about .koutei h3 {
	padding: 60px 0px 0px 540px;
}
@media (max-width: 1000px) {
	#about .koutei h3 {
		padding: 40px 0px 0px;
	}
	#about .koutei h3 img {
		width: 100%;
	}
}
#about .koutei p {
	padding: 1.5em 0px 0px 540px;
	font-size: 19px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	line-height: 2.5;
	font-weight: bold;
}
@media (max-width: 1000px) {
	#about .koutei p {
		padding: 1em 0px 0px;
		font-size: 24px;
	}
}
#about .omoi h3 {
	margin-bottom: 40px;
}
@media (max-width: 1000px) {
	#about .omoi h3 {
		margin-bottom: 15px;
		text-align: center;
	}
}
#about .omoi .sub {
	position: absolute;
	right: 0px;
	top: 55px;
	font-size: 30px;
	font-weight: bold;
	color: #452a15;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media (max-width: 1000px) {
	#about .omoi .sub {
		position: static;
		margin-bottom: 20px;
		font-size: 28px;
		text-align: center;
	}
}
#about .omoi .box {
	padding: 140px 0px 100px;
	background: url(site/img/img05.jpg) center no-repeat;
	background-size: cover;
}
@media (max-width: 1000px) {
	#about .omoi .box {
		padding: 30px 170px 30px 0px;
	}
}
#about .omoi .box .comment {
	width: 570px;
	padding: 1.2em 1.5em;
	background: rgba(255, 255, 255, 0.8);
	font-size: 20px;
	font-weight: bold;
	line-height: 2.3;
	color: #452a15;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media (max-width: 1000px) {
	#about .omoi .box .comment {
		width: auto;
		padding: 1.2em;
		font-size: 23px;
		line-height: 1.7;
	}
}
#about .omoi .box .comment + .comment {
	margin-top: 40px;
}
@media (max-width: 1000px) {
	#about .omoi .box .comment + .comment {
		margin-top: 30px;
	}
}
#about .end {
	padding: 2em 0px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #452a15;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media (max-width: 1000px) {
	#about .end {
		padding: 1.2em 0px;
		font-size: 28px;
		line-height: 1.8;
	}
}
#about .bn {
	text-align: center;
}
#about .bn a:hover {
	opacity: 1;
}
@media (max-width: 1000px) {
	#about .bn {
		padding: 0px 30px;
	}
	#about .bn img {
		width: 100%;
		max-width: inherit;
	}
}

#flow {
	padding-bottom: 70px;
	position: relative;
	background: url(site/img/img06.jpg) center top no-repeat;
	background-size: cover;
}
#flow:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: url(site/img/bg06.png) center top no-repeat;
	background-size: 100% auto;
}
#flow h2 {
	padding: 140px 0px 25px;
	text-align: center;
}
@media (max-width: 1000px) {
	#flow h2 {
		padding-top: 80px;
	}
}
#flow .read {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
#flow .pnav {
	margin-bottom: 40px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media (max-width: 1000px) {
	#flow .pnav {
		font-size: 26px;
	}
}
#flow .item {
	position: relative;
	margin-bottom: 40px;
	padding: 40px 40px 40px 115px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 30px 30px;
	font-size: 20px;
}
#flow .item:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -50px;
	z-index: 10;
	width: 32px;
	height: 58px;
	margin-left: -16px;
	background: url(site/img/ab.svg) no-repeat;
	-webkit-animation: moveItem 1.2s infinite;
	animation: moveItem 1.2s infinite;
	opacity: 1;
}
#flow .item:last-child:before {
	display: none;
}
@media (max-width: 1000px) {
	#flow .item {
		font-size: 24px;
	}
}
#flow .item.flow01 {
	padding-bottom: 60px;
	background-image: url(site/img/num01.svg);
}
@media (min-width: 1001px) {
	#flow .item.flow01:after {
		content: "";
		display: block;
		position: absolute;
		right: 45px;
		bottom: 20px;
		width: 234px;
		height: 172px;
		background: url(site/img/photo01.png) no-repeat;
	}
}
#flow .item.flow02 {
	background-image: url(site/img/num02.svg);
}
#flow .item.flow03 {
	background-image: url(site/img/num03.svg);
}
@media (min-width: 1001px) {
	#flow .item.flow03:after {
		content: "";
		display: block;
		position: absolute;
		right: 45px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 240px;
		height: 250px;
		background: url(site/img/photo02.png) no-repeat;
	}
}
#flow .item.flow04 {
	background-image: url(site/img/num04.svg);
}
#flow .item.flow05 {
	background-image: url(site/img/num05.svg);
}
#flow .item.flow06 {
	background-image: url(site/img/num06.svg);
}
#flow .item h3 {
	margin-bottom: 0.5em;
	font-size: 32px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	line-height: 1;
}
#flow .item p, #flow .item ul {
	margin-bottom: 1em;
}
#flow .item p:last-child, #flow .item ul:last-child {
	margin-bottom: 0px;
}
#flow .item p li, #flow .item ul li {
	padding-left: 1em;
	text-indent: -1em;
}
#flow .item p img, #flow .item ul img {
	margin-right: 20px;
	vertical-align: middle;
}
@media (max-width: 1000px) {
	#flow .item p img, #flow .item ul img {
		width: 100%;
		margin: 0px;
	}
	#flow .item p img + a, #flow .item ul img + a {
		display: block;
		margin-top: 20px;
	}
}
#flow .item p a:hover, #flow .item ul a:hover {
	opacity: 1;
}
#flow .item .point {
	position: relative;
	margin-left: 60px;
	padding-top: 0.5em;
	font-size: 16px;
}
@media (max-width: 1000px) {
	#flow .item .point {
		font-size: 22px;
		margin-left: 0px;
		padding-top: 50px;
	}
}
#flow .item .point:before {
	content: "";
	display: block;
	position: absolute;
	left: -120px;
	top: 0.5em;
	width: 104px;
	height: 62px;
	background: url(site/img/point.svg) no-repeat;
}
@media (max-width: 1000px) {
	#flow .item .point:before {
		left: -80px;
		top: -5px;
	}
}

@-webkit-keyframes moveItem {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0;
	}
}

@keyframes moveItem {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0;
	}
}
#ba {
	padding-bottom: 60px;
	background: url(site/img/img07.png) center top no-repeat;
	background-size: 100% auto;
}
#ba h2 {
	padding: 180px 0px 25px;
	text-align: center;
}
@media (max-width: 1000px) {
	#ba h2 {
		padding: 150px 0px 15px;
	}
}
#ba .read {
	margin-bottom: 40px;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	letter-spacing: 0.05em;
}
#ba .item {
	margin-bottom: 75px;
}
@media (max-width: 1000px) {
	#ba .item {
		margin-bottom: 50px;
		background-size: 100% auto !important;
	}
}
#ba .item.item01 {
	min-height: 665px;
	background: url(site/img/ba01.png) no-repeat;
}
@media (max-width: 1000px) {
	#ba .item.item01 {
		min-height: 0px;
	}
}
#ba .item.item02 {
	min-height: 580px;
	background: url(site/img/ba02.png) no-repeat;
}
@media (max-width: 1000px) {
	#ba .item.item02 {
		min-height: 0px;
	}
	#ba .item.item02 h3 {
		padding-top: 330px;
	}
}
#ba .item.item03 {
	min-height: 665px;
	background: url(site/img/ba03.png) no-repeat;
}
#ba .item.item03 h3 {
	padding-top: 470px;
}
#ba .item.item03 p {
	width: auto;
}
@media (max-width: 1000px) {
	#ba .item.item03 {
		min-height: 0px;
	}
	#ba .item.item03 h3 {
		padding-top: 300px;
	}
}
#ba .item.item04 {
	min-height: 665px;
	background: url(site/img/ba04.png) no-repeat;
}
#ba .item.item04 h3 {
	padding-top: 630px;
}
#ba .item.item04 p {
	width: auto;
}
@media (max-width: 1000px) {
	#ba .item.item04 {
		min-height: 0px;
	}
	#ba .item.item04 h3 {
		padding-top: 400px;
	}
}
#ba .item h3 {
	margin-bottom: 0.7em;
	padding-top: 380px;
	font-size: 30px;
	line-height: 1;
}
@media (max-width: 1000px) {
	#ba .item h3 {
		padding-top: 390px;
	}
}
#ba .item p {
	width: 380px;
	font-size: 18px;
	line-height: 1.8;
}
@media (max-width: 1000px) {
	#ba .item p {
		width: auto;
		font-size: 24px;
	}
}
#ba .bn {
	padding: 0;
}
#ba .bn a:hover {
	opacity: 1;
}

#movie {
	padding-bottom: 60px;
	background: #211307;
}
#movie h2 {
	padding: 95px 0px 35px;
	text-align: center;
}
@media (max-width: 1000px) {
	#movie h2 {
		padding-top: 50px;
	}
}
#movie .moviebox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#movie .moviebox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#movie p {
	margin-top: 1.5em;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 1.8;
}
@media (max-width: 1000px) {
	#movie p {
		font-size: 24px;
	}
}
#movie p a {
	color: #fff;
}

#voice {
	padding-bottom: 60px;
	background: url(site/img/img08.png) center top no-repeat;
	background-size: 100% auto;
}
@media (max-width: 1000px) {
	#voice {
		padding-bottom: 0px;
		background-size: 110% auto;
	}
}
#voice h2 {
	padding: 170px 0px 25px;
	text-align: center;
}
@media (max-width: 1000px) {
	#voice h2 {
		padding-top: 80px;
	}
}
#voice .read {
	margin-bottom: 40px;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	line-height: 1.6;
}
@media (max-width: 1000px) {
	#voice .read {
		text-shadow: 0px 0px 5px #fff;
	}
}
#voice .items {
	padding-bottom: 20px;
}
@media (max-width: 1000px) {
	#voice .items {
		padding-bottom: 1px;
	}
}
#voice .items .item {
	float: left;
	width: 480px;
	margin: 0px 40px 40px 0px;
	padding: 35px;
	background: #f1ebdf;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.8;
	font-size: 18px;
}
#voice .items .item:nth-child(2n) {
	margin-right: 0px;
}
#voice .items .item img {
	width: 100%;
}
@media (max-width: 1000px) {
	#voice .items .item {
		width: 100%;
		margin: 0px 0px 30px;
		font-size: 24px;
	}
}
#voice .items .item .name {
	padding: 1em 0px 0.5em;
	color: #452a15;
	font-weight: bold;
}

#price {
	padding: 70px 0 100px;
}
@media (max-width: 1000px) {
	#price {
		padding: 70px 0 16px;
	}
}
#price .heading {
	text-align: center;
}
#price .heading .tit {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 40px;
	display: inline-block;
}
#price .heading .att {
	display: inline-block;
	font-size: 20px;
}
#price .list_kagu {
	padding: 32px;
}
#price .list_kagu .blk_kagu {
	margin-bottom: 32px;
}
#price .list_kagu .blk_kagu:last-child {
	margin-bottom: 0;
}
#price .list_kagu .blk_kagu .tit {
	margin-bottom: 0.5em;
	font-size: 32px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	line-height: 1;
	margin-bottom: 25px;
	padding: 8px;
	border-bottom: 1px solid #452a15;
	line-height: 1;
	color: #452a15;
}
#price .list_kagu .blk_kagu .lo {
	width: 100%;
	position: relative;
	display: table;
}
@media (max-width: 1000px) {
	#price .list_kagu .blk_kagu .lo {
		display: block;
	}
}
#price .list_kagu .blk_kagu .lo .tmb_blk {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 1000px) {
	#price .list_kagu .blk_kagu .lo .tmb_blk {
		position: static;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
		margin: 0 auto 32px;
		text-align: center;
	}
}
#price .list_kagu .blk_kagu .lo .txt_blk {
	height: 250px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
}
@media (max-width: 1000px) {
	#price .list_kagu .blk_kagu .lo .txt_blk {
		display: block;
		height: auto;
	}
}
#price .list_kagu .blk_kagu .lo .txt_blk .ul_cat {
	width: 600px;
	padding: 8px;
}
@media (max-width: 1000px) {
	#price .list_kagu .blk_kagu .lo .txt_blk .ul_cat {
		width: 100%;
		margin-bottom: 32px;
	}
}
#price .list_kagu .blk_kagu .lo .txt_blk .ul_cat > li {
	line-height: 1.8;
	font-size: 18px;
}
@media (max-width: 1000px) {
	#price .list_kagu .blk_kagu .lo .txt_blk .ul_cat > li {
		font-size: 24px;
		margin: 8px auto 16px;
	}
}
#price .list_kagu .blk_kagu .lo .txt_blk .ul_cat > li > dl {
	letter-spacing: -.4em;
}
@media (max-width: 1000px) {
	#price .list_kagu .blk_kagu .lo .txt_blk .ul_cat > li > dl {
		overflow: hidden;
	}
}
#price .list_kagu .blk_kagu .lo .txt_blk .ul_cat > li > dl > dt, #price .list_kagu .blk_kagu .lo .txt_blk .ul_cat > li > dl > dd {
	letter-spacing: normal;
	display: inline-block;
}
#price .list_kagu .blk_kagu .lo .txt_blk .ul_cat > li > dl > dd.price {
	margin-left: 1em;
}
@media (max-width: 1000px) {
	#price .list_kagu .blk_kagu .lo .txt_blk .ul_cat > li > dl > dd.price {
		float: right;
	}
}

#faq {
	padding-bottom: 100px;
	background: #452a15;
}
@media (max-width: 1000px) {
	#faq {
		padding-bottom: 30px;
	}
}
#faq h2 {
	padding: 100px 0px 25px;
	text-align: center;
}
@media (max-width: 1000px) {
	#faq h2 {
		padding-top: 50px;
		padding-right: 70px;
	}
}
#faq .read {
	margin-bottom: 40px;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	line-height: 1.6;
	color: #fff;
}
#faq .item {
	margin-bottom: 30px;
	padding: 40px;
	background: #fff;
}
#faq .item:last-child {
	margin-bottom: 0px;
}
#faq .item h3 {
	margin-bottom: 25px;
	padding: 8px 0px 20px 65px;
	background: url(site/img/q.svg) left top no-repeat;
	border-bottom: 1px solid #452a15;
	line-height: 1;
	font-size: 28px;
	color: #452a15;
}
@media (max-width: 1000px) {
	#faq .item h3 {
		line-height: 1.2;
	}
}
#faq .item .text {
	padding-left: 65px;
	background: url(site/img/a.svg) left top no-repeat;
	font-size: 18px;
	line-height: 1.8;
}
@media (max-width: 1000px) {
	#faq .item .text {
		font-size: 24px;
	}
}
#faq .item .text a {
	color: #c00;
	font-weight: bold;
}
#faq .item .text span {
	font-size: 27px;
}
#faq .item dl {
	line-height: 1.8;
}
@media (min-width: 1001px) {
	#faq .item dl {
		float: left;
		width: 450px;
		font-size: 18px;
	}
	#faq .item dl + dl {
		margin-left: 20px;
	}
}
#faq .item dl dt {
	margin: 1.5em 0px 1em;
	padding: 0.6em 0.8em;
	background: #452a15;
	color: #fff;
	line-height: 1;
}
#faq .item dl dd {
	padding: 0px 0.8em;
}

#contact {
	padding-bottom: 60px;
	background: url(site/img/img06.jpg) center top no-repeat;
	background-size: cover;
}
#contact h2 {
	padding: 80px 0px 40px;
	text-align: center;
}
@media (max-width: 1000px) {
	#contact h2 {
		padding-top: 50px;
		padding-right: 70px;
	}
}
#contact .box {
	margin-bottom: 40px;
	padding: 40px;
	background: #fff;
}
#contact .box .read {
	font-size: 16px;
}
@media (max-width: 1000px) {
	#contact .box .read {
		margin-bottom: 0.3em;
		font-size: 24px;
	}
}
#contact .box .note {
	margin-bottom: 1em;
}
@media (max-width: 1000px) {
	#contact .box .note {
		font-size: 18px;
		padding-left: 1em;
		text-indent: -1em;
	}
}
#contact .box table {
	width: 100%;
}
#contact .box table th, #contact .box table td {
	padding: 10px 0px;
	border-bottom: 1px solid #e4e4e4;
	font-size: 14px;
}
@media (max-width: 1000px) {
	#contact .box table th, #contact .box table td {
		display: block;
		font-size: 24px;
		padding-bottom: 20px;
	}
}
#contact .box table th {
	width: 12em;
}
@media (max-width: 1000px) {
	#contact .box table th {
		width: auto;
		border: none;
		padding-bottom: 0px;
		padding-top: 20px;
	}
}
#contact .box table tr:last-child th, #contact .box table tr:last-child td {
	border: none;
	padding-bottom: 0px;
}
#contact .box table .title {
	font-weight: bold;
}
@media (max-width: 1000px) {
	#contact .box table .title {
		margin-bottom: 0px;
		padding-top: 20px;
	}
}
#contact .box table th span, #contact .box table .title span {
	font-weight: normal;
	margin-left: 1em;
}
#contact .box table [type=text] {
	width: 80%;
	background: #f2f2f2;
}
#contact .box table .zip {
	width: 8em;
	margin-left: 0.5em;
}
#contact .box table .mail {
	width: 80%;
	background: #f2f2f2;
}
#contact .box table .mt {
	margin-top: 0.8em;
}
#contact .box table .mwform-zip-field .zip {
	width: 8em;
	margin: 0 0.5em;
}
#contact .box table .mwform-zip-field .zip:first-child {
	margin-left: 0;
}
#contact .box table .mwform-tel-field .tel {
	width: 8em;
	margin: 0 0.5em;
}
#contact .box table .mwform-tel-field .tel:first-child {
	margin-left: 0;
}
#contact .box table .zipbtn {
	margin-left: 10px;
	display: inline-block;
	padding: 0.4em 1em;
	background: #000;
	color: #fff;
}
#contact .box table dl dt, #contact .box table dl dd {
	float: left;
	margin-top: 10px;
}
@media (max-width: 1000px) {
	#contact .box table dl dt, #contact .box table dl dd {
		float: none;
	}
}
#contact .box table dl dt {
	clear: both;
	width: 90px;
	padding-top: 0.3em;
}
@media (max-width: 1000px) {
	#contact .box table dl dt {
		width: auto;
	}
}
#contact .box table dl dd {
	width: 520px;
}
@media (max-width: 1000px) {
	#contact .box table dl dd {
		width: auto;
	}
}
#contact .box table dl dd [type=text] {
	width: 100%;
}
#contact .box table p {
	margin-bottom: 0.5em;
}
#contact .box table ul li {
	margin-top: 10px;
}
@media (max-width: 1000px) {
	#contact .box table ul li {
		width: 100%;
		margin-top: 20px;
	}
	#contact .box table ul li input {
		width: 100%;
	}
}
#contact .box table .images {
	font-size: 0px;
	line-height: 0px;
}
#contact .box table .images li {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
}
#contact .box table .images li:last-child {
	margin-right: 0px;
}
#contact .box table .images li img {
	width: 100%;
}
#contact .box table textarea {
	width: 100%;
	min-height: 14em;
	margin-top: 0.5em;
}
#contact .send {
	text-align: center;
}
#contact .send .button {
	background: url(site/img/confirm.png) no-repeat;
	width: 510px;
	height: 97px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
}
#contact .send .button:after {
	z-index: -1;
	background: url(site/img/confirm_o.png) no-repeat;
}
#contact .send .button:hover {
	background: url(site/img/confirm_o.png) no-repeat;
}
#contact .send .btn_send {
	background: url(site/img/send.png) no-repeat;
	width: 510px;
	height: 97px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
}
#contact .send .btn_send:after {
	z-index: -1;
	background: url(site/img/send.png) no-repeat;
}
#contact .send .btn_send:hover {
	background: url(site/img/send.png) no-repeat;
}
#contact .send a:hover {
	opacity: 1;
}

#access h2 {
	padding: 110px 0px 30px;
	text-align: center;
}
@media (max-width: 1000px) {
	#access h2 {
		padding-top: 50px;
	}
}

.main_page {
	margin-top: 80px;
}
@media (max-width: 1000px) {
	.main_page {
		padding-top: 50px;
	}
}

.error {
	margin: 8px 0 0;
	color: #c00;
}

#complete {
	text-align: center;
}
#complete h2 {
	padding-top: 120px;
	margin-bottom: 1em;
	font-size: 28px;
}
#complete p {
	margin-bottom: 2em;
	font-size: 16px;
	line-height: 1.8;
}
@media (max-width: 1000px) {
	#complete p {
		font-size: 24px;
	}
}

/*----------------------- footer --------------------------*/
footer {
	padding: 40px 0px 0px;
	text-align: center;
}
footer .number {
	margin-bottom: 0.5em;
	font-size: 14px;
	line-height: 1.8;
}
@media (max-width: 1000px) {
	footer .number {
		font-size: 22px;
	}
}
footer address {
	padding: 1.5em 0px 0px;
	font-size: 14px;
	line-height: 1.8;
}
footer address .txt_mail {
	display: block;
	text-align: center;
	margin: 16px auto;
}
footer address .txt_mail img {
	height: 27px;
}
@media (max-width: 1000px) {
	footer address .txt_mail {
		margin: 32px auto;
	}
	footer address .txt_mail img {
		height: 38px;
	}
}
@media (max-width: 1000px) {
	footer address {
		font-size: 24px;
	}
	footer address span {
		display: block;
	}
}
footer .link {
	padding: 0.5em 0px 3em;
}
@media (max-width: 1000px) {
	footer .link {
		padding-bottom: 2em;
	}
}
footer .link a {
	text-decoration: underline;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
footer .link a:hover {
	opacity: 1;
	color: #EE6E2D;
	text-decoration: underline;
}
footer .copy {
	padding: 1em 0px;
	background: #452a15;
	color: #fff;
	line-height: 1;
}
@media (max-width: 1000px) {
	footer .copy {
		font-size: 18px;
	}
}

.pagetop {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 300;
	width: 56px;
	height: 56px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
@media (max-width: 1000px) {
	.pagetop {
		width: 80px;
		height: 80px;
		bottom: 124px;
	}
}
.pagetop.active {
	bottom: 60px;
}
.pagetop a {
	display: block;
	height: 56px;
	padding-top: 30px;
	border: 3px solid #452a15;
	background: #fff url(site/img/common/top.svg) center 9px no-repeat;
	background-size: 26px 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	text-align: center;
	color: #452a15;
	letter-spacing: -0.1em;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	opacity: 0.6;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.pagetop a:hover {
	opacity: 1;
}
@media (max-width: 1000px) {
	.pagetop a {
		display: block;
		height: 80px;
		font-size: 14px;
		padding-top: 48px;
		background-size: 40px 28px;
	}
}

/*-----------------------------------------------------------
	クリアフィックス
-----------------------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

* html .clearfix {
	zoom: 1;
}

*:first-child + html .clearfix {
	zoom: 1;
}



/*# sourceMappingURL=taulabo.css.map */
