@charset "utf-8";
/* page
--------------------------------------------------------*/


/* shop
---------------------------*/
.recruit hr,
.about hr,
.company hr,
.privacy hr,
.social-media-policy hr{
	background: url(../img/recruit/border-dot.png) center top repeat-x;
	border: 0px none;
	height: 2px;
}
.page .shop h2 {
  height: 49px;
  background: url(../img/shop/shop-h2-bg_pc.png) left top no-repeat;
  margin-bottom: 30px;
}

.page .shop h2:last-of-type {
  margin-top: 30px;
}

.page .shop h2 img {
  margin: 9px 30px;
}

.page .shop table {
  font-size: 13px;
  font-size: 1.3rem;
  color: #9f8562;
  width: 100%;
}

.page .shop tr td:first-child {
  font-weight: bold;
  white-space: nowrap;
  padding-left: 30px;
  padding: 0px 0 44px 30px;
  width: 188px;
}
.page .shop tr td:nth-child(2) {
  width: 384px;
}

.page .shop tr td:nth-child(3) {
  white-space: nowrap;
  width: 206px;
}
.page .shop tr td:nth-child(4) {
  width: 20px;
}
.page .shop tr td:last-child {
  width: 100px;
  padding-right: 30px;
  text-align: right;
}
.page .shop tr td {
/*  padding: 10px 30px;*/
  vertical-align: top;
}

.page .shop a {
	font-family: 'Cinzel', serif;
	text-decoration: none;
	font-weight: bold;
	.shop__insta {
		margin-top: -4px;
	}
}

.page .shop .bag-link {
  padding: 0 25px;
}

.page .shop .mb-10 {
  margin-bottom: 10px;
}



@media screen and (max-width: 767px) {
  .page .shop table {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  .page .shop table:last-child {
    margin-bottom: 0px;
  }
  .page .shop h2 {
    margin-bottom: 0;
  }
  .page .shop h2 img {
    margin: 9px 0px 9px 20px;
    height: 10px;
  }
  .page .shop tr td a {
    text-decoration: none;
  }
  
  .page .shop tr td:first-child {
    float: left;
    display: block;
    margin-top: 24px;
    width: 188px;
    padding: 0px 0 0 20px;
  }
  .page .shop tr td:nth-child(2),
  .page .shop tr td:nth-child(3) {
    display: block;
    padding-left: 20px;
  }
 
  .page .shop tr td:nth-child(2) {
    width: auto;
    clear: left;
    padding-right: 10px;
  }

  .page .shop tr td:nth-child(3) {
    white-space: nowrap;
    width: auto;
  }
  
  .page .shop tr td:nth-child(4),
  .page .shop tr td:nth-child(5) {
/*    padding: 10px;*/
/*    padding-top: 3.7em;*/
/*    vertical-align: top;*/
	  vertical-align: middle;
  }
  .page .shop tr td:last-child {
    padding-right: 20px;
    width: 60px;
  }
  /* link */
  .page .shop tr td:nth-child(4) a,
  .page .shop tr td:nth-child(5) a {
/*    border: 1px solid #9f8562;*/
    display: flex;
    padding: 5px 10px;
/*	margin: 2px;*/
    margin: 68% 2px 2px;
    border-radius: 4px;
    width: auto;
  }
  .page .shop tr td:nth-child(5) a {
	  margin-top: 50%;
	  &:has(.shop__insta) {
		  margin-top: 62%;
	  }
  }
  .page .shop tr td:nth-child(4) a img,
  .page .shop tr td:nth-child(5) a img {
    width: auto;
    height: 8px;
	&.shop__insta {
		height: 100%;
	}
  }
	.page .shop tr .one-line a {
		margin-top: 16px !important;
	}
	.page .shop tr .one-line__hp-only a {
		margin-top: 21px !important;
	}
  .page .shop tr td span {
    margin-left: 0 !important;
  }
  
  .page .shop .mb-sp-10 {
  margin-bottom: 10px;
}

}


/* recruit
---------------------------*/
.recruit {
	color: #A9875A;
	font-size: 14px;
	font-size: 1.4rem;
}

.recruit .read {
	display: block;
	margin-bottom: 15px;
	line-height: 2.4em;
}

.page .recruit h1 {
	margin-top: 0px;
	padding-top: 6px;
	margin-bottom: 17px;
}

.recruit hr.hrTop {
	margin-bottom: 16px;
}
.recruit hr.hrBottom {
	margin-top: 40px;
}
.recruit h2 {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}

.recruit table {
	width: 100%;
	}

.recruit table th,
.recruit table td {
	vertical-align: top;
	line-height: 1.8em;
	padding-top: 20px;
	}

.recruit table th:first-child {
	width: 100px;
	}
.recruit table th:nth-child(2) {
	width: 130px;
	}

.recruit table th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	}

