@charset "UTF-8";


/*========================================

  Elements

========================================*/


body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: normal;
	position: relative;
	min-width: 1260px;
	margin: 0;
	padding: 0;
	color: #333;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}



html,
body {
	height: 100%;
}

@media screen and (max-width: 767px) {
	body {
		min-width: auto;
	}
}



p,
h1,
h2,
h3,
h4,
h5,
dt,
dd,
th,
td,
ul,
li {
	margin: 0;
	padding: 0;
}


p {
	line-height: 2em;
}

/* Link ---------------*/
a {
	overflow: hidden;
	text-decoration: none;
	color: #26b;
}

a:visited {
	text-decoration: none;
	color: #26b;
}

a:hover {
	text-decoration: underline;
	color: #49b;
}

a:focus,
textarea:focus,
input:focus {
	border: none;
	outline: none;
}

.anckerlink {
	display: block;
	margin-top: -80px;
	padding-top: 80px;
}

@media screen and (max-width: 767px) {
	.anckerlink {
		display: inline;
		margin-top: 0;
		padding-top: 0;
	}
}

img {
	vertical-align: bottom;
	border-style: none;
}

img {
	max-width: 100%;
	height: auto;
}


.spblock {
	display: none !important;
}

.pcblock {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.spblock {
		display: block !important;
	}

	.pcblock {
		display: none !important;
	}
}



/*========================================

  main

========================================*/
main {}

.mainbg {
	background: url(../img/bg.jpg) repeat center center;
	text-align: center;
	display: block;
	margin-top: -100px;
}

#bg {
	display: block;
	position: absolute;
	width: 100vw;
	height: 100vh;
	background-color: #f0aa3f;
	z-index: 2;
}

#wrap {
	position: relative;
	opacity: 0;
	transition: .3s;
	z-index: 2;
}

#wrap.show {
	opacity: 1;
}

.mainbg {
	opacity: 0;
	transition: 1s;
}

.mainbg.show {
	opacity: 1;
}



/* hero ---------------*/
.hero {
	position: relative;
	height: 960px;
}

.hero .bg {
	position: absolute;
	background-image: url(../img/hero_bg_pc.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	height: 960px;
	width: 100vw;
	z-index: 5;
}

@media screen and (min-width: 2919px) {
	.hero {
		height: 33vw;
	}

	.hero .bg {
		background-size: cover;
		height: 33vw;
	}
}


.hero .txt {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding-top: 140px;
	z-index: 10;
	box-sizing: border-box;
}

.hero .txt h2 {
	padding-top: 50px;
}

.hero .txt .donut {
	position: absolute;
	bottom: 0;
	right: -110px;
	z-index: 10;
}

.main_innr {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.mainbg {
		margin-top: -5vw;
	}

	.hero {
		height: 150vw;
	}

	.hero .bg {
		background-image: url(../img/hero_bg_sp.png);
		background-size: cover;
		height: 150vw;
	}

	.hero .txt {
		position: relative;
		width: 90%;
		padding-top: 25vw;
	}

	.hero .txt h2 {
		padding-top: 5vw;
	}

	.hero .txt .donut {
		position: absolute;
		bottom: -17vw;
		width: 15vw;
		right: 0;
		left: 0;
		margin: 0 auto;
	}

	.hero .txt .donut img {
		width: 15vw;
	}


	.main_innr {
		width: 88%;
	}
}



/* #sec001 ---------------*/
#sec001 .box {
	display: flex;
	justify-content: space-between;
	width: 1040px;
	margin: 0 auto;
	padding-top: 170px;
	padding-bottom: 60px;
}

#sec001 .box .txt {
	text-align: left;
}

#sec001 .box .txt p {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	#sec001 .box {
		flex-direction: column;
		width: 86%;
		margin: 0 auto;
		padding-top: 13vw;
		padding-bottom: 8vw;
	}

	#sec001 .box .photo img {
		width: 100%;
	}

	#sec001 .box .txt {
		margin-top: 5vw;
	}

	#sec001 .box .txt p {
		margin-top: 5vw;
	}
}



