@charset "utf-8";



@media screen and ( max-width: 1024px ){

}

@media screen and ( max-width: 768px ){

}

@media screen and ( max-width: 559px ){

}

.underlayer_title{
	width: 100%;
	background: url(../img/top/header01.jpg) no-repeat center top;
	background-size: cover;
	height: 45rem;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;

	display: flex;
	align-items: center;
	justify-content: left;
}

.underlayer_title.earthball_green{
	background: url(../img/earthball_green/header02.jpg) no-repeat center top;
}

.underlayer_title div{
	font-size: 5.0rem;
	margin-bottom: 0.5rem;
}

.underlayer_title h2{
	font-size: 2.0rem;
	margin-bottom: 0;
}

.underlayer_title .h2_title{
	width: 100%;
	/* color: #612822; */
}

@media screen and ( max-width: 1240px ){

	.underlayer_title .h2_title{
		margin-left: 4rem;
	}

}

@media screen and ( max-width: 559px ){

	.underlayer_title{
		height: 25rem;
		background-size: cover;
	}

	.underlayer_title div{
		font-size: 3.5rem;
	}
	

	.underlayer_title .h2_title {
		margin-top: 4rem;
		margin-left: 2rem;
		line-height: 1;
	}

	.underlayer_title h2 {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.underlayer_title span {
		font-size: 1rem;
	}

}

/*-------------------------------------------------*/

.title_base{

}

.contact_banner .title_base div {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 1;
	margin-bottom: 2.5rem;
}

/*-------------------------------------------------*/
/* goods */

.lineup_list{
	
}

.lineup_list li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10rem;
	flex-wrap: wrap;
	margin-top: -10rem;
	padding-top: 10rem;
}

.lineup_list li:last-child{
	margin-bottom: 0;
}

.lineup_list li .item{
	width: 48%;
}

.lineup_list li .text{
	width: 48%;
}

.lineup_list li .text .name{
	font-family: "Shippori Mincho", serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	background: #1e1e1e;
	padding: 1rem 1.5rem 1rem;
}

.lineup_list li .text .detail{
	padding: 1.5rem;
	border-bottom: 0.1rem solid #1e1e1e;
	padding: 1rem 1.5rem 1rem;
	margin-bottom: 1rem;
}

.lineup_list li .text .amount{
	padding: 0rem 1.5rem;
	margin-bottom: 1rem;
}

.lineup_list li .text .explanation{
	padding: 0rem 1.5rem;
	font-size: 1.4rem;
	margin-bottom: 2rem;
	min-height: 31rem;
}

.lineup_list li .text .annotation{
}

.lineup_list li .text .price{
	padding: 0rem 1.5rem;
	margin-bottom: 2rem;
}

.lineup_list li .text .image{
	margin-bottom: 2rem;
	min-height: 36rem;
}

@media screen and ( max-width: 1180px ){

	.lineup_list li .text .image{
		min-height: 32rem;
	}

	.lineup_list li .text .explanation {
		min-height: 28rem;
	}

}

@media screen and ( max-width: 1024px ){

	.lineup_list li .text .image{
		min-height: 26rem;
	}

	.lineup_list li .text .explanation {
		min-height: 22rem;
	}

}

@media screen and ( max-width: 820px ){

	.lineup_list li .text .image{
		min-height: auto;
	}

	.lineup_list li .text .explanation {
		min-height: auto;
	}

}

@media screen and ( max-width: 559px ){

	.lineup_list li .item{
		width: 100%;
		margin-bottom: 1rem;
	}

	.lineup_list li .text{
		width: 100%;
	}

}

/*-------------------------------------------------*/
/* white_crown */

.white_crown_detail_area{
	background: url(../img/white_crown/white_crown06-bg.jpg) #FFFAE1;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
}