.recruit table td,
.recruit table td.fz13 {
font-size: 13px;
font-size: 1.3rem;
	}
.recruit table td.fz14 {
font-size: 14px;
font-size: 1.4rem;
	}

.tableflex {
	-js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
	}
.tableflex-left {
	width: 100px;
	}
.tableflex-left p {
	line-height: 1.8em;
	}

.recruit .tableflex-right table {
	margin-bottom: 20px;
	}
.recruit .tableflex-right table th {
	width: 140px;
	padding-right: 20px;
	}
.recruit .tableflex-right table th,
.recruit .tableflex-right table td {
	padding-top: 0;
	}
.recruit .tableflex-right table td.item {
	width: 74px;
	}
.recruit .tableflex-right table td.itemTime {
	letter-spacing: -0.05em;
	}

.recruit .bt-entry {
		display: block;
		margin: 28px auto 32px auto;
		width: 130px;
  margin-bottom: 15px;
		}
.recruit .bt-entry-text {
  text-align: center;
  line-height: 2.3rem;
  margin-bottom: 20px;
  font-size: 12px;
	font-size: 1.2rem;
		}
.recruit .caution {
	margin-left: 100px;
	margin-top: 10px;
	display: block;
}
@media screen and (max-width: 767px) {
.page .recruit h1 img {
	width: 50%;
	height: auto;
}

.recruit h2 {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}

.recruit table td.fz14 {
font-size: 11px;
font-size: 1.1rem;
	}
.recruit table{
	width:100%;
	
}
.recruit .scroll{
	overflow: auto;
	white-space: nowrap;
	/*-webkit-overflow-scrolling: touch;*/
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
.recruit {
	font-size: 10px;
}

.recruit table th {
	padding-right: 14px;
	}
.recruit table th:first-child {
	width: 70px;
	}
.recruit table th:nth-child(2) {
	width: 130px;
	}

.recruit .tableflex-right table td.item {
	padding-left: 14px;
	}
 
.recruit .scroll table td,
.recruit .scroll table td p {
	font-size: 10px !important;
	}
	.recruit .tableflex-left p {
		display: block;
		}
	.recruit .tableflex-right table {
		table-layout:fixed;
		position: relative;
		left: 70px;
	}
	.recruit .bt-entry {
		width: 80px;
		margin: 28px auto 0px auto;
    margin-bottom: 10px;
		}
  .recruit .bt-entry-text {
    margin-bottom: 0;
  }
	.recruit .bt-entry img {
		width: 100%;
		height: auto;
		}
	.recruit .caution {
		margin-left: 0px;
		margin-top: 10px;
		display: block;
	}
}

/* concpet
---------------------------*/
.concept .bg-pc {
  background: url(../img/concept/bg.png) no-repeat;
  padding: 105px 97px;
  margin-top: 30px;
  position: relative;
}
.concept .img {
  float: left;
  margin-right: 48px;
}
@media screen and (min-width: 768px) {
  .concept .bg-pc {
    margin-bottom: 20px;
  }
  .concept h1 {
    display: inline-block;
    position: absolute;
    right: 218px;
    top: 130px;
  }
  .concept h1,
  .concept p {
    float: right;
  }
  .concept p {
    clear: right;
    margin-right: 50px;
    padding-top: 234px;
  }
  .concept .img {
    float: left;
    margin: 24px 16px;
  }
}
@media screen and (max-width: 767px) {
  .page #contents .concept {
    margin-bottom: -26px;
  }
	.concept .bg-pc {
		background: none;
    padding: 0;
		margin-top: 10px;
	}
	
  .concept h1 {
    position: relative;
    right: auto;
    top: auto;
  }
	
	.concept h1 img {
    width: 44%;
		height: auto;
		
  }
	
	.concept .bg-sp {
		background: url(../img/concept/bg-sp.png) center top no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    padding: 20% 20% 10% 18%;
    text-align: center;
    height: auto;
	}
  .concept p {
    margin-bottom: 6px;
  }
  .concept p img,
  .concept .img {
    width: 100%;
    height: auto;
  }
	.concept .read img {
		width: 94%;
    margin-top: 5px;
    margin-bottom: 15px;
	}
	.concept .img {
		float: none;
    margin-right: 0;
    margin-bottom: 20%;
		}
  .concept .img.sp {
    width: 92%;
    display: inline-block;
  }
}