/* #sec002 ---------------*/
#sec002 {
	background: url(../img/02_bg_pc.png?v3);
	background-repeat: no-repeat;
	width: 1200px;
	height: 1114px;
	box-sizing: border-box;
	padding-top: 120px;
}

#sec002 .wrap {
	padding-left: 50px;
}

#sec002 .box {
	display: flex;
	flex-wrap: wrap;
	width: 770px;
	margin: 0 auto;
}

#sec002 .box .item {
	width: 345px;
	text-align: left;
	margin-top: 25px;
}


#sec002 .box .item:first-child,
#sec002 .box .item:nth-child(3) {
	margin-right: 25px;
}

#sec002 .box .item span img {
	width: 345px;
}

#sec002 .box .item p {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	#sec002 {
		background: url(../img/02_bg_sp.png?v3);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 100%;
		margin: 0 auto;
		height: 424vw;
		box-sizing: border-box;
		padding-top: 22vw;
	}

	#sec002 .wrap {
		padding-left: 0;
	}

	#sec002 .innr {
		width: 86%;
		margin: 0 auto;
	}

	#sec002 .box {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		margin: 0 auto;
	}

	#sec002 .box .item {
		width: 100%;
		text-align: left;
		margin-top: 8vw;
	}


	#sec002 .box .item:first-child,
	#sec002 .box .item:nth-child(3) {
		margin-right: 0;
	}

	#sec002 .box .item.i03 {
		margin-top: 14vw;
	}

	#sec002 .box .item span img {
		width: 100%;
	}

	#sec002 .box .item:last-child {
		width: 100%;
	}

	#sec002 .box .item p {
		margin-top: 3vw;
	}
}



/* #sec003 ---------------*/
#sec003 {
	padding-top: 70px;
	padding-bottom: 20px;
}

#sec003 .h2_box {
	position: relative;
	width: 725px;
	margin: 0 auto;
}

#sec003 .h2_box h2,
#sec003 .h2_box h3 {
	position: relative;
	z-index: 3;
}

#sec003 .h2_box h3 {
	margin-right: 30px;
	margin-top: 20px;
}

#sec003 .h2_box h3 img {
	max-width: 795px;
	width: 795px;
}

#sec003 .h2_box span {
	position: absolute;
	top: -55px;
	right: -150px;
	z-index: 2;
}

#sec003 .box {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 720px;
	margin-top: 30px;
	z-index: 4;
}

#sec003 .box.bc {
	width: 810px;
	justify-content: center;
	margin-right: 0;
	margin-left: 240px;
	margin-top: 0px;
}

#sec003 .wrap {
	background-image: url(../img/05_bg_pc.png?v2508);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding-bottom: 50px;
}

#sec003 .box.bc.bc2 {
	position: relative;
	margin-top: -15px;
}

#sec003 .box.bc.bc2 .txt {
	position: absolute;
	right: -110px;
	top: -10px;
}

#sec003 .box.bc.bc2.one .txt {
	left: -100px;
	top: -30px;
	right: auto;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	#sec003 .wrap {
		background-image: url(../img/05_bg_sp.png?v2508);
		background-position: 0 0;
		background-size: 45vw auto;
		padding-bottom: 0;
	}

	#sec003 .box.bc.bc2 {
		position: relative;
		margin-top: 0vw;
	}

	#sec003 .box.bc.bc2.one .txt,
	#sec003 .box.bc.bc2 .txt {
		position: relative;
		right: auto;
		left: auto;
		top: auto;
		padding-bottom: 10px;
		text-align: right;
	}

	#sec003 .box.bc.bc2 .txt img {
		width: 30vw;
	}
}

#sec003 .box .item {
	position: relative;
	width: 345px;
	text-align: left;
}

#sec003 .box.one .item {
	width: 100%;
	display: flex;
	margin-left: 80px;
}

#sec003 .box.one .item span {
	margin-right: 20px;
}

