@charset "utf-8";
/* CSS Document */

:root {
	--color01: #4B6E51;/*グリーン*/
	--color02: #B3AB9F;/*ベージュ*/
	--color03: #ffffff;/*白*/
	--color04: #2E342F;/*ネイビー*/
	--color05: #f6f5f1;/*クリーム*/
	--color06: #FFFBCE;/*黄色*/
	--color07: #3C5440;/*ダークグリーン*/
}

.pc {
	display: block;
}
.sp {
	display: none;
}

#couple {
	font-family: "source-han-serif-japanese", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	background-color: var(--color05);
	overflow: hidden;
}

#couple > section {
	max-width: 1200px;
	margin: 0 auto;
}
#couple > section#kv {
	margin-top: 73px;
}
#couple > section#kv > h2 {
	width: 100%;
}
#couple > section#kv > h2 > img {
	width: 100%;
	height: auto;
}
#couple > section#kv > div.lead {
	max-width: 880px;
	font-size: 16px;
	text-align: center;
	line-height: 200%;
	margin: 64px auto;
}

#couple > section#first,
#couple > section#second {
	max-width: 1440px;
	margin: 0 auto;
	box-sizing: border-box;
}
#couple > section#first > div,
#couple > section#second > div {
	max-width: 920px;
	background-color: var(--color02);
	border-top-color: var(--color01);
	border-top-width: 8px;
	border-top-style: solid;
	margin: 0 auto;
}
#couple > section#first > div > h3,
#couple > section#second > div > h3 {
	display: inline-block;
	width: 230px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: var(--color01);
	margin: 0px auto 40px;
    padding: 0px 0 18px;
	border-radius: 0 0 40px 40px;
}
#couple > section#first > div > h3::first-letter,
#couple > section#second > div > h3::first-letter {
	font-size: 28px;
}

#couple > section#first > div > div.sch_box,
#couple > section#second > div > div.sch_box {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
#couple > section#first > div > div.sch_box:last-of-type,
#couple > section#second > div > div.sch_box:last-of-type {
	padding-bottom: 20px;
}
#couple > section#first > div > div.sch_box > div.sch_inner,
#couple > section#second > div > div.sch_box > div.sch_inner {
	width: 920px;
	display: flex;
	background-color: var(--color02);
	padding: 0 40px 20px;
	box-sizing: border-box;
}