/* members_card
-----------------------------------------------------------------*/

.members_card .pc-only{
  display: block;
}

.members_card .sp-only {
  display: none;
}

.members_card h1 {
  margin-top: 20px;
  margin-bottom: 64px;
}
.members_card h2 {
  margin-bottom: 40px;
}
.members_card h2,
.members_card .read {
  text-align: center;
}

.members_card .read-bottom {
  margin-bottom: 52px;
  margin-top: 20px;
  color: #fb97b2;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2em;
}

.members_card table {
  margin-left: 24px;
}
.members_card table th {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  padding-left: 40px;
}
.members_card table th div {
  font-size: 14px;
  font-size: 1.4rem;
}
.members_card table td {
  padding-left: 35px;
}
.members_card table th,
.members_card table td {
  padding-bottom: 20px;
  vertical-align: top;
}
.members_card table tr:first-child th{
  background: url(../img/members_card/list-1.png) left 0.2em no-repeat;
}
.members_card table tr:nth-child(2) th {
  background: url(../img/members_card/list-2.png) left 0.2em no-repeat;
}
.members_card table tr:nth-child(3) th {
  background: url(../img/members_card/list-3.png) left 0.2em no-repeat;
}
.members_card table tr:nth-child(4) th {
  background: url(../img/members_card/list-4.png) left 0.2em no-repeat;
}
.members_card table tr:nth-child(5) th {
  background: url(../img/members_card/list-5.png) left 0.2em no-repeat;
}
.members_card table td li {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.7em;
}
.members_card table td li:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #9c8262;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  bottom: 0.2em;
}
.members_card table td li:first-child:before {
  margin-right: -2px;
}
.members_card h3 {
/*  margin: 70px 0 0;*/
  margin: 38px 0 6px 0;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fb97b2;
	font-weight: bold;
  letter-spacing: 0.05em;
}
.members_card h3 span {
	font-family: 'Cutive Mono', monospace;
	font-size: 32px;
	font-size: 3.2rem;
}
.members_card h3 img {
	margin-right: 10px;
}
.members_card h3 + p + p {
  font-size: 14px;
  font-size: 1.4rem;
}
.members_card .img {
  margin: 0;
}

.members_card-table {
  background-image:
    url(../img/common/border-dot.png),
    url(../img/common/border-dot.png);
  background-repeat:
    repeat-x;
  background-position:
    left top,
    left bottom;
  padding-top: 44px;
/*  padding-bottom: 24px;*/
  margin-bottom: 58px;
}

.members_card .hr{
	display: block;
	height: 51px;
  width: 100%;
	 background-image: url("../img/common/hr.png");
/*  margin: 0 -78px;*/
}

.members_card .text01 {
  color: #fb97b2;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 19px;
}

.members_card .text02 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  margin-bottom: 17px;
}

.members_card .text02.first {
padding-top: 13px;
}


.members_card .text02-link {
  color: #FCBDDE;
}
.members_card .text02 a:hover {
  text-decoration: none;
}