#sec003 .box.one .item span img {
	width: 345px;
}

#sec003 .box.one .item p {
	margin-top: 0px;
}


#sec003 .box .item.ilong {
	width: 433px;
	margin-left: 30px;
}

#sec003 .box .item.ilong span img {
	width: 345px;
	height: auto;
}

#sec003 .box .item.itlong {
	width: 880px;
	display: flex;
	justify-content: space-between;
}

#sec003 .box .item.itlong .imgbox {
	width: 345px;
}

#sec003 .box .item.itlong .txtbox {
	margin-top: 10px;
}

#sec003 .box .item p {
	margin-top: 10px;
}

#sec003 .box .item.itlong p {
	margin-top: 10px;
	margin-left: 10px;
}

#sec003 .box .item .grape {
	position: absolute;
	top: 130px;
	left: -120px;
}

#sec003 .box .item .marron {
	position: absolute;
	top: 250px;
	right: -120px;
}

#sec003 .box .item .mrk {
	position: absolute;
	top: -25px;
	left: -90px;
}

#sec003 .box .item .point {
	position: absolute;
	top: -30px;
	right: 0px;
}

#sec003 .h2_box2 {
	position: relative;
	text-align: left;
	width: 725px;
	margin: 0 auto;
	margin-top: 80px;
}

#sec003 .h2_box2 span {
	position: absolute;
	top: -50px;
	right: 75px;
}

#sec003 .h2_box2 span img {
	width: 100px;
}

#sec003 .box2 {
	display: flex;
	align-items: flex-end;
	width: 720px;
	margin: 0 auto;
	margin-top: 30px;
}

#sec003 .box2 .photo {
	position: relative;
	width: 345px;
	margin-right: 30px;
}

#sec003 .box2 .photo .t1213 {
	position: absolute;
	top: -10px;
	right: -130px;
}

#sec003 .box2 .photo .t1213 img {
	width: 160px;
}

@media screen and (max-width: 767px) {
	#sec003 {
		padding-top: 12vw;
		padding-bottom: 7vw;
	}

	#sec003 .innr {
		width: 86%;
		margin: 0 auto;
	}

	#sec003 .h2_box {
		width: 100%;
	}


	#sec003 .h2_box h3 {
		margin-right: 0;
		text-align: left;
		margin-top: 5vw;
	}

	#sec003 .h2_box h3 img {
		max-width: 80%;
		width: 80%;
	}

	#sec003 .h2_box span {
		position: absolute;
		top: -12vw;
		right: -4vw;
	}

	#sec003 .h2_box span img {
		width: 30vw;
	}

	#sec003 .box {
		flex-direction: column;
		width: 100%;
		margin-top: 8vw;
	}


	#sec003 .box.bc {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-top: 0;
	}

	#sec003 .box .item {
		width: 100%;
	}

	#sec003 .box.bc.bc2 {
		margin-top: 5vw;
	}

	#sec003 .box.one .item {
		width: 100%;
		display: block;
		margin-left: 0;
	}

	#sec003 .box.one .item span {
		margin-right: 0;
	}

	#sec003 .box.one .item span img {
		width: 100%;
	}

	#sec003 .box.one .item p {
		margin-top: 3vw;
	}




	#sec003 .box .item.ilong {
		width: 100%;
		margin-left: 0;
	}

	#sec003 .box .item.ilong span img {
		width: 100%;
	}


	#sec003 .box .item.itlong {
		width: 100%;
		display: block;
		padding-bottom: 0;
	}

	#sec003 .box .item.itlong .imgbox {
		width: 100%;
	}

	#sec003 .box .item.itlong .txtbox {
		margin-top: 2vw;
	}

	#sec003 .box .item.itlong .txtbox span img {
		width: 100%;
	}

	#sec003 .box .item:last-child {
		margin-top: 7vw;
	}

	#sec003 .box.one .item:last-child {
		margin-top: 0;
	}

	#sec003 .box .item p {
		margin-top: 3vw;
	}

	#sec003 .box .item.itlong p {
		margin-top: 2vw;
		margin-left: 0;
	}

	#sec003 .box .item .grape {
		position: absolute;
		top: 73vw;
		left: 53vw;
	}

	#sec003 .box .item .grape img {
		width: 20vw;
	}

	#sec003 .box .item .marron {
		position: absolute;
		top: 75vw;
		right: 0;
	}

	#sec003 .box .item .marron img {
		width: 15vw;
	}

	#sec003 .box .item.itmt {
		margin-top: 15vw;
	}

	#sec003 .box .item .mrk {
		position: absolute;
		top: -5vw;
		left: -12vw;
	}

	#sec003 .box .item .mrk img {
		width: 30vw;
	}

	#sec003 .box .item .point {
		top: -12vw;
	}

	#sec003 .box .item .point img {
		width: 100%;
	}


	#sec003 .h2_box2 {
		width: 100%;
		margin-top: 15vw;
	}

	#sec003 .h2_box2 span {
		position: absolute;
		top: 1vw;
		right: 10vw;
	}

	#sec003 .h2_box2 span img {
		width: 15vw;
	}

	#sec003 .box2 {
		flex-direction: column;
		width: 100%;
		margin-top: 15vw;
	}

	#sec003 .box2 .photo {
		width: 100%;
		margin-right: 0;
	}

	#sec003 .box2 .photo .t1213 {
		position: absolute;
		top: -13vw;
		right: 47vw;
	}

	#sec003 .box2 .photo .t1213 img {
		width: 26vw;
	}

	#sec003 .box2 .txt {
		margin-top: 3vw;
	}
}



