@charset "utf-8";

html,
body {
	width: 100%;
}

html {
	overflow-x: hidden;
}

#main_wrapper {
	width: 100%;
}

#sub_wrapper {}

#left_clumn {
	display: none;
}

#right_clumn {
	margin: 0;
	width: 100%;
}

@media screen and (min-width:781px) {


	#left_clumn {
		position: absolute;
		display: inline-block;
		width: 15%;
		top: 60px;
		margin: 0;
	}

	#right_clumn {
		position: relative;
		width: 85%;
		left: 15%;
		padding-top: 40px;
		height: 100%;
		display: inline-block;
	}

}


#cont_head {
	position: relative;
	top: 60px;
	width: 100%;
	z-index: 90;
}

#main_wrapper {
	width: 100%;
}


@media screen and (min-width:781px) {

	#cont_head {
		top: 100px;

	}

}



#page_title {
	width: 80%;
	height: 100%;
}

@media screen and (min-width:781px) {
	#page_title {
		width: 100%;
	}

}


#page_title #title_frame {
	display: block;
	width: 100%;
	height: 100%;

}


#page_title #title_frame span:first-of-type {
	display: block;
	margin: 0 auto 20px;
	width: 30px;
	height: 200px;
	background-image: url(img/%E9%88%B4%E6%9C%A8%E8%8A%B1%E5%8D%89%E5%9C%92.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}


@media screen and (min-width:781px) {

	#page_title #title_frame #name_logo {
		display: block;
		background-image: url(img/AMIE-01.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		height: 75px;
		width: 50px;
		margin: 50px auto 0;
	}


}


#cont_head #sp_title {
	float: left;
	width: 20%;
	height: 250px;
}


#cont_head #sp_title #name {
	background-image: url(img/%E9%88%B4%E6%9C%A8%E8%8A%B1%E5%8D%89%E5%9C%92.svg);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 150px;
	margin: 0 auto;
	background-size: contain;
}


#cont_head #sp_title #name::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	padding-bottom: 150%;
}


#cont_head #sp_title #logo {
	margin-top: 30px;
	background-image: url(img/AMIE-01.svg);
	background-position: center center;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#cont_head #sp_title #logo::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	padding-bottom: 50px;
}


#cont_head #head_photo {
	float: left;
	margin-top: 35px;
	width: 80%;
	height: auto;
	/*	padding-top: 155%;*/
	/*
	background-image: url(img/farm/SP/SPfarm_1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
*/
	z-index: 92;
	position: relative;
}

#cont_head #head_photo::before {
	content: "";
	display: block;
	padding-top: 155%;
}

#cont_head #head_photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}



#cont_head #head_photo span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}



@media screen and (min-width:781px) {

	#cont_head #sp_title {
		display: none;
	}

	#cont_head #head_photo {
		float: left;
		margin-left: 5%;
		margin-top: 35px;
		width: 100%;
		margin: 0;
		padding-top: 64%;
		background-image: url(img/farm/PC/PCfarm_1.jpg);
	}
}


#contents_wrapper {
	position: relative;
	margin: 0 auto 0;
	width: 96.5%;
	height: 100%;
	z-index: 91;
}

@media screen and (min-width:781px) {

	#contents_wrapper {
		width: 100%;
	}

}


#contents {
	position: relative;
	margin: 0 auto;
	padding-bottom: 50px;
	width: 100%;
}


.side_area {
	width: 85%;
	margin: 0 auto;
}


@media screen and (min-width:781px) {
	.side_area {
		width: 85%;
		margin-right: 10%;
	}
}



#contents .pict_flame {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 150%;
	position: relative;
	margin: 50px auto 20px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

#contents .pict_flame > span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.side_area #house {
	background-image: url(img/farm/SP/SPfarm_2.jpg);
	background-size: cover;
}

.side_area #house_02 {
	margin-top: 40px !important;
	background-image: url(img/farm/house_02.jpg);
	background-size: cover;
}

.side_area #fild {
	background-image: url(img/farm/SP/SPfarm_3.jpg);
}

.side_area #add {
	background-image: url(img/farm/SP/SPfarm_4.jpg);
}

.side_area #farm_01 {
	background-image: url(img/farm/farm_01.jpg);
	background-size: cover;
}

.side_area #farm_02 {
	background-image: url(img/farm/farm_02.jpg);
	background-size: cover;
}

.side_area #farm_03 {
	background-image: url(img/farm/farm_03.jpg);
	background-size: cover;
}