.members_card .text-size {
  margin-bottom: 43px;
  font-size: 12px;
  font-size: 1.2rem;
}

.members_card .members_card-block .img{
  margin-bottom: 10px;
}

.members_card .members_card-block p:last-child .img{
  margin-bottom: 0;
}

/*
.members_card .newsList .newsList-box,
.page .news .newsList-box {
	width: 24%;
	margin-right: 9px;
	float: left;
	margin-bottom: 22px;
	}
*/

.newsList {
	margin-right: -15px;
	overflow: hidden;
	}
.newsList-box {
	width: 24%;
	margin-right: 9px;
	float: left;
	margin-bottom: 22px;
	}
.newsList a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #A9875A;
	}
.newsList-box h2 {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 2px;
	}
.newsListThumb {
	background: url(../img/news/newsList-box-bg.png) no-repeat;
	padding: 24px 2px 28px 0px;	
	}


.newsListThumb_new {
	background: url("../img/members_card/bg-thumb.png") no-repeat;
	padding: 24px 13.8px 28px 0px;	
	}


.newsListThumb-inner {
	display: inline-block;
	overflow: hidden;
	}




.newsListThumb-inner img {
	vertical-align: bottom;
	-webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
	}
.newsList-box p {
	font-size: 12px;
	font-size: 1.2rem;
	}

.newsList a:hover {
	color: #f24d7b;
	}
.newsList a:hover .newsListThumb-inner img {
	transform:scale(1.05);
	}


.newsListThumb-inner_new {
	display: inline-block;
	overflow: hidden;
  width: 160px;
  height: auto;
  border-radius: 50%;
	}

.newsListThumb-inner_new img {
	vertical-align: bottom;
	-webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
	}

.newsList a:hover .newsListThumb-inner_new img {
	transform:scale(1.05);
	}




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

/*ここから新しいスタイル*/

/*
.members_card .pc-only{
    display: none;
  }

  .members_card .sp-only {
    display: block;
  }
*/

.members_card {
  color: #a88460;
  width: 900px;
  margin: 0 auto 100px;
}

.member-container {
    width: 440px;
    text-align: left;
    margin: 65px auto 90px;
}

.member-container_last {
    width: 440px;
    text-align: left;
    margin: 85px auto 0;
}


/*サムネイル*/

.members_thumb {
    display: flex;
    flex-wrap: wrap;
/*    justify-content: space-around;*/
	justify-content: center;
	gap: 22px;
    margin-bottom: 50px;
}

.members_thumb_block {
/*    margin-right: 9px;*/
    margin-bottom: 22px;
    text-align: center;
}

.thumb_lace {
    background: url("../img/members_card/bg-thumb.png") no-repeat;
    padding: 24px 21.5px 28px 22px;
    margin-bottom: 15px;
}