#couple > section#first > div > div.sch_box > div.sch_inner > div.img,
#couple > section#second > div > div.sch_box > div.sch_inner > div.img {
	width: 380px;
	background-color: var(--color05);
	padding: 20px 20px 25px 20px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	order: 1;
	
}
.swiper-container {
	overflow: hidden;
	position: relative;
}
#couple > section#first > div > div.sch_box > div.sch_inner > div.img img,
#couple > section#second > div > div.sch_box > div.sch_inner > div.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}
#couple > section#first > div > div.sch_box > div.sch_inner > div.img > .time,
#couple > section#second > div > div.sch_box > div.sch_inner > div.img > .time{
	position: absolute;
	top: 40px;
	left: 30px;
	z-index: 9;
}
#couple > section#first > div > div.sch_box > div.sch_inner > div.img > .time > span:nth-of-type(1),
#couple > section#second > div > div.sch_box > div.sch_inner > div.img > .time > span:nth-of-type(1){
	font-size: 15px;
	color: var(--color03);
	background-color: rgb(75 110 81 / .9);
	border-radius: 3px 0 0 3px;
	padding: 3px 13px;
}
#couple > section#first > div > div.sch_box > div.sch_inner > div.img > .time > span:nth-of-type(2),
#couple > section#second > div > div.sch_box > div.sch_inner > div.img > .time > span:nth-of-type(2){
	font-size: 15px;
	color: var(--color03);
	background-color: rgb(46 52 47 / .8);
	border-radius: 0 3px 3px 0;
	padding: 3px 13px;
}
#couple > section#first > div > div.sch_box > div.sch_inner > div.txt,
#couple > section#second > div > div.sch_box > div.sch_inner > div.txt {
	width: 540px;
	background-color: var(--color05);
	text-align: left;
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
	order: 2;
}
#couple > section#first > div > div.sch_box:nth-of-type(odd) > div.sch_inner > div.txt,
#couple > section#second > div > div.sch_box:nth-of-type(odd) > div.sch_inner > div.txt {
	padding-right: 40px;
}
#couple > section#first > div > div.sch_box:nth-of-type(even) > div.sch_inner > div.img,
#couple > section#second > div > div.sch_box:nth-of-type(even) > div.sch_inner > div.img {
	order: 2;
}
#couple > section#first > div > div.sch_box:nth-of-type(even) > div.sch_inner > div.txt,
#couple > section#second > div > div.sch_box:nth-of-type(even) > div.sch_inner > div.txt {
	order: 1;
	padding-left: 40px;
}
#couple > section#first > div > div.sch_box > div.sch_inner > div.txt > div:nth-of-type(1),
#couple > section#second > div > div.sch_box > div.sch_inner > div.txt > div:nth-of-type(1) {
	text-align: center;
	margin-bottom: 16px;
}
#couple > section#first > div > div.sch_box > div.sch_inner > div.txt > div > img,
#couple > section#second > div > div.sch_box > div.sch_inner > div.txt > div > img {
	width: 34px;
	height: 34px;
}
#couple > section#first > div > div.sch_box > div.sch_inner > div.txt > div:nth-of-type(2),
#couple > section#second > div > div.sch_box > div.sch_inner > div.txt > div:nth-of-type(2) {
	line-height: 200%;
	text-align: left;
	margin:0 0 20px 0;
}
#couple .txt ul.link {
	width: 100%;
	display: flex;
}
#couple .txt ul.link > li {
	width: 50%;
}
#couple .txt a {
	display: inline;
	margin: 0 0 20px;
}
#couple .txt a:link,
#couple .txt a:visited,
#couple .txt a:active {
	color: var(--color01);
	font-size: 15px;
	text-decoration: none;
	border-bottom-color: var(--color01);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#couple .txt a:after {
	content: "";
	display: inline-block;
	background-image: url(../images/common/arrow_01.webp);
	width: 7px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 5px;
    vertical-align: -1px;
}

/* イラスト */
#couple > section#first > div > div.sch_box:nth-of-type(1) > div.ill {
	position: absolute;
	bottom: 5px;
    right: -8px;
	top: auto;
    left: auto;
	z-index: 88;
}
#couple > section#first > div > div.sch_box:nth-of-type(1) > div.ill > img {
	width: 158px;
	height: auto;
}

#couple > section#first > div > div.sch_box:nth-of-type(2) > div.ill {
	position: absolute;
	top: auto;
    right: 300px;
    bottom: -6px;
	z-index: 88;
}
#couple > section#first > div > div.sch_box:nth-of-type(2) > div.ill > img {
	width: 130px;
	height: auto;
}

#couple > section#first > div > div.sch_box:nth-of-type(2) > div.ill2 {
	position: absolute;
    bottom: auto;
    right: auto;
    top: -10px;
    left: 140px;
	z-index: 88;
}
#couple > section#first > div > div.sch_box:nth-of-type(2) > div.ill2 > img {
	width: 32px;
	height: auto;
}
#couple > section#first > div > div.sch_box:nth-of-type(3) > div.ill {
	position: absolute;
    top: auto;
    left: 0%;
    bottom: -45px;
	z-index: 88;
}
#couple > section#first > div > div.sch_box:nth-of-type(3) > div.ill > img {
	width: 120px;
	height: auto;
}
#couple > section#first > div > div.sch_box:nth-of-type(5) > div.ill {
	position: absolute;
    top: auto;
    right: 180px;
    bottom: 30px;
	z-index: 88;
}
#couple > section#first > div > div.sch_box:nth-of-type(5) > div.ill > img {
	width: 180px;
	height: auto;
}
#couple > section#second > div > div.sch_box:nth-of-type(2) > div.ill {
	position: absolute;
    top: auto;
    left: 320px;
    bottom: 10px;
	z-index: 88;
}
#couple > section#second > div > div.sch_box:nth-of-type(2) > div.ill > img {
	width: 160px;
	height: auto;
}
#couple > section#second > div > div.sch_box:nth-of-type(3) > div.ill {
	position: absolute;
	top: auto;
    left: 100px;
    bottom: 40px;
    right: auto;
	z-index: 88;
}
#couple > section#second > div > div.sch_box:nth-of-type(3) > div.ill > img {
	width: 110px;
	height: auto;
}
#couple > section#second {
	background-image: url(../images/common/plan_bg_pc.webp);
	background-repeat: repeat-x;
	background-position: bottom;
}
#couple > div.line {
	text-align: center;
	margin: 20px 0;
}
#couple > div.line > img {
	width: 4px;
	height: 25px;
}

