@charset "UTF-8";
/* CSS Document */
/**********************************************************/
/* PC */
/**********************************************************/
body {
  background: #CDDBDD;
}

#header {
  background: #CDDBDD;
}

.h-reserve {
  background: #fff;
}

.txt-area span {
  font-size: 2.5rem;
  display: inline-block;
  border: solid 1px #fff;
  border-radius: 41px;
  margin-bottom: 30px;
  width: 337px;
  padding: 14px;
  text-align: center;
}

.mv h2 {
  font-size: 9.2rem;
}

.mv p {
  font-size: 3.7rem;
  margin-top: 50px;
}

.sec-ttl {
  text-align: center;
  width: 510px;
  padding: 20px;
  font-size: 3.5rem;
  border-radius: 89px;
  border: solid 1px #707070;
  margin: 0 auto;
}

.sec-ttl span {
  font-size: 1.2rem;
  padding-top: 26px;
  display: block;
}

/**********************************
料金表
**********************************/
.price-contents{
	text-align:center;
}
.price-box001{
	align-items:flex-end;
	margin-bottom:25px;
}
.price-box001 li{
	background:#fff;
	font-size: 1.8rem;
	color: #292929;
}
.side-box{
	width: calc(14% - 8px);
	margin: 0 auto;
}
.side-box li{
	font-size: 1.5rem;
}
.side-box li:first-of-type {
	border-radius: 30px 0 0 0;
	border-bottom: solid 3px #707070;
	height:105px;
	line-height:105px;
}
.side-box li:nth-of-type(2) {
	border-bottom: solid 3px #707070;
	height:129px;
	line-height:129px;
}
.side-box li:last-of-type{
	border-radius: 0 0 0 30px ;
	height:129px;
	padding-top: 13px;
	line-height: 6;
}
.main-box ul{
	display:flex;
	justify-content:space-between;
}
.main-box{
	width: 86%;
}
.box001{
	height: 88px;
	width: 100%;
	font-size: 2rem;
	line-height: 88px;
}
.box001 li{
	background: #909090;
	color: #fff;
}
.box001 li:first-of-type{
	width: calc(40% - 3px);
	border-radius: 30px 0 0 0;
}
.box001 li:last-of-type{
	width: 60%;
	border-radius: 0 30px 0 0;
}
.box002 li{
	width: calc(20% - 2px);
	height: 73px;
	line-height: 1.2;
	margin: 3px 0;
	padding-top: 20px;
}
.box002 li:first-of-type,
.box002 li:nth-of-type(2){
	background: #D5C5B8;
}
.box002 li:nth-of-type(3),
.box002 li:nth-of-type(4),
.box002 li:nth-of-type(5){
	background: #B8D5B9;
}
.box003 li{
	height: 73px;
}
.box003 li:first-of-type,
.box003 li:nth-of-type(2){
	width: 20%;
	border-right:solid 1px #707070;
	padding-top:20px;
}
.box003 li:last-of-type{
	width: 60%;
	line-height: 73px;
}
.box004 li{
	height: 28px;
	width: 100%;
	line-height: 28px;
	font-size: 1.3rem;
}
.box005 li{
	height: 58px;
}
.box005 li:first-of-type,
.box005 li:nth-of-type(2){
	width: 20%;
	border-right:solid 1px #707070;
	padding-top:12px;
}
.box005 li:last-of-type{
	width: 60%;
	line-height: 58px;
}
.box006 li{
	height: 67px;
	padding-top:10px;
	font-size: 1.2rem;
	line-height:1.3;
}
.box006 li:first-of-type,
.box006 li:nth-of-type(2){
	width: 20%;
	border-right:solid 1px #707070;
}
.box006 li:last-of-type{
	width: 60%;
}
.box007 li{
	height: 60px;
	width: 100%;
	line-height: 60px;
}
.box003,
.box005{
	border-bottom:solid 1px #707070;
}
.box004,
.box006{
	border-bottom:solid 3px #707070;
}
.box002 li span,
.box003 li span,
.box005 li span{
	font-size: 1.4rem;
}