.thumb_img {
    width: 160px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

@media screen and (min-width: 768px) {
.thumb_img img {
	vertical-align: bottom;
	-webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      transition: 0.2s;
	}
.members_thumb a:hover .thumb_img img {
	transform:scale(1.05);
	}
  }


.members_card .read {
  margin-bottom: 52px;
  color: #fb97b2;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2em;
}


.member-container .title {
    margin-bottom: 20px;
}

.member-container .image {
    margin-bottom: 25px;
}

.member-container .image .first img{
    padding-bottom: 20px;
}

.member-container .image .mini {
    display: flex;
    justify-content: space-between;
}

.member-container .text {
    color: #FC98B6;
    font-size: 12px;
    font-size: 1.2rem;
}

.member-container .text .bold {
    font-weight: bold;
    margin-bottom: 13px;
    font-size: 13px;
    font-size: 1.3rem;
  
}

.member-container .text .name {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 13px;
}

.member-container .text .detail {
    line-height: 20px;
    margin-bottom: 13px;
}

@media screen and (min-width: 768px) {
    .text .nowrap {
  white-space: nowrap;
}
    .member-container_last .nowrap {
        white-space: nowrap;
    }

}

.member-container .text .size {
    color: #B29A7E;
}

.member-container_last .last-text {
    color: #FC98B6;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
}

.member-container .pb15 {
    padding-bottom: 15px;
}


@media screen and (max-width: 767px) {
    .members_card {
        margin-bottom: 30px;
    }
    
    .members_card .read {
        font-size: 16px;
        font-size: 1.6rem;
    }
    
    .members_thumb_block {
        width: 50%;
    }
    
    .member-container {
        margin-top: 40px;
        margin-bottom: 43px;
        width: 100%;
    }
  
  .member-container .text .bold {
    font-size: 14px;
    font-size: 1.4rem;
  
}
    
    .image .first img{
        width: 100%;
    }
    
    .image img {
        width: 100%;
    }
    
    .member-container .image .mini {
        width: 100%;
    }
  
  .member-container .image .mini img {
        width: 48%;
  }
    

    .member-container_last {
        width: 100%;
        margin-top: 20px;
    }
    
    .member-container_last .last-text {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.8em;
    }
    
    .members_thumb {
        max-width: 450px;
		justify-content: space-around;
		gap: 0;
    }
    
    .thumb_lace {
        background-size: 100% auto;
        padding: 23px 22.5px 19px 21px;
    }
    
    .thumb_img {
        width: 100%;
    }
    
    .thumb_img img {
        width: 100%;
      vertical-align: bottom;
    }
  

}


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


@media screen and (max-width: 767px) {
  
  .members_card .pc-only{
    display: none;
  }

  .members_card .sp-only {
    display: block;
  }
  
  .members_card {
    width: 100%;
    margin: 0 auto;
  }
	.page .members_card h1 img {
    width: 60%;
}
  .members_card h1 {
    margin-top: 10px;
    margin-bottom: 44px;
  }
  .members_card h2 {
    margin-bottom: 20px;
  }
  .members_card h2 img,
  .members_card .read img {
    width: 100%;
  }
  .members_card h2 img {
    max-width: 260px;
  }
    
/*
  .members_card .read {
    margin-bottom: 30px;
  }
*/
  
/*
  .members_card table {
  	margin-left: 20px;
	}
	.members_card table th {
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		padding-left: 30px;
		white-space: nowrap;
	}
	.members_card table th div {
		font-size: 10px;
		font-size: 1.0rem;
	}
	.members_card table td {
		padding-left: 18px;
	}
	.members_card table th,
	.members_card table td {
		padding-bottom: 20px;
	}
	.members_card table td li {
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.6em;
	}
*/
/*
  .members_card .img {
    width: 100%;
    height: auto;
  }
*/
/*
  .members_card h3 img {
		height: 36px;
		height: 15px;
	}
	.members_card h3 {
    margin: 40px 0 4px;
		font-size: 16px;
	  font-size: 1.6rem;
	}
	.members_card h3 span {
	font-size: 22px;
	font-size: 2.2rem;
}
	.members_card h3 + p + p {
		font-size: 11px;
		font-size: 1.1rem;
	}
*/
/*
	.members_card .img {
  margin: 5px 0;
  }
*/
/*
	.members_card p:last-child {
  margin-bottom: 0px;
}
*/
  
  .members_card .hr {
    margin: 0 auto;
  }
}





/* about
---------------------------*/
.about {
	color: #A78360;
	margin-bottom: 30px;
	}
.about h1 {
	font-size: 16px;
	text-align: left;
	padding-top: 50px;
	letter-spacing: 1px;
	}
.about h2 {
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.about p {
	letter-spacing: 0.5px;
	}
.about p,
.about li {
	font-size: 12px;
	line-height: 2em;
	}

.about hr {
	margin-top: 32px;
	margin-bottom: -4px;
}
.about ul {
	margin-top: 8px;
}
.about li {
  position: relative;
}
.about li:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #9c8262;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  bottom: 0.2em;
}
@media screen and (max-width: 767px) {
	.about {
		padding: 0 2%;
	}
	.about h1 {
		padding-top: 20px;
		letter-spacing: 1px;
		}
	.about p {
		letter-spacing: 0;
	}
	}

/* company
---------------------------*/
.company {
	color: #A78360;
	margin-bottom: 30px;
	}
.company h1 {
	font-size: 15px;
	text-align: left;
	padding-top: 50px;
	letter-spacing: 2px;
	}
.company table {
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 120px;
	letter-spacing: 1px;
}

.company table th,
.company table td {
	padding: 8px 0;
	}
.company table th {
	padding: 8px 60px 8px 0;
	font-weight: normal;
	}


.company hr {
	margin-top: 32px;
	margin-bottom: -4px;
}

@media screen and (max-width: 767px) {
	.company {
		padding: 0 2%;
	}
	.company table {
		margin-bottom: 0px;
		}
	.company h1 {
		padding-top: 20px;
		letter-spacing: 1px;
		}
	.company table th {
		white-space: nowrap;
		padding: 8px 20px 8px 0;
		}
	.company table a {
		color: #A78360;
		}
	}
	

/* contact
---------------------------*/
.contact{
	color: #a88460;
	font-size: 1.4rem;
	line-height: 2;
}
.contact h1 img{
	width: 150px;
}
.contact .contact-block{
	padding:0 8px 56px;
}
.contact .contact-mail {
	margin-bottom: 40px;
}
.contact .contact-mail-address {
	color: #FCBDDE;
}
.contact .contact-mail-address:hover {
	text-decoration: none;
}
.contact .contact-block a {
	color: #FCBDDE;
} 
.contact .hr{
	display: block;
	width: 100%;
	height: 51px;
	 background-image: url("../img/common/hr.png");
	margin-bottom: 32px;
}
.contact .contact-list-item {
	padding-bottom: 24px;
}
.contact .contact-list-item a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.contact{	
	font-size: 1.2rem;
	}
	.contact .contact-block:last-child{	
	padding: 0;
	}
	.contact .contact-list-item:last-child {
	padding: 0;
}
}

