@charset "utf-8";

/*************************************************************
 メインカラー　オレンジ　#F8B62D　グリーン　#006934　薄オレンジ　#F7CD79
*************************************************************/
* {	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
a {text-decoration: none;}



.dark-gray {background-color: #999999;}
.bg-gray {background-color: #dddddd;}
.bg-light-gray {background-color: #f0f0f0;}
.bg-light-gray2 {background-color: #eeeeee;}
.bg_white {background-color: white !important;}

.clear {clear: both;}
.p_relative {position: relative;}
.p_center {text-align: center;}


/* HTML5に対応していないブラウザ対策 */
article, aside, figure, footer, header, hgroup, nav, section {
	display:block;
}



/* はみ出し対策 */
body {
	width:100%;
	min-width:320px;
	background:#FFF;
}

.radius_5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.radius_8 {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

/* 影 */
.box-shadow {
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
}
/* 影 下方向だけ*/
.box-under-shadow {
	box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
}

/* margin */
.ma-tb30 {margin: 30px 0;}
.ma-t30 {margin-top: 30px;}
.ma-b30 {margin-bottom: 30px;}





/*---------------------------------------------------------------*/
/* パンくずリスト
------------------------------------------------------------------------ */
.breadcrumb {
	width: 1072px;
	font-size: 1em;
	padding-left:0;
	margin: 10px auto;
	margin-left: 50px;
}

.breadcrumb li{
  display:inline;
  list-style: none;
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #999;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #999;
}

.breadcrumb li:first-child a:before{/*家アイコン*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
	color: #F8B62D;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

@media only screen and (min-width:481px) and (max-width:960px) {/*---tablet用*/
}
@media screen and (max-width:480px) {/*---------------------------------スマホ用*/
	.breadcrumb {
		width: 90%;
		font-size: 0.8em;
		padding-left:0;
		margin: 10px auto;
		margin-left: 10px;
	}
}

/*************************************************************
 fadeInUp
*************************************************************/
.fadeInUp {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(24px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(24px);
		-ms-transform: translateY(24px);
		transform: translateY(24px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

/*************************************************************
 topMainv
*************************************************************/
@media screen and (min-width:961px) {
	#topMainv_wrap {
		position: relative;
		/* height: 540px; */
		background-color: #fff;
		min-width: 1072px;
	}
}

#topMainv {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
}

.topMainv_content {
	height: 100%;
	width: 100%;
	position: absolute;
	-webkit-transition: opacity 1600ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 1600ms cubic-bezier(0.23, 1, 0.32, 1);
	opacity: 0;
	top: 0;
	overflow: auto;
}


#topMainvMessage {
	position: absolute;
	width: 100%;
	height: auto;
	margin-top: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 100;
	opacity: 0;
	/* -webkit-transition: all 2400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); */
	/* transition: all 2400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); */
	top: 130px;
	text-align: center;
}

#topMainvMessage_img {
	margin-top: -3%;
}

#topMainvMessage_inner {
	position: absolute;
	width: 100%;
	z-index: 100;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 15%;
}

.topMainv_img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	overflow: auto;
}

.topMainv_off {
}

.topMainv_on {
	opacity: 0;
	-webkit-transition: opacity 1600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 1600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#topMainv01 {
}

#topMainv01 .topMainv_off {
	background-image: url(../img/slider/img_top_main01_off.jpg);
}

#topMainv01 .topMainv_message {
}

#topMainv01 .topMainv_on {
	background-image: url(../img/slider/img_top_main01.jpg);
}

#topMainv02 {
}

#topMainv02 .topMainv_off {
	background-image: url(../img/slider/img_top_main02_off.jpg);
}

#topMainv02 .topMainv_on {
	background-image: url(../img/slider/img_top_main02.jpg);
}

#topMainv03 {
}

#topMainv03 .topMainv_off {
	background-image: url(../img/slider/img_top_main03_off.jpg);
}

#topMainv03 .topMainv_on {
	background-image: url(../img/slider/img_top_main03.jpg);
}

#topMainv04 {
}

#topMainv04 .topMainv_off {
	background-image: url(../img/slider/img_top_main04_off.jpg);
}

#topMainv04 .topMainv_on {
	background-image: url(../img/slider/img_top_main04.jpg);
}

#topMainvMessage_1 {
	max-width: 468px;
	margin: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-98%);
	-ms-transform: translateY(-98%);
	transform: translateY(-98%);
}

#topMainvMessage_2 {
	max-width: 468px;
	margin: auto;
	position: relative;
	top: 34%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#topMainvMessage_3 {
	max-width: 380px;
	margin: auto;
	position: relative;
	top: 36%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#topMainvMessage_4 {
	max-width: 380px;
	margin: auto;
	position: relative;
	top: 36%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.topMainv_message {
	opacity: 0;
	-webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
	position: absolute;
	z-index: 30;
	width: 100%;
	text-align: center;
	padding-top: 10%;
	top: 320px;
	-webkit-transform: translateY(-32%);
	-ms-transform: translateY(-32%);
	transform: translateY(-32%);
}