@media screen and (min-width:781px) {

	.side_area #house {
		background-image: url(img/farm/PC/PCfarm_2.jpg);
	}

	.side_area #fild {
		background-image: url(img/farm/PC/PCfarm_3.jpg);
	}

	.side_area #add {
		background-image: url(img/farm/PC/PCfarm_4.jpg);
	}

}



#cont_head #head_box {
	width: 100%;
}


#about {
	display: inline-block;
	width: 100%;
	margin: 100px auto 0;
}

#about > span {
	display: inline-block;
	margin: 0 10% 0;
}


#about .sub-title {
	width: 10%;
	padding-top: 7px;
	float: right;
	font-size: 26px;
	font-weight: 100;
	letter-spacing: 17px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	margin-left: 10px;
	white-space: nowrap;
}

@media screen and (min-width:781px) {
	#about .sub-title {}
}

#about .sub-contents {
	width: 85%;
	float: right;
	line-height: 28px;
	letter-spacing: 5px;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (min-width:781px) {


	#cont_head #page_title {
		float: left;
		width: 10%;
	}

	#cont_head #head_box {
		float: left;
		display: inline-block;
		width: 100%;
	}

	#cont_head #head_box::after {
		display: table;
		content: "";
		clear: both;
	}

	#about {
		display: none;
	}

	#about > span {
		width: 810px;
		margin: 0 auto;
		display: block;
	}


	#about .sub-title {
		font-size: 30px;
		padding: 0;
		margin: 0;
	}


	#about .sub-contents {
		width: auto;
		/*        font-size: 16px;*/
		line-height: 3em;
		letter-spacing: 8px;
		height: 370px;
		padding-right: 5px;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}

	#about .sub-contents span {
		display: block;
	}
}



#about .sub-contents::after {
	display: block;
	content: "";
	clear: both;
}

#contents .cont-parts {
	display: inline-block;
	vertical-align: top;
}

#contents .side-parts {
	margin-left: 9px;
}

@media screen and (min-width:781px) {

	.side_area {
		display: inline-block;
		margin-top: 40px;
	}

	#contents .pict_flame {
		float: left;
		margin: 0;
		padding-top: 66%;
	}

	#contents .side-parts {
		float: left;
		margin: 0 6%;
		/*        width: 44%;*/
	}

	#contents .side-parts::after {
		content: "";
		display: block;
		clear: both;
	}

}

#contents .side-title {
	font-size: 21px;
	letter-spacing: 10px;
	margin-top: 32px;
	line-height: 1.3;
}

#contents .side-title::after {
	margin-bottom: 30px;
	display: block;
	content: "";
	width: 46px;
	height: 35px;
	border-bottom: solid 1px;
}

@media screen and (min-width:781px) {

	#contents .side-title {
		margin-top: 39px;
		font-size: 25px;
		letter-spacing: 12px;
		font-weight: 100;
	}


	#contents .side-title::after {
		height: 40px;
		width: 49px;
		margin-bottom: 40px;
	}

}

#contents .side-contents {
	font-weight: lighter;
	line-height: 29px;
	letter-spacing: 9px;
	text-align: justify;
	text-justify: inter-ideograph;
}


@media screen and (min-width:781px) {

	#contents .side-contents {
		font-size: 16px;
		letter-spacing: 8px;
		line-height: 36px;
	}
}

#bottom_cont {
	display: inline-block;
	width: 85%;
	margin: 120px 7.5% 0px;
	text-align: justify;
	text-justify: inter-ideograph;
}


#bottom_cont::after {
	content: "";
	display: block;
	width: 100px;
	height: 400px;
}


@media screen and (min-width:781px) {
	#bottom_cont {
		display: inline-block;
		margin: 100px 0 0;
	}
}


#bottom_cont #bottom_title {
	display: inline-block;
	margin-right: 3%;
	float: left;
	text-align: center;
}


#bottom_cont #bottom_title #main_bottom {
	font-size: 26px;
	letter-spacing: 23px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}



#bottom_cont #sub_bottom_box {
	margin: 0 auto;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	margin-top: 10px;
	font-size: 13px;
	letter-spacing: 3px
}

#bottom_cont #bottom_title #sub_bottom {
	margin-top: 15px;
	font-size: 13px;
	letter-spacing: 3px
}



#bottom_cont #bottom_box {
	float: left;
	width: 83%;
	padding: 0 0 0 30px;
}



@media screen and (min-width:781px) {


	#bottom_cont #bottom_title {
		width: 10%;
		margin: 0;
	}

	#bottom_cont #bottom_title #main_bottom {
		float: left;
		margin: 0;
		font-size: 45px;
		letter-spacing: 12px;
	}

	#bottom_cont #sub_bottom_box {
		margin-top: 5px;
	}

	#bottom_cont #bottom_title #sub_bottom {
		font-size: 20px;
		letter-spacing: 5px;
		padding-left: 45px;
		margin-top: 0;
	}

	#bottom_cont #bottom_box {
		margin-left: 43px;
		width: 85%;
		padding: 0;
	}


}