/* #sec004 ---------------*/
#sec004 {
	background: #f0aa3f url(../img/04_bg_2_pc.png);
	background-repeat: no-repeat;
	width: 1200px;
	padding-top: 60px;
}

#sec004 .h2_box h2 {
	padding-top: 70px;
}

#sec004 .box {
	position: relative;
	padding-top: 60px;
}

#sec004 .box .hako {
	position: relative;
	z-index: 6;
}

#sec004 .box .flower {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

#sec004 .box p {
	position: relative;
	margin-top: 30px;
	z-index: 7;
}

#sec004 .box ul {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 610px;
	margin: 0 auto;
	margin-top: 20px;
	z-index: 8;
}

#sec004 .box ul li {
	list-style: none;
	margin-top: 10px;
}

#sec004 .box ul li a img {
	width: 295px;
}

#sec004 .box ul li a:hover {
	opacity: .7;
	transition: .3s;
}

#sec004 .house {
	display: block;
	margin-top: 80px;
}

#sec004 .house img {
	width: 400px;
}

@media screen and (max-width: 767px) {
	#sec004 {
		background: #f0aa3f url(../img/04_bg_2_sp.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 100%;
		padding-top: 5vw;
	}

	#sec004 .h2_box h2 {
		padding-top: 12vw;
	}

	#sec004 .box {
		width: 86%;
		margin: 0 auto;
		padding-top: 10vw;
	}

	#sec004 .box .flower {
		position: absolute;
		top: 0vw;
		right: -6vw;
	}

	#sec004 .box .flower img {
		width: 55vw;
	}

	#sec004 .box p {
		margin-top: 5vw;
	}

	#sec004 .box ul {
		display: block;
		width: 100%;
		margin-top: 5vw;
	}

	#sec004 .box ul li {
		margin-top: 4vw;
	}

	#sec004 .box ul li a img {
		width: 100%;
	}

	#sec004 .house {
		margin-top: 10vw;
	}

	#sec004 .house img {
		width: 70vw;
	}
}



footer {
	position: relative;
	text-align: center;
	background-color: #00493a;
	padding: 30px 0 20px 0;
	margin-top: -1px;
	z-index: 20;
}

footer img {
	width: 400px;
}

@media screen and (max-width: 767px) {
	footer {
		text-align: center;
		background-color: #00493a;
		padding: 0 0 3vw 0;
	}

	footer img {
		width: 70vw;
	}
}