/* privacy
---------------------------*/
.privacy {
	color: #A78360;
	margin-bottom: 35px;
	}
.privacy h1 {
	font-size: 16px;
	text-align: left;
	padding-top: 50px;
	letter-spacing: 1px;
	}
.privacy h2 {
	font-size: 14px;
	margin-top: 32px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.privacy h2:first-child {
	margin-top: 40px;
}
.privacy p {
	letter-spacing: 0.5px;
	}
.privacy p,
.privacy li {
	font-size: 12px;
	line-height: 2em;
	}

.privacy hr {
	margin-top: 32px;
	margin-bottom: 34px;
}
.privacy ol {
	padding-left: 1.5em;
}
.privacy li {
  position: relative;
	list-style: decimal;
}

@media screen and (max-width: 767px) {
.privacy {
	padding: 0 2%;
}
.privacy h1 {
	padding-top: 20px;
	letter-spacing: 1px;
	}
.privacy p {
	letter-spacing: 0;
}
}

/* social-media-policy
---------------------------*/
.social-media-policy {
	color: #A78360;
	margin-bottom: 35px;
	}
.social-media-policy h1 {
	font-size: 16px;
	text-align: left;
	padding-top: 50px;
	letter-spacing: 1px;
	}
.social-media-policy h2 {
	font-size: 14px;
	margin-top: 32px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.social-media-policy h2:first-child {
	margin-top: 40px;
}
.social-media-policy p {
	letter-spacing: 0.5px;
	}
.social-media-policy p,
.social-media-policy li {
	font-size: 12px;
	line-height: 2em;
	}

.social-media-policy hr {
	margin-top: 32px;
	margin-bottom: 34px;
}
.social-media-policy ol {
	padding-left: 1.5em;
}
.social-media-policy li {
  position: relative;
	list-style: decimal;
}

@media screen and (max-width: 767px) {
.social-media-policy {
	padding: 0 2%;
}
.social-media-policy h1 {
	padding-top: 20px;
	letter-spacing: 1px;
	}
.social-media-policy p {
	letter-spacing: 0;
}
}
	