@media screen and (min-width:781px) and (max-width:1260px) {

	/*　画面サイズが768pxから1024pxまではここを読み込む　*/
	#bottom_cont #bottom_title #sub_bottom {
		padding-left: 3%;
	}

	#bottom_cont #bottom_box {
		width: 88%;
		margin-left: 0;
		padding: 0 0 0 6%;
	}

	#bottom_cont #bottom_title {
		width: 12%;
	}
}


@media screen and (min-width:781px) and (max-width:1000px) {
	#bottom_cont #bottom_title #sub_bottom {
		padding-left: 0;
		margin-left: 10px;
	}

	#bottom_cont #bottom_box {
		width: 84%;
		margin-left: 0;
		padding: 0 0 0 6%;
	}

	#bottom_cont #bottom_title {
		width: 16%;
	}
}


#bottom_cont #bottom_box #up_bottom {
	font-size: 18px;
	letter-spacing: 5px;
	line-height: 1.8;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-justify: inter-ideograph;
}

#bottom_cont #bottom_box #up_bottom::after {
	display: block;
	content: "";
	width: 50px;
	margin: 40px auto 40px 0;
	border-bottom: solid 1px;
}

#bottom_cont #bottom_box #down_bottom {
	line-height: 27px;
	letter-spacing: 9px;
}


@media screen and (min-width:781px) {



	#bottom_cont #bottom_box #up_bottom {
		font-size: 28px;
		letter-spacing: 9px;
		line-height: 47px;
	}

	#bottom_cont #bottom_box #up_bottom br {
		display: none;
	}

	#bottom_cont #bottom_box #up_bottom > span {
		display: block;
	}

	#bottom_cont #bottom_box #down_bottom {
		letter-spacing: 9px;
		line-height: 30px;
	}

}

@media screen and (min-width:1260px) {

	#bottom_cont #bottom_title #sub_bottom {
		padding-left: 0;
		margin-left: 10px;
	}

	#bottom_cont #bottom_box {
		width: 90%;
		margin-left: 0;
		padding: 0 0 0 6%;
	}

	#bottom_cont #bottom_title {
		width: 10%;
	}

}


.sub_text {
	font-size: 14.5px;
}


@media screen and (min-width:781px) {
	.sub_text {}
}

.main_contents {
	width: 100%;
}


@media screen and (min-width:781px) {

	#contents .cont-parts#about {
		display: none;
	}

	.main_contents {
		margin-left: 15%;
		widows: 85%;
	}
}

.head_wrapper {
	width: 100%;
}

.head_wrapper .head_inner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.head_inner .amie_title {
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 60px;
}


.head_inner .amie_title img:first-of-type {
	width: 20px;
	height: auto;
	-ms-flex-item-align: center;
	align-self: center;
}

.head_inner .amie_title img:last-of-type {
	width: 40px;
	height: auto;
	margin: 20px auto;
}



.head_inner .head_img {
	width: 80%;
	margin-top: 100px;
}

.head_inner .head_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.head_inner .head_img img.pc_style {
	display: none;
}

.about_box {
	width: 100%;
	margin: 50px 0 50px;
}

.about_box .box_inner {
	width: 85%;
	margin: 20px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.about_box .box_inner .title {
	font-size: 26px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	letter-spacing: 15px;
}

.about_box .box_inner .sub_contents {
	text-align: left;
	line-height: 28px;
	font-size: 14.5px;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 0 10px;
	letter-spacing: -1px;
}

.about_box .box_inner .sub_contents span {
	display: inline;
	margin: 0;
	letter-spacing: 5px;
}



@media screen and (min-width:781px) {

	.head_inner .amie_title {
		width: 15%;
	}

	.head_inner .amie_title img:first-of-type {
		width: 30px;
	}

	.head_inner .amie_title img:last-of-type {
		width: 50px;
		margin-top: 50px;
	}

	.head_inner .head_img {
		width: 85%;
	}

	.head_inner .head_img img.sp_style {
		display: none;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	

	.head_inner .head_img img.pc_style {
		display: block;
	}

	.about_box {
		margin: 60px 0;
	}

	.about_box .box_inner {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.about_box .box_inner .sub_contents {
		margin-right: 40px;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		line-height: 3em;
		letter-spacing: 8px;
	}

	.about_box .box_inner .sub_contents span {
		display: block;
	}

	.about_box .box_inner .sub_contents br {
		display: none;
	}
}