.price-box002{
	font-size:1.7rem;
}
.price-box002 dl{
	margin-bottom:7px;
}
.price-box002 dt{
	color:#fff;
	background:#909090;
	border-radius:30px 0 0 30px;
	width:30%;
	height:47px;
	line-height:47px;
}
.price-box002 dd{
	color:#292929;
	background:#fff;
	border-radius:0 30px 30px 0;
	width:70%;
	height:47px;
	line-height:47px;
}

/**********************************
.mv
**********************************/
.mv {
  background-image: url("../images/sora/under-fv.webp?sskc94rk");
}

/**********************************
sec1
**********************************/
.sec1 {
  margin-top: 175px;
}

.sec1 h3 {
  font-size: 2.8rem;
  text-align: center;
	line-height: 1.5;
}

.sec1 h3 span {
  font-size: 2.1rem;
  display: block;
  margin-top: 26px;
}

.sec1 p.sans{
  margin: 64px auto 80px;
  font-size: 1.4rem;
  line-height: 2.2;
  padding: 0 36px;
  letter-spacing: 0.25em;
}
.photo-contents {
  max-width: 994px;
  margin: 80px auto 108px;
  width: 100%;
}
.photo-contents img{
	object-fit: cover;
}
.sec1 .txt-box {
	background:rgba(255,255,255,0.63);
	font-size:1.2rem;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 2;
  align-items: center;
}
.sec1 .color-line{
	background:#72989D;
}
.sec1 .photo-001,
.sec1 .photo-002{
	max-width: 586px;
}
.sec1 .photo-001{
	margin-bottom:23px;
}
.sec1 .photo-001 li:first-of-type,
.sec1 .photo-002 li:last-of-type{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.sec1 .photo-001 li:first-of-type img{
	border-radius:30px;
	width:184px;
	height:184px;
}
.sec1 .photo-001 .txt-box {
	border-radius:30px 0 0 30px ;
	width:206px;
	height:184px;
}
.sec1 .photo-001 .txt-box p{
    width: 166px;
}
.sec1 .photo-001 .color-line{
	width:18px;
	height:184px;
	border-radius: 30px 0 0 30px;
}
.sec1 .photo-001 li:last-of-type img{
	border-radius:30px 30px 30px 0;
	width:380px;
	height:385px;
}
.sec1 .photo-002 li:first-of-type img{
	border-radius:30px 30px 0 30px;
	width:370px;
	height:377px;
}
.sec1 .photo-002 li:last-of-type img{
	border-radius:30px;
	width:197px;
	height:185px;
	margin: 0 0 0 auto;
}
.sec1 .photo-002 .txt-box {
	border-radius: 0 30px 30px 0 ;
	width:219px;
	height:177px;
}
.sec1 .photo-002 .txt-box p{
    padding-left: 20px;
}
.sec1 .photo-002 .color-line{
	width:18px;
	height:177px;
	border-radius: 0 30px 30px 0;
}
.sec1 .photo-003 li:first-of-type img{
	border-radius:30px;
	width:175px;
	height:184px;
}
.sec1 .photo-003 li:nth-of-type(2) img{
	border-radius:0 30px 30px 30px;
	width:385px;
	height:395px;
	margin-bottom: 11px;
}
.sec1 .photo-003 li:nth-of-type(3) img{
	border-radius:30px;
	width:385px;
	height:177px;
}
.sec1 .photo-003 .txt-box {
	border-radius: 30px 30px 0 0 ;
	width:193px;
	height:201px;
	flex-direction: column;
    align-items: center;
}
.sec1 .photo-003 .txt-box p{
	height: 183px;
	align-items:center;
	display: flex;
}
.sec1 .photo-003 .color-line{
	width:193px;
	height:18px;
	border-radius: 30px 30px 0 0;
}
.sec1 .photo-004 li:first-of-type img{
	border-radius:30px;
	width:175px;
	height:178px;
}
.sec1 .photo-004 li:first-of-type{
		margin:0 auto 0 0;
}
.sec1 .photo-004 li:nth-of-type(2){
	margin:0 auto;
}
.sec1 .photo-004 li:nth-of-type(3){
	margin:0 0 0 auto;
}
.sec1 .photo-004 li:nth-of-type(2) img{
	border-radius:30px;
	width:175px;
	height:178px;
}

.sec1 .photo-004 li:nth-of-type(3) img{
	border-radius:30px 0 0 30px;
	width:392px;
	height:178px;
}
.sec1 .photo-004 .txt-box {
	border-radius: 0 30px 30px 0 ;
	width:210px;
	height:178px;
}
.sec1 .photo-004 .txt-box p{
	padding-left: 10px;
}
.sec1 .photo-004 .color-line{
	width:18px;
	height:178px;
	border-radius: 0 30px 30px 0;
}


.renewal-h{
	font-size:3.6rem;
	color:#fff;
	background:#556D88;
	border:solid 3px #fff;
	border-radius:81px;
	box-shadow: 0 5px 5px 1px rgb(0 0 0 / 24%);
	padding:35px;
	width:100%;
	text-align:center;
	margin-bottom:45px;
	letter-spacing:0.15em;
}

		/***
230317追加
***/
.sec1 .link-area {
	margin: 0 auto ;
	padding: 0 50px;
}

.sec1 .link-area a {
font-size: 3rem;
    padding: 25px 110px;
    border: solid 1px #707070;
    border-radius: 100px;
    text-align: center;
    width: 50%;
    margin: -50px auto 120px;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 30%);
    display: block;
    background-color: #FFF;
}