.white_crown_detail{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.white_crown_detail li{
	width: 45%;
}

.white_crown_detail li .image{
	margin-bottom: 3rem;
}

.white_crown_detail li h4{
	font-family: "Shippori Mincho", serif;
	font-size: 3.0rem;
	font-weight: 600;
	margin-bottom: 2rem;
}

@media screen and ( max-width: 559px ){

	.white_crown_detail li{
		width: 100%;
	}

	.white_crown_detail li:first-child{
		margin-bottom: 6rem;
	}

	.white_crown_detail li h4{
		font-size: 2.4rem;
		margin-bottom: 2rem;
	}

	.white_crown_detail li div.text {
		font-size: 1.4rem;
		line-height: 2;
	}

}

/*-----*/

.white_crown_banner_area{
	background: #FAF5E5;
}

.contact_banner.commitment {
	background: #fff;
}

.contact_banner.white_crown {
	background: url(../img/white_crown/white_crown06-bg_banner.jpg) no-repeat;
	background-size: cover;
}

/*-----*/

.white_crown_stores_area{
	background: #FAF5E5;
}

.top_contents_banner.stores li {
	width: 32%;
	background: #000;
}

.top_contents_banner.stores li .data {
	padding: 3rem 4.5rem 4rem;
}

.top_contents_banner.stores li .data .title div {
	font-size: 2.0rem;
}

.top_contents_banner.stores li .data .title p {
	font-size: 3.5rem;
}

.top_contents_banner.stores li .bt span {
	font-size: 2.0rem;
	margin-right: 1rem;
}

@media screen and ( max-width: 559px ){

	.top_contents_banner.stores li {
		width: 100%;
		margin-bottom: 6rem;
	}

	.top_contents_banner.stores li:last-child {
		margin-bottom: 0;
	}

	.top_contents_banner.stores li .data {
		padding: 3rem 3.0rem 4rem;
	}

	.top_contents_banner.stores li .data .title div {
		font-size: 1.8rem;
		margin-bottom: 0;
	}
	
	.top_contents_banner.stores li .data .title p {
		font-size: 2.8rem;
	}

}

/*-------------------------------------------------*/
/* earthball_green */

.earthball_green_features_area{
	background: url(../img/earthball_green/earthballgreen_bg.jpg) no-repeat;
	background-size: cover;
}

/*----------*/

.earthball_green_use{
	display: flex;
	background: rgba(255,255,255,.8);
	flex-wrap: wrap;
}

.earthball_green_use div.th{
	font-family: "Shippori Mincho", serif;
	font-size: 2.5rem;
	font-weight: 600;
	background: #6DA3A0;
	padding: 0.5rem;
}

.earthball_green_use div.th{
	color: #fff;
	width: 35%;

	display: flex;
	justify-content: center;
	align-items: center;
}

.earthball_green_use div.td{
	padding: 2.5rem 3.5rem;
}

.earthball_green_use div.td ul{
	margin-bottom: 0;
}

.earthball_green_use div.td ul li{
	display: flex;
}

.earthball_green_use div.td ul li span{
	color: #6DA3A0;
	margin-right: 0.5rem;
}

@media screen and ( max-width: 559px ){

	.earthball_green_use div.th{
		width: 100%;
		font-size: 2.0rem;
	}

	.earthball_green_use div.td ul {
		font-size: 1.4rem;
	}

}

/*----------*/

.earthball_green_use_title{
	margin-bottom: 3rem;
}

.earthball_green_use_title{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.earthball_green_use_title::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 0.1rem;
	background: #aac9cd;
}

.earthball_green_use_title div{
	font-family: "Shippori Mincho", serif;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 0 2rem;
	white-space: nowrap;
	color: #aac9cd;
	background: #fff;
	z-index: 1;
}

.earthball_green_features_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.earthball_green_features_list li{
	width: 30%;
}

.earthball_green_features_list li .image{
	margin-bottom: 2rem;
}

.earthball_green_features_list li .text{

}

.earthball_green_features_list li .text .title{
	font-family: "Shippori Mincho", serif;
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.earthball_green_features_list li .text p{

}

.earthball_green_use_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.earthball_green_use_list li{
	width: 21%;
}

@media screen and ( max-width: 559px ){

	.earthball_green_features_list li{
		width: 100%;
		margin-bottom: 4rem;
	}

	.earthball_green_features_list li:last-child{
		margin-bottom: 0;
	}

	.earthball_green_features_list li .text .title{
		font-size: 2.2rem;
	}

	.earthball_green_features_list li .text p{
		font-size: 1.4rem;
	}

	.earthball_green_use_list li{
		width: 48%;
		margin-bottom: 2rem;
	}

	.earthball_green_use_list li:nth-child(3),
	.earthball_green_use_list li:nth-child(4){
		margin-bottom: 0;
	}

}

/*-------------------------------------------------*/
/* sitemap */

.sitemap_list{
	width: 50rem;
	margin-left: auto;
	margin-right: auto;
}

.sitemap_list li{
	display: flex;
	align-items: center;
	margin-bottom: 6rem;
}

.sitemap_list li:last-child{
	margin-bottom: 0;
}

.sitemap_list li .image{
	max-width: 15rem;
	margin-right: 5rem;
}

.sitemap_list li .text{
	font-family: "Shippori Mincho", serif;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.2;
}

@media screen and ( max-width: 559px ){

	.sitemap_list{
		width: 100%;
	}

	.sitemap_list li{
		margin-bottom: 3rem;
	}

	.sitemap_list li .image{
		max-width: 10rem;
		margin-right: 2rem;
	}

	.sitemap_list li .text {
		font-size: 1.8rem;
	}

}

/*-------------------------------------------------*/
/* policy */

.policy_area{
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
}

.policy_area .policy_text{
	margin-bottom: 4rem;
}

.policy_area .policy_list{

}

.policy_area .policy_list > li{
	border-bottom: 0.1rem dotted #ccc;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.policy_area .policy_list > li:last-child{
	border-bottom: none;
	padding-bottom: 0rem;
	margin-bottom: 0rem;
}

.policy_area .policy_list > li .title{
	font-size: 2.2rem;
	font-weight: bold;
	
	display: flex;
}

.policy_area .policy_list.personal > li .title{
	font-size: 1.8rem;
}



.policy_area .policy_list > li .title span{
	margin-right: 2rem;
}

.policy_area .policy_list > li .text{
	margin-top: 2rem;
}

.policy_area .policy_list > li .under_list{
	margin-top: 2rem;
	margin-left: 2.5rem;
}

.policy_area .policy_list > li .under_list li{
	display: flex;
	margin-bottom: 1rem;
}

.policy_area .policy_list > li .under_list li:last-child{
	margin-bottom: 0rem;
}

.policy_area .policy_list > li .under_list li span{
	margin-right: 1rem;
}

.policy_area .policy_list > li .under_list li > .under_list{
	margin-bottom: 1rem;
}

@media screen and ( max-width: 559px ){

	.policy_area .policy_text {
		font-size: 1.4rem;
		margin-bottom: 4rem;
	}

	.policy_area .policy_list > li .title{
		font-size: 1.8rem;
	}

	.policy_area .policy_list > li .text {
		font-size: 1.4rem;
	}

	.policy_area .policy_list > li .under_list {
		font-size: 1.4rem;
	}

	.policy_area .policy_list > li .under_list {
		margin-left: 2rem;
	}

}


/*-------------------------------------------------*/
/* sitemap */

.sitemap_box{
	width: 680px;
}

.sitemap_box ul{
	margin: 0rem 2rem 2rem 5rem;
}

.sitemap_box li{
	background: url(../img/sitemap/a.gif) no-repeat 20px 3px;
	padding: 0 0 0 35px;
	margin: 0 0 15px;
}

.sitemap_box a{
	color: #797979;
}

.sitemap_box a:hover {
    text-decoration: underline;
}

.sitemap_box .a{
	background: none;
	padding: 0;
	color: #797979;
}

.sitemap_box .b{
	background: url(../img/sitemap/b.gif) no-repeat 20px 3px;
}

.sitemap_box .c{
	padding: 0 0 0 60px;
	margin: 0 0 30px;
	background: url(../img/sitemap/b.gif) no-repeat 45px 3px;
}

.sitemap_box .c span{
	padding: 0 0 0 25px;
	background: url(../img/sitemap/c.gif) no-repeat 5px 3px;
}

.sitemap_box .d{
	padding: 0 0 0 60px;
	margin: 0 0 10px;
	background: url(../img/sitemap/a.gif) no-repeat 45px 3px;
}

.sitemap_box .d span{
	padding: 0 0 0 25px;
	background: url(../img/sitemap/c.gif) no-repeat 5px 3px;
}

.sitemap_box .clam{
	float: left;
	width: 250px;
	color: #24468c;
}

@media screen and ( max-width: 559px ){

	.sitemap_box{
		width: 100%;
	}

	.sitemap_box ul{
		margin: 0rem 2rem 2rem 2rem;
	}

}
