html,
body {
	overflow-x: hidden;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 }
  

img {
	width: 100%;
	display: block;
}

.P20 {
	padding: 20px 0;
}
.pc {
	display: block; 
}
.sp {
	display: none; 
} 

a {
	text-decoration: none; }

.l__underlayer a:link {
color: #707070!important;
text-decoration: none;  }

.l__underlayer a:visited {
color: #707070!important;  } 

.l__underlayer a:hover {
	color: #72BE74;
	text-decoration: none; 
 } 


.l__underlayer a:active {
color: #707070!important;  } 

li {
list-style: none; }

.pc {
display: block; }

.sp {
display: none; }
.h1, .h2, .h3, h1, h2, h3{
margin: 0!important;
}
address{
	margin-bottom: 0px!important;
}
.l__contentbox--inner figure{margin: 0 0 !important;}

.l__btnbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: horizontal;
	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-justify-content: center;
	margin: 40px 0;
}

.l__btnbox .btn {
	width: 40%;
	background: white;
	font-size: 20px;
	padding: 20px;
	display: block;
	margin: 20px;
	color: black;
	border: 1px solid #000;
	position: relative;
	max-width: 400px;
	border-radius: 0px;
}

.l__btnbox .btn:after {
	content: "";
	border-top: 1px solid #000;
	position: absolute;
	width: 26px;
	right: -13px;
	top: 50%;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.l__btnbox .btn:hover {
	background: #72BE74;
	color: white;
	border: 1px solid #72BE74;
}

.l__btnbox .btn:hover:after {
	right: 13px;
	border-top: 1px solid #fff;
}

header {
	background: rgba(255, 255, 255, 0.8);
}

header .nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

header .nav h1 {
	display: block;
	width: 250px;
	height: 80px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	outline: none;
	z-index: 1000;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
}

header .nav .l__list {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: horizontal;
	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

header .nav .l__list li {
	padding: 30px 10px;
	height: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

header .nav .l__list li a {
	text-decoration: none;
	color: #707070;
	font-size: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	border-bottom: 1px solid rgba(114, 190, 160, 0);
}

header .nav .l__list li a:hover {
	color: #72BE74;
	border-bottom: 1px solid #72bea0;
	opacity: 1;
	padding-bottom: 10px;
}

header .nav .l__list li:first-child {
	margin-left: auto;
}

footer {
	position: relative;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.8) url(../img/footerBK.png) no-repeat top center;
	background-size: cover;
}

footer .footer__inner {
	max-width: 1200px;
	padding-top: 40px;
	margin: 0 auto;
	text-align: center;
}

footer .footer__inner img {
	width: 150px;
	margin: 0 auto 40px;
}

footer .footer__inner p {
	font-size: 16px;
	color: white;
}

footer .footer__inner .footer__address {
	color: white;
	font-size: 24px;
	background: none;
	border: none;
	margin: 0 auto;
	letter-spacing: .3em;
	padding: 20px;
	display: block;
	text-decoration: none;
}

footer .footer__inner .footer__address:after {
	content: none;
}

footer .footer__inner .footer__address:hover {
	color: white;
}

footer .footer__inner .footer__btn a {
	font-size: 16px;
	background: none;
	border: 1px solid #fff !important;
	color: white;
}

footer .footer__inner .footer__btn a:after {
	border-top: 1px solid #fff;
}

footer .footer__inner .footer__btn a:hover {
	background-color: rgba(255, 255, 255, 0.05);
}

footer .footer__copy {
	background: #000;
	width: 100%;
	padding: 20px 0;
}

footer .footer__copy p {
	max-width: 1200px;
	font-size: 16px;
	font-weight: lighter;
	color: white;
	text-align: center;
	margin: 0 auto;
}


.l__underlayer {
	padding-top: 80px;
}

.p__list {
	background: #f7f7f7;
	padding: 20px;
}

.p__list li {
	font-size: 16px;
	display: inline;
	margin-left: 20px;
	color: #707070!important;
}

.p__list li:after {
	content: "/";
	width: 20px;
	height: 20px;
	margin-left: 20px;
	vertical-align: middle;
}

.p__list li:last-child:after {
	content: "";
	width: 20px;
	height: 20px;
	margin-left: 20px;
	vertical-align: middle;
}

.p__list li a {
	font-weight: bold;
}
.p__list li a:hover {
	color: #72BE74!important;
}
.main__picturebox {
	height: 400px;
	background: url(.png) no-repeat top center;
	background-size: cover;
	position: relative;
}

.main__picturebox::after {
	content: "";
	background: rgba(0, 0, 0, 0.5) url(.png) repeat;
	position: absolute;
	width: 3000px;
	height: 400px;
}

.main__picturebox h2 {
	color: white;
	text-align: center;
	font-size: 32px;
	z-index: 1;
	font-weight: bold;
	letter-spacing: 0.25em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	padding: 0;
}

.main__picturebox-construction {
	background: url(.png) no-repeat top left;
}

.main__picturebox-about {
	background: url(.png) no-repeat top center;
}
/* add style */
.p__list {margin-bottom: 0;  margin-top: 10px;}
.ec-layoutRole{padding: 40px 0;}
.ec-blockBtn--action{background-color:  #72BE74!important; border-color:  #72BE74!important;}
.ec-blockBtn--action:hover{background-color:  #72BE74!important; border-color:  #72BE74!important; opacity:0.8!important;}
.ec-pageHeader{display: none;}
.ec-blockTopBtn{display: none;}
.ec-shelfGrid__item p{font-size: 18px!important;margin-bottom: 10px;}
.ec-progress .is-complete .ec-progress__number {background: #72BE74;}
.footer__btn address a:hover,.footer__btn address a:hover{color: white!important;}
/* .ec-progress .ec-progress__number {background: #ccc!important;}
.ec-progress .ec-progress__item:after{background: #ccc!important;}
.ec-progress .is-complete .ec-progress__label{color: #72BE74!important;} */

@media screen and (max-width: 1024px) {
	h1.header-logo {
		margin: 0;
	}
	.ec-shelfGrid__item p{font-size: 14px!important;margin-bottom: 10px;}
	/* .ec-numberInput span{font-size: 12px!important;} */
	.l__btnbox {
		-webkit-flex-direction: vertical;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0;
	}

	.l__btnbox .btn {
		width: 80%;
		font-size: 14px;
		margin: 10px auto;
	}

	footer .footer__inner {
		padding: 40px 0;
	}

	footer .footer__inner img {
		margin: 0 auto 20px;
	}

	footer .footer__inner p {
		font-size: 14px;
		margin-bottom: 0px;
	}

	footer .footer__inner .footer__address {
		font-size: 16px;
		letter-spacing: .1em;
		padding: 0px;
	}

	footer .footer__inner .footer__address:after {
		content: none;
	}

	footer .footer__inner .l_addressbox {
		border: 1px solid #fff;
		width: 80%;
		max-width: 400px;
		margin: 10px auto;
		padding: 10px;
		position: relative;
	}

	footer .footer__inner .l_addressbox:after {
		content: "";
		border-top: 1px solid #ffffff;
		position: absolute;
		width: 26px;
		right: -13px;
		top: 50%;
		-webkit-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}

	footer .footer__inner .footer__btn a {
		font-size: 14px;
		padding: 10px;
		line-height: 1.5em;
	}

	footer .footer__copy {
		padding: 10px 0;
	}

	footer .footer__copy p {
		font-size: 12px;
	}

	.l__underlayer {
		padding-top: 54px;
	}

	.main__picturebox {
		height: 200px;
	}

	.main__picturebox::after {
		height: 200px;
	}

	.main__picturebox h2 {
		font-size: 18px;
	}

	section {
		margin: 40px auto;
	}

	.l__img100 {
		padding: 0 20px;
	}

	.l__partnerbox {
		margin: 0 auto 40px;
	}

	.l__partnerbox ul li {
		width: 21.7%;
	}

	.l__underlayer {
		padding-top: 80px;
	}

	.p__list {
		background: #f7f7f7;
		padding: 10px;
	}

	.p__list li {
		margin-left: 10px;
	}

	.l__under-contentbox {
		margin: 40px auto;
	}

	.l__under-contentbox h3 {
		font-size: 24px;
	}

	.l__under-contentbox p {
		font-size: 14px;
	}
}
/* 
.ec-orderDelivery .ec-orderDelivery__change{
	top:8px;
} */

.ec-orderDelivery .ec-orderDelivery__change button.ec-inlineBtn,.ec-orderAccount .ec-orderAccount__change button#customer{
	margin-top: 8px!important;
}

.ec-imageGrid{
	margin-top: 20px;
}

.ec-orderPayment .ec-blockRadio{
	padding: 8px 0;
}

.ec-orderDelivery__actions .ec-selects{
display: none;
}
.ec-orderAccount .ec-orderAccount__account{
	margin-top: 8px;
	/* margin-bottom: 0; */
}
.ec-radio{
	padding: 8px;
}
.ec-orderAccount{
	margin-bottom: 0!important;
}
.ec-orderDelivery__edit {
	margin-bottom: 20px!important;
	display: none;
}
.ec-orderRole .ec-borderedList {
    border-top:none;
}

.ec-orderConfirm .ec-input{
	padding: 8px 0;
}

@media screen and (max-width: 480px) {
  .l__underlayer {
	padding-top: 54px; } 
	.pc {
		display: none; }
	  .sp {
		display: block; } 
	
  }

  @media (min-width: 768px){
	.ec-grid3 .ec-grid3__cell {
		width: 50%!important;
		margin: 0 auto;
  }
  
}