.sec1 .link-area span {
	font-size: 2.5rem;
	padding-bottom: 17px;
	display: block;
}

/**********************************
sec2
**********************************/
.sec2{
	margin: 0 auto 100px;
}
.sec2 .sec-ttl {
    margin: 50px auto;
	padding: 30px 20px;
}

.sec2 .sec-ttl span {
    padding-top: 0;
	padding-bottom:20px;
}
.sec2 p.sans{
	width:560px;
	margin:0 auto 50px;
	line-height:1.8;
}
.sec2 ul{
	flex-wrap:wrap;
}
.sec2 div.flex,
.modal-area3{
	max-width:953px;
}
.modaal-image .modaal-container {
	border-radius: 60px;
}
.modal-area,
.modal-area2,
.modal-area3{
	font-size:1rem;
}
.modal-area,
.modal-area2{
	margin-bottom:43px;
}
.modal-area{
	max-width: 546px;
	width:57.5%;
}
.modal-area2{
	max-width: 385px;
	width:40.9%;
}
.modal-area p,
.modal-area2 p,
.modal-area3 p{
	margin-top:20px;
}
.modal-area li,
.modal-area2 li{
	margin-bottom:15px;
}

.modal-area3 li{
	max-width:142px;
	width:15%;
	margin-bottom:30px;
}
.modal-area3 li:nth-of-type(19),
.modal-area3 li:nth-of-type(20),
.modal-area3 li:nth-of-type(21),
.modal-area3 li:nth-of-type(22){
    margin:0 20px 30px 0;
}
.modal-area3 li:last-of-type{
    margin:0 auto 30px 0;
}



/**********************************
sec3
**********************************/
.sec3{
	margin-bottom:170px;
}
.sec3 .sec-ttl {
  margin-bottom: 78px;
}

.sec3 .spare-box ul {
  margin: 40px auto 43px 20px;
  font-size: 1.3rem;
  line-height: 2;
}

.sec3 .spare-box ul:first-of-type {
  margin: 40px auto 74px 20px;
  font-size: 1.2rem;
}


.sec3 .link-area {
	margin: 0 auto ;
	padding: 0 50px;
}

.sec3 .link-area a {
	font-size: 3rem;
	padding: 25px 110px;
	border: solid 1px #707070;
	border-radius: 100px;
	text-align: center;
	width: 50%;
	margin: 0 auto 90px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	display: block;
	background-color: #FFF;
}

.sec3 .link-area span {
	font-size: 2.5rem;
	padding-bottom: 17px;
	display: block;
}