#couple > section#plan {
	max-width: 1440px;
	background-color: var(--color01);
	padding: 30px 0 40px;
	box-sizing: border-box;
	position: relative;
}
#couple > section#plan > div {
	width: 100%;
	color: var(--color03);
	overflow: hidden;
	max-width: 90%;
	margin: 0 auto;
}
#couple > section#plan > div > div.season {
	display: block;
	font-size: 18px;
	text-align: center;
}
#couple > section#plan > div > div.season:before {
	content: "";
	display: inline-block;
	background-image: url(../images/common/plan_left.webp);
	width: 7px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
	vertical-align: -4px;
}
#couple > section#plan > div > div.season:after {
	content: "";
	display: inline-block;
	background-image: url(../images/common/plan_right.webp);
	width: 7px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 5px;
	vertical-align: -4px;
}

#couple > section#plan > div > div.title {
	display: block;
	margin: 10px auto 24px;
}
#couple > section#plan > div > div.title > img {
	width: 433px;
}

#couple > section#plan > div > div {
	display: flex;
	width: 880px;
	margin: 0 auto;
}
#couple > section#plan > div > div > div.img {
	width: 400px;
	
	margin-bottom: 0;
	position: relative;
}
#couple > section#plan > div > div > div.img img {
	width: 100%;
	height: auto;
}
#couple > section#plan > div > div > div.txt {
	width: 480px;
	text-align: left;
	padding: 40px 48px;
	box-sizing: border-box;
}
#couple > section#plan .txt a:link,
#couple > section#plan .txt a:visited,
#couple > section#plan .txt a:active {
	color: var(--color06);
	font-size: 16px;
	text-decoration: none;
	border-bottom-color: var(--color06);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#couple > section#plan .txt a:after {
	content: "";
	display: inline-block;
	background-image: url(../images/common/arrow_02.webp);
	width: 7px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 5px;
	vertical-align: -1px;
}
#couple > section#plan p {
	font-weight: 100;
	line-height: 200%;
	margin-top: 30px;
}
#couple > section#plan > div > div.ill {
	display: inline-block;
	width: 150px;
	height: auto;
	position: absolute;
	bottom: 0px;
	left: 80px;
	z-index: 88;
}
#couple > section#plan > div > div.ill.sp {
	display: none;
}
#couple > section#plan > div > div.ill > img {
	width: 100%;
	height: auto;
}
#couple > section#plan > div > div.ill2 {
	display: inline-block;
	width: 150px;
	height: auto;
	position: absolute;
	bottom: 0px;
	right: 80px;
	z-index: 88;
}
#couple > section#plan > div > div.ill2 > img {
	width: 100%;
	height: auto;
}

#couple > section#button {
	width: 90%;
	background-color: var(--color05);
	margin: 0 auto;
	/*padding: 0 0 20px;　ボタンありの場合*/
	padding: 30px 0;
}
#couple > section#button > div {
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin: 64px auto;
}
#couple > section#button > div > a {
	display: block;
	width: 414px;
	color: var(--color01);
	border-color: var(--color07);
	border-width: 1px;
	border-style: solid;
	border-radius: 50px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 20px;
	position: relative;
}
#couple > section#button > div > a:after {
    content: "";
    display: inline-block;
    background-image: url(../images/common/arrow_01.webp);
    width: 7px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#couple > section#button > div > a:first-of-type {
	margin: 0 auto 16px;
}