.topMainv_message > img {
}

.mainv_arrow {
	position: absolute;
	z-index: 100;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #000;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.mainv_arrow:hover {
	background-color: #3FA56A;
}

#topMainvLeftArrow {
	left: 0;
	background-image: url(../img/slider/mainv_arrow_left.png);
	background-position: 7px center;
}

#topMainvRightArrow {
	right: 0;
	background-image: url(../img/slider/mainv_arrow_right.png);
	background-position: 11px center;
}

#topMainvPointer {
	z-index: 50;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 17px;
}

.mainv_pointer {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ddd;
	margin: 0 4px;
}

.mainv_pointer.active {
	background-color: #3FA56A;
}

@media only screen and (min-width:481px) and (max-width:960px) {/*---tablet用*/
}
@media screen and (max-width:480px) {/*---------------------------------スマホ用*/
	#topMainv_wrap {
		position: relative;
		width: 100%;
		height: 350px;
		margin: 1px auto 0;
		background: #fff;
	}

	#topMainv {
		width: 100%;
		height: 55%;
		overflow: visible;
		top: 0;
	}

	.topMainv_content {
		position: absolute;
		height: 350px;
		width: 100%;
		top: 50%;
		margin: 0 auto 50px;
		overflow: hidden;
		opacity: 0;
		top: 0;
		-webkit-transition: opacity 1600ms cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 1600ms cubic-bezier(0.23, 1, 0.32, 1);
	}


	#topMainvMessage {
		position: absolute;
		width: 90%;
		height: auto;
		text-align: center;
		left: 0;
		right: 0;
		margin: 130px auto 0;
		background-position: center center;
		background-repeat: no-repeat;
		z-index: 100;
		opacity: 0;
		/* -webkit-transition: all 2400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); */
		/* transition: all 2400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); */
	}

	#topMainvMessage_img {
		margin-top: -3%;
	}

	#topMainvMessage_inner {
		position: absolute;
		width: 90%;
		z-index: 100;
		top: 40%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#topMainvMessage_inner img {
		width: 90%;
	}

	.topMainv_img {
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		position: absolute;
		overflow: auto;
	}

	#topMainv01 {
	}

	#topMainv01 .topMainv_off {
		width: 100%;
		height: 350px;
		background-image: url(../img/sp/mainimg01.jpg);
	}

	#topMainv01 .topMainv_on {
		background-image: url(../img/sp/mainimg01_off.jpg);
	}

	#topMainv02 {
	}

	#topMainv02 .topMainv_off {
		background-image: url(../img/sp/mainimg02.jpg);
	}

	#topMainv02 .topMainv_on {
		background-image: url(../img/sp/mainimg02_off.jpg);
	}

	#topMainv03 {
	}

	#topMainv03 .topMainv_off {
		background-image: url(../img/sp/mainimg03.jpg);
	}

	#topMainv03 .topMainv_on {
		background-image: url(../img/sp/mainimg03_off.jpg);
	}

	#topMainv04 {
	}

	#topMainv04 .topMainv_off {
		background-image: url(../img/sp/mainimg04.jpg);
	}

	#topMainv04 .topMainv_on {
		background-image: url(../img/sp/mainimg04_off.jpg);
	}

	.topMainv_message {
		position: absolute;
		width: 85%;
		text-align: center;
		top: 210px;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 30;
		-webkit-transform: translateY(-22%);
		-ms-transform: translateY(-22%);
		transform: translateY(-22%);
		opacity: 0;
		-webkit-transition: all 1800ms cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: all 1800ms cubic-bezier(0.645, 0.045, 0.355, 1);
	}

	.topMainv_message > img {
		width: 85%;
		text-align: center;
		margin: 0 auto;
	}


	#topMainvMessage {
		background-image: none;
	}

	#topMainvMessage_1 {
		max-width: 355px;
		-webkit-transform: translateY(-92%);
		-ms-transform: translateY(-92%);
		transform: translateY(-92%);
	}

	#topMainvMessage_2 {
		max-width: 574px;
		top: 40%;
		padding-top: 5px;
	}

	#topMainvMessage_3 {
		max-width: 515px;
		top: 44%;
	}

	#topMainvMessage_4 {
		max-width: 515px;
		top: 44%;
	}

	.mainv_arrow {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
		top: auto;
		bottom: 12px;
		height: 24px;
		width: 24px;
		background-size: 7px auto;
	}

	#topMainvLeftArrow {
	}

	#topMainvRightArrow {
	}
}

/*************************************************************
 page-top
*************************************************************/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