.sec3 .contents-pcphoto {
	margin:0 auto;
}
.sec3 .contents-pcphoto li{
	align-items:center;
	position:relative;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	transition:0.7s;
	border-radius:40px;
	padding: 40px;
	width: 300px;
	height: 300px;
	z-index:1;
}
.sec3 .contents-pcphoto li.__photo-1{
	background-image:url("../images/top/top-kaya.webp");
}
.sec3 .contents-pcphoto li.__photo-2{
	background-image:url("../images/top/top-kura.webp");
}
.sec3 .contents-pcphoto li.__photo-3{
	background-image:url("../images/top/top-sora.webp");
}
.sec3 .contents-pcphoto li::after{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	content:"";
	border-radius:40px;
	z-index:-1;
}
.sec3 .contents-pcphoto li:hover::after{
	background:rgba(0,0,0,.0);
	transition:0.7s;
}
.sec3 .contents-pcphoto a{
	color:#fff;
	font-size:1.2rem;
}
.sec3 .contents-pcphoto a:hover{
	opacity:1;
	transition:0.7s;
}
.sec3 .contents-pcphoto li div.flex{
	align-items:center;
	justify-content: left;
}
.sec3 .contents-pcphoto li h2{
	font-size:5rem;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
}
.sec3 .contents-pcphoto li h3{
	font-size:2rem;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
	margin-left: 30px;
}
.sec3 .contents-pcphoto li p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 30px;
}
.detail-more{
	font-size:1.2rem;
	position:relative;
}
.detail-more::before {
	position: absolute;
	content: "";
	background: #fff;
	width: 1px;
	height: 10px;
	bottom: -1px;
	right: -22px;
	transform: rotate(-45deg);
}
.detail-more::after {
	position: absolute;
	content: "";
	background: #fff;
	width: 86px;
	height: 1px;
	bottom: 0px;
	right: -25px;
}
.detail-more p{
	text-align:right;
}


/**********************************
sec4
**********************************/
.sec4{
	background:#fff;
	padding:100px 0;
}




/**********************************
contact
**********************************/
.contact {
  background: #CDDBDD!important;
}