#couple > section#button > span {
	display: block;
	font-size: 11px;
	text-align: center;
	line-height: 160%;
}
/* swiper カスタマイズ部分 */
.swiper-pagination {
	width: 100%;
	bottom: 15px;
}
.swiper-pagination-bullet {
	width: 4px;
	height: 4px;
	background-color: #fff;
	margin: 0 5px;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #000;
	opacity: 1;
}


	@media only screen and (max-width: 768px) {
		.pc {
			display: none;
		}
		.sp {
			display: block;
		}
		#couple {
			font-size: 14px;
		}
		#couple > section {
			width: auto;
			max-width: 100%;
			margin: 0 auto;
		}
		#couple > section#kv {
			margin-top: 85px;
		}
		#couple > section#kv > h2 {
			width: 100%;
		}
		#couple > section#kv > h2 > img {
			width: 100%;
			height: auto;
		}
		#couple > section#kv > div.lead {
			width: 90%;
			max-width: 90%;
			text-align: center;
			line-height: 200%;
			margin: 40px auto;
		}

		#couple > section#first,
		#couple > section#second {
			width: 100%;
			max-width: 100%;
			margin: 0 auto;
			box-sizing: border-box;
		}
		#couple > section#first > div,
		#couple > section#second > div {
			width: 90%;
			max-width: 90%;
			background-color: var(--color02);
			border-top-color: var(--color01);
			border-top-width: 8px;
			border-top-style: solid;
			margin: 0 auto;
		}
		#couple > section#first > div > h3,
		#couple > section#second > div > h3 {
			display: inline-block;
			width: auto;
			font-size: 17px;
			color: #fff;
			background-color: var(--color01);
			margin: 0px auto 40px;
			padding: 0px 5em 16px;
			border-radius: 0 0 40px 40px;
		}
		#couple > section#first > div > h3::first-letter,
		#couple > section#second > div > h3::first-letter {
			font-size: 24px;
		}

		#couple > section#first > div > div.sch_box,
		#couple > section#second > div > div.sch_box {
			width: 100%;
			max-width: 100%;
			margin: 0 auto;
			position: relative;
		}
		#couple > section#first > div > div.sch_box:last-of-type,
		#couple > section#second > div > div.sch_box:last-of-type {
			padding-bottom: 20px;
		}
		#couple > section#first > div > div.sch_box > div.sch_inner,
		#couple > section#second > div > div.sch_box > div.sch_inner {
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			background-color: var(--color02);
			padding: 0 20px 20px;
			box-sizing: border-box;
		}

		#couple > section#first > div > div.sch_box > div.sch_inner > div.img,
		#couple > section#second > div > div.sch_box > div.sch_inner > div.img {
			width: 100%;
			padding: 0;
			overflow: hidden;
			position: relative;
			order: 1;
		}

		#couple > section#first > div > div.sch_box > div.sch_inner > div.img > .time,
		#couple > section#second > div > div.sch_box > div.sch_inner > div.img > .time{
			position: absolute;
			top: 15px;
			left: 10px;
			z-index: 9;
		}
		#couple > section#first > div > div.sch_box > div.sch_inner > div.txt,
		#couple > section#second > div > div.sch_box > div.sch_inner > div.txt {
			width: 100%;
			background-color: var(--color05);
			text-align: left;
			margin: auto;
			padding: 20px 20px 20px 25px;
			order: 2;
		}
		#couple > section#first > div > div.sch_box:nth-of-type(odd) > div.sch_inner > div.txt,
		#couple > section#second > div > div.sch_box:nth-of-type(odd) > div.sch_inner > div.txt {
			padding-right: 20px;
		}
		#couple > section#first > div > div.sch_box:nth-of-type(even) > div.sch_inner > div.txt,
		#couple > section#second > div > div.sch_box:nth-of-type(even) > div.sch_inner > div.txt {
			order: 1;
			padding-left: 20px;
		}
		#couple > section#first > div > div.sch_box:nth-of-type(even) > div.sch_inner > div.img,
		#couple > section#second > div > div.sch_box:nth-of-type(even) > div.sch_inner > div.img {
			order: 1;
		}
		#couple > section#first > div > div.sch_box:nth-of-type(even) > div.sch_inner > div.txt,
		#couple > section#second > div > div.sch_box:nth-of-type(even) > div.sch_inner > div.txt {
			order: 2;
		}
		#couple > section#first > div > div.sch_box > div.sch_inner > div.txt > div:nth-of-type(1),
		#couple > section#second > div > div.sch_box > div.sch_inner > div.txt > div:nth-of-type(1) {
			text-align: center;
			margin-bottom: 16px;
		}
		#couple > section#first > div > div.sch_box > div.sch_inner > div.txt > div > img,
		#couple > section#second > div > div.sch_box > div.sch_inner > div.txt > div > img {
			width: 34px;
			height: 34px;
		}
		#couple > section#first > div > div.sch_box > div.sch_inner > div.txt > div:nth-of-type(2),
		#couple > section#second > div > div.sch_box > div.sch_inner > div.txt > div:nth-of-type(2) {
			line-height: 200%;
			text-align: left;
			margin-bottom: 32px;
		}
		#couple .txt a:link,
		#couple .txt a:visited,
		#couple .txt a:active {
			font-size: 13px;
		}

		/* イラスト */
		#couple > section#first > div > div.sch_box:nth-of-type(1) > div.ill {
			position: absolute;
			top: 25%;
			left: -10%;
			bottom: auto;
			right: auto;
			z-index: 88;
		}
		#couple > section#first > div > div.sch_box:nth-of-type(1) > div.ill > img {
			width: 158px;
			height: auto;
		}

		#couple > section#first > div > div.sch_box:nth-of-type(2) > div.ill {
			position: absolute;
			top: 20%;
			right: -8%;
			bottom: auto;
			left: auto;
			z-index: 88;
		}
		#couple > section#first > div > div.sch_box:nth-of-type(2) > div.ill > img {
			width: 130px;
			height: auto;
		}

		#couple > section#first > div > div.sch_box:nth-of-type(2) > div.ill2 {
			position: absolute;
			bottom: 8%;
			right: 10%;
			top: auto;
			left: auto;
			z-index: 88;
		}
		#couple > section#first > div > div.sch_box:nth-of-type(2) > div.ill2 > img {
			width: 32px;
			height: auto;
		}
		#couple > section#first > div > div.sch_box:nth-of-type(3) > div.ill {
			position: absolute;
			top: 23%;
			left: -6%;
			bottom: auto;
			right: auto;
			z-index: 88;
		}
		#couple > section#first > div > div.sch_box:nth-of-type(3) > div.ill > img {
			width: 120px;
			height: auto;
		}
		#couple > section#first > div > div.sch_box:nth-of-type(5) > div.ill {
			position: absolute;
			top: 26%;
			right: -8%;
			bottom: auto;
			left: auto;
			z-index: 88;
		}
		#couple > section#first > div > div.sch_box:nth-of-type(5) > div.ill > img {
			width: 150px;
			height: auto;
		}
		#couple > section#second > div > div.sch_box:nth-of-type(2) > div.ill {
			position: absolute;
			top: 27%;
			right: -5%;
			bottom: auto;
			left: auto;
			z-index: 88;
		}
		#couple > section#second > div > div.sch_box:nth-of-type(2) > div.ill > img {
			width: 140px;
			height: auto;
		}
		#couple > section#second > div > div.sch_box:nth-of-type(3) > div.ill {
			position: absolute;
			bottom: 2%;
			right: 10%;
			top: auto;
			left: auto;
			z-index: 88;
		}
		#couple > section#second > div > div.sch_box:nth-of-type(3) > div.ill > img {
			width: 110px;
			height: auto;
		}
		#couple > section#second {
			background-image: url(../images/common/plan_bg_sp.webp);
			background-repeat: repeat-x;
			background-position: bottom;
		}
		#couple > div.line {
			text-align: center;
			margin: 20px 0;
		}
		#couple > div.line > img {
			width: 4px;
			height: 25px;
		}
		#couple .txt ul.link {
			width: 100%;
			display: block;
		}
		#couple .txt ul.link >li {
			width: 100%;
			display: block;
			margin-bottom: 10px;
		}

		#couple > section#plan {
			background-color: var(--color01);
			padding: 30px 6px 0;
		}
		#couple > section#plan > div {
			width: 90%;
			color: var(--color03);
			overflow: hidden;
			max-width: 90%;
			margin: 0 auto;
		}
		#couple > section#plan > div > div.season {
			width: 100%;
		}

		#couple > section#plan > div > div.season:before {
			content: "";
			display: inline-block;
			background-image: url(../images/common/plan_left.webp);
			width: 7px;
			height: 14px;
			background-size: contain;
			background-repeat: no-repeat;
			margin-right: 5px;
			vertical-align: -4px;
		}
		#couple > section#plan > div > div.season:after {
			content: "";
			display: inline-block;
			background-image: url(../images/common/plan_right.webp);
			width: 7px;
			height: 14px;
			background-size: contain;
			background-repeat: no-repeat;
			margin-left: 5px;
			vertical-align: -4px;
		}
		#couple > section#plan > div > div {
			display: block;
			width: 100%;
		}
		#couple > section#plan > div > div > div.img {
			width: 100%;
			margin-bottom: 40px;
			position: relative;
		}
		#couple > section#plan > div > div > div.txt {
			width: 100%;
			text-align: left;
			padding: 0 0 160px;
		}

		#couple > section#plan > div > div.title {
			width: 100%;
			margin: 20px 0 24px;
		}
		#couple > section#plan > div > div.title > img {
			width: 100%;
		}

		#couple > section#plan .txt a:link,
		#couple > section#plan .txt a:visited,
		#couple > section#plan .txt a:active {
			color: var(--color06);
			font-size: 16px;
			text-decoration: none;
			border-bottom-color: var(--color06);
			border-bottom-width: 1px;
			border-bottom-style: dotted;
		}
		#couple > section#plan .txt a:after {
			content: "";
			display: inline-block;
			background-image: url(../images/common/arrow_02.webp);
			width: 7px;
			height: 12px;
			background-size: contain;
			background-repeat: no-repeat;
			margin-left: 5px;
			vertical-align: -1px;
		}
		#couple > section#plan p {
			line-height: 200%;
		}
		#couple > section#plan > div > div.ill.sp {
			display: inline-block;
			height: auto;
			position: absolute;
			bottom: 0px;
			left: 50%;
			transform: translate(-50%, -0%);
			-webkit-transform: translate(-50%, -0%);
			-ms-transform: translate(-50%, -0%);

			z-index: 88;
		}
		#couple > section#plan > div > div.ill > img {
			max-width: 150px;
			height: auto;
		}
		#couple > section#plan > div > div.ill.pc,
		#couple > section#plan > div > div.ill2.pc {
			display: none;
		}

		#couple > section#button {
			width: 90%;
			background-color: var(--color05);
			margin: 0 auto;
			
		}
		#couple > section#button > div {
			width: 100%;
			max-width: 100%;
			margin: 0 auto;
			padding: 30px 0;
		}
		#couple > section#button > div > a {
			display: block;
			width: 100%;
			color: var(--color01);
			border-color: var(--color07);
			border-width: 1px;
			border-style: solid;
			border-radius: 50px;
			text-align: center;
			margin-bottom: 16px;
			padding: 20px 0 20px;
			position: relative;
		}
		#couple > section#button > div > a:after {
			content: "";
			display: inline-block;
			background-image: url(../images/common/arrow_01.webp);
			width: 7px;
			height: 12px;
			background-size: contain;
			background-repeat: no-repeat;
			position: absolute;
			top: 50%;
			right: 15px;
			transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
		}

		#couple > section#button > div > span {
			display: block;
			font-size: 11px;
			text-align: center;
			line-height: 160%;
			margin-top: 32px;
		}
	}