/**********************************************************/
/* SP用 */
/**********************************************************/
@media (max-width: 768px) {
  section {
    padding: 70px 0;
  }
  .txt-area span {
    font-size: 1.6rem;
    margin-bottom: 20px;
    width: 240px;
    padding: 10px;
  }
  .mv h2 {
    font-size: 5rem;
  }
  .mv p {
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .sec-ttl {
    width: 100%;
    padding: 10px;
    font-size: 2.2rem;
    border-radius: 89px;
  }
	
/**********************************
料金表
**********************************/	
	.side-box {
		width: calc(14% - 2px);
	}
	.price-box001 .side-box li{
		font-size: 1rem;
		padding: 41px 6px;
		line-height: 1.3;
		letter-spacing:0;
	}

	.side-box li:first-of-type {
		border-radius: 15px 0 0 0;
		height: 118px;
	}
	.side-box li:nth-of-type(2) {
    height: 104px;
}
	.side-box li:last-of-type {
		border-radius: 0 0 0 15px;
		padding: 35px 0px;
	}
	.price-box001 li {
		font-size: 1.2rem;
	}
	.box001  li {
		font-size: 1.6rem;
	}
	.box001 {
		width: 100%;
		height: 44px;
		line-height: 44px;
	}
	.box003 li {
		height: 50px;
	}
	.box003 li:first-of-type,
	.box003 li:nth-of-type(2) {
		padding-top: 15px;
	}
	.box004 li {
		height: 64px;
		line-height: 1.2;
		font-size: 1rem;
		letter-spacing: 0.1em;
		padding-top: 7px;
	}
	.box002 li span,
	.box003 li span,
	.box005 li span {
		font-size: 1rem;
	}
	.sp-price001 .box001 li:last-of-type,
	.sp-price001 .box002 li:nth-of-type(3),
	.sp-price001 .box002 li:nth-of-type(4),
	.sp-price001 .box002 li:nth-of-type(5),
	.sp-price001 .box003 li:last-of-type,
	.sp-price001 .box005 li:last-of-type,
	.sp-price001 .box006 li:last-of-type{
		display:none;
	}
	.sp-price001 .box001 li:first-of-type,
	.sp-price002 .box001 li:last-of-type{
		width: 100%;
		border-radius: 15px 15px 0 0;
	}
	.sp-price001 .box002 li {
		width: calc(50% - 1px);
		height: 40px;
		font-size: 1.2rem;
		padding-top: 6px;
	}
	.sp-price001 .box003 li:first-of-type,
	.sp-price001 .box003 li:nth-of-type(2),
	.sp-price001 .box005 li:first-of-type,
	.sp-price001 .box005 li:nth-of-type(2),
	.sp-price001 .box006 li:first-of-type,
	.sp-price001 .box006 li:nth-of-type(2){
		width: 50%;
	}
	.sp-price001 .box003 li:nth-of-type(2),
	.sp-price001 .box005 li:nth-of-type(2),
	.sp-price001 .box006 li:nth-of-type(2){
		border-right: none;
	}
	.sp-price001 .side-box li:nth-of-type(2) {
    height: 118px;
}
	.sp-price001 .box005 li:first-of-type,
	.sp-price001 .box005 li:nth-of-type(2) {
    height: 50px;
}
	.sp-price001 .box006 li {
		height: 64px;
	}
	.box007 li {
    border-radius: 0 0 15px 0;
    line-height: 1.2;
    font-size: 1rem;
    letter-spacing: 0.1em;
    padding-top: 19px;
}
	.sp-price001 .box006 li:first-of-type,
	.sp-price001 .box006 li:nth-of-type(2) {
    font-size: 1rem;
}
	.sp-price002 .box001 li:first-of-type,
	.sp-price002 .box002 li:first-of-type,
	.sp-price002 .box002 li:nth-of-type(2),
	.sp-price002 .box003 li:first-of-type,
	.sp-price002 .box003 li:nth-of-type(2),
	.sp-price002 .box005 li:first-of-type,
	.sp-price002 .box005 li:nth-of-type(2),
	.sp-price002 .box006 li:first-of-type,
	.sp-price002 .box006 li:nth-of-type(2){
		display:none;
	}
	.sp-price002 .box002 li:nth-of-type(3),
	.sp-price002 .box002 li:nth-of-type(4),
	.sp-price002 .box002 li:nth-of-type(5) {
		width:calc(33% - 1px);
		height: 60px;
		padding-top: 9px;
	}
	.sp-price002 .box003 li:last-of-type,
	.sp-price002 .box005 li:last-of-type{
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
	.sp-price002 .box006 li:last-of-type {
    width: 100%;
    height: 50px;
    line-height: 1.2;
		font-size:1rem;
		padding-top: 6px;
	}
	.price-box002 {
		font-size: 1.1rem;
	}
	.price-box002 dl{
		flex-wrap: wrap;
	}
	.price-box002 dt {
		border-radius: 15px 15px 0 0;
		width: 100%;
		height: 24px;
		line-height: 24px;
	}
	.price-box002 dd {
		border-radius: 0 0 15px 15px;
		width: 100%;
		height: 24px;
		line-height: 24px;
	}
  /**********************************
  sec1
  **********************************/
  .sec1 {
    margin-top: 80px;
    padding: 0 20px;
  }
  .sec1 h3 {
    font-size: 1.8rem;
    line-height: 2;
  }
  .sec1 h3 span {
    font-size: 1.1rem;
    display: block;
    margin-top: 13px;
  }
  .sec1 p.sans {
    margin: 32px auto 40px;
    font-size: 1.2rem;
    padding: 0 20px;
  }
	.sec1 .under-boder {
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 0 0 20px;
}
	.sec1 .under-boder > div {
		width: 100%;
}
	.sec1 .txt-box {
    align-items: center;
		font-size: 1rem;
}
	.sec1 .photo-001, .sec1 .photo-002 {
    max-width: 100%;
		width: 100%;
		margin-bottom: 10px;
}
	.sec1 .photo-001 li:last-of-type {
    width:calc(100% - 160px);
}
	.sec1 .photo-001 li:first-of-type img {
    width:150px;
    height: 140px;
}
	.sec1 .photo-001 .txt-box {
    width: 160px;
    height: 150px;
}
	.sec1 .photo-001 .txt-box p {
    width: 140px;
		padding-left: 10px;
}
.sec1 .photo-001 .color-line, .sec1 .photo-002 .color-line {
    height: 145px;
}
	.sec1 .photo-001 li:last-of-type img {
    width: 100%;
    height: 300px;
}
	.photo-002 li:first-of-type {
    width: calc(100% - 160px);
}
	.sec1 .photo-002 li:first-of-type img {
    width: 100%;
    height: 300px;
}
	.sec1 .photo-002 li:first-of-type img {
    width: 100%;
    height: 300px;
}
	.sec1 .photo-002 li:last-of-type img {
    width: 150px;
    height: 140px;
}
.sec1 .photo-002 .txt-box {
    width: 160px;
    height: 150px;
    margin: auto 0 0 auto;
}
	.sec1 .photo-002 .txt-box p {
    padding-left: 10px;
}
	.sec1 .photo-003{
		width: 100%;
	}
	.sec1 .photo-003 li:first-of-type img {
    width: calc(100% - 170px);
    height: 140px;
}
	.sec1 .photo-003 .txt-box {
    width: 160px;
    height: 150px;
}
	.sec1 .photo-003 .txt-box p {
    height: 132px;
}
	.sec1 .photo-003 .color-line {
    width: 156px;
}
	.sec1 .photo-003 li:nth-of-type(2) img {
    width: 100%;
    height: 200px;
}
	.sec1 .photo-003 li:nth-of-type(3) img {
    width: 100%;
    height: 130px;
}
	.renewal-h {
    font-size: 2rem;
		padding: 20px;
	}
		/***
230317追加
***/
.sec1 .link-area {
    margin: 0 auto 50px;
	padding: 0;
}
.sec1 .link-area a {
	font-size: 2rem;
    padding: 20px;
    margin: -100px auto 100px;
}
.sec1 .link-area span {
	font-size: 1rem;
	padding: 8px 0 0;
}
	

 /**********************************
sec2
**********************************/
	.sec2{
		margin: 0 auto 50px;
		padding:0 20px;
	}
	.sec2 p.sans{
		width:100%;
	}

	.sec2 div.flex{
		display: block;
	}
	.modal-area {
		width: 100%;
		max-width: 100%;
	}
	.modal-area2 {
		max-width: 100%;
		width: 100%;
	}
	.modal-area3 li {
		max-width: 32%;
		width: 32%;
	}
	.modal-area3 li:nth-of-type(19),
	.modal-area3 li:nth-of-type(20),
	.modal-area3 li:nth-of-type(21),
	.modal-area3 li:nth-of-type(22){
    margin: 0 0 30px 0;
}
	.modal-area3 li:last-of-type{
    margin: 0 auto 30px 2%;
}
	
 /**********************************
  sec3
  **********************************/
  .sec3 {
    padding: 0 20px;
	  margin-bottom:50px;
  }
  .sec3 .sec-ttl {
    margin-bottom: 35px;
  }
  .sec3 .spare-box ul:first-of-type {
    margin: 20px auto 35px;
    font-size: 1rem;
  }
  .sec3 .spare-box ul {
    margin: 20px auto;
    font-size: 1.1rem;
  }

.sec3 .link-area {
    margin: 0 auto 50px;
	padding: 0;
}
.sec3 .link-area a {
	font-size: 2rem;
	padding: 20px;
	margin: 0 auto 10px;
	background-color: #FFF;
}
.sec3 .link-area span {
	font-size: 1rem;
	padding: 8px 0 0;
}

		.sec3 .contents-pcphoto {
    flex-wrap: wrap;
    justify-content: center;
}
	.sec3 .contents-pcphoto li{
		margin-bottom:20px;
}
	.sec3 .contents-pcphoto li {
    padding: 40px;
    max-width: 300px;
    max-height: 200px;
}
	.sec3 .contents-pcphoto li h2 {
    font-size: 3rem;
}
	.sec3 .contents-pcphoto li h3 {
		font-size: 1.6rem;
	}
	.sec3 .contents-pcphoto li p {
    font-size: 1.1rem;
    margin-top: 10px;
}
  /**********************************
  sec4
  **********************************/
	.sec4{
	background:#fff;
	padding:50px 20px;
}

}
