@charset "UTF-8";

/* ============================================================
	共通(id,class)
============================================================ */
#contents {
	margin-top: 0;
}

/* ============================================================
	ヘッダー
============================================================ */
#header {
	top: -100px;
}
#header .button-li-a {
	background: #ea8b00;
	color: #fff;
}


/* ============================================================
	固定ボタン
============================================================ */
#fixed {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
}
#fixed .button {
}
#fixed .button-a {
	position: relative;
	width: 90px;
	height: 250px;
	margin: 0 auto;
	background: #ea8b00;
	display: block;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	font-size: 24px;
	color: #fff;
	text-align: center;
	text-indent: .12em;
	letter-spacing: .12em;
	line-height: 3.5;
}
#fixed .button-a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -60px;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 90px 60px 0;
	border-color: transparent #ea8b00 transparent transparent;
}


/* ============================================================
	ビジュアル
============================================================ */
#visual {
	position: relative;
	background: #fff;
	height: 880px;
	margin: 0 auto;
	border: solid 40px #fff;
}
#visual:before {
	top: 0;
	left: 0;
	width: 25%;
	min-width: 380px;
	height: 800px;
	content: '';
	position: absolute;
	background:  #f2e0d6;
	z-index: 2;
}
#visual .visual-inner {
	position: absolute;
	top: 60px;
	left: 13%;
}
#visual .title {
	position: relative;
	width: 420px;
	height: 420px;
	margin: 0 auto;
	padding: 126px 0 96px;
	background: rgba(255, 255, 255, .9);
	border-radius: 50%;
	text-align: center;
	z-index: 10;
}
#visual .title-main-img {
	width: 284px;
	height: 157px;
}
#visual .logo {
	position: relative;
	z-index: 15;
	margin-top: 50px;
}
#visual .logo-main {
	position: relative;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 100px;
	color: #fff;
	text-align: center;
	letter-spacing: .05em;
	text-indent: .05em;
}
#visual .logo-sub {
	margin-top: 20px;
	font-family: 'Great Vibes', cursive;
	font-size: 36px;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
}

#visual .first {
	position: absolute;
	top: 0;
	right: 0;
	width: 75%;
	height: 800px;
	z-index: 1;
	background: no-repeat bottom / cover;
}
#visual .first.none {
	background-image: none!important;
}
#visual .bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 75%;
	height: 800px;
	z-index: 1;
}
#visual .bg-ul {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#visual .bg-li {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat bottom / cover;
}


/* ============================================================
	コンセプト
============================================================ */
#concept {
	position: relative;
	padding: 100px 0;
}
#concept .headline {
	position: relative;
	z-index: 6;
	text-align: center;
}
#concept .headline-main {
	font-size: 40px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
	line-height: 1.85;
}
#concept .message {
	position: relative;
	z-index: 6;
	margin-top: 50px;
	text-align: center;
}
#concept .message-text {
	letter-spacing: .05em;
	line-height: 2.5;
}
#concept .gallery {
	position: absolute;
	top: -90px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 5;
}
#concept .gallery-photo {
	position: relative;
	text-align: center;
}
#concept .gallery-photo-img {
	width: 1254px;
	height: 852px;
}
#concept .gallery-photo::after {
	content: '';
	display: block;
	position: absolute;
	top: 280px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 1289px;
	height: 584px;
	background: url(./images/concept-gallery-deco-pc.svg) no-repeat;
	background-size: 1289px 584px;
	z-index: -1;
}


/* ============================================================
	選ばれている理由
============================================================ */
#reason {
	padding: 100px 0 120px;
}
#reason .headline {
	text-align: center;
}
#reason .headline-sub {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 56px;
	color: #666;
	letter-spacing: .3em;
	text-indent: .3em;
}
#reason .headline-main {
	margin-top: 30px;
	font-size: 26px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}
#reason .message {
	margin-top: 55px;
}
#reason .message-text {
	text-align: center;
	letter-spacing: .1em;
	line-height: 2.5;
}
#reason .point {
	position: relative;
}
#reason .point-quality {
	margin-top: 60px;
}
#reason .point-price {
	margin-top: 135px;
}
#reason .point-label {
	width: 800px;
	margin: 0 auto;
}
#reason .point-label-main {
	width: 100px;
	height: 320px;
	padding-top: 30px;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	font-size: 40px;
	letter-spacing: .1em;
	line-height: 2.5;
}
#reason .point-ul {
	display: flex;
	width: 1040px;
	margin: 0 auto;
}
#reason .point-li {
	position: relative;
	width: 300px;
	margin-left: 70px;
}
#reason .point-li:first-child {
	margin-left: 0;
}
#reason .point-num {
	font-family: 'Great Vibes', cursive;
	font-size: 120px;
	color: #97b7ae;
	text-align: center;
	letter-spacing: 0;
	vertical-align: middle;
}
#reason .point-price .point-num {
	color: #9ab78f;
}
#reason .point-title {
	margin-top: 10px;
	padding-bottom: 25px;
	width: 300px;
	border-bottom: dotted 4px #97b7ae;
	font-size: 30px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}
#reason .point-price .point-title {
	border-bottom: dotted 4px #9ab78f;
}
#reason .point-desc {
	margin-top: 15px;
	line-height: 2;
	letter-spacing: .05em;
}
#reason .point-photo {
	position: relative;
	width: 1000px;
	margin: -320px auto 140px;
	text-align: right;
}
#reason .point-photo::before {
	content: '';
	position: absolute;
	top: 150px;
	left: 0;
	background: #dae5df;
	z-index: -1;
	left: 0;
	width: 600px;
	height: 300px;
}
#reason .point-price .point-photo::before {
	background: #ecefd5;
}
#reason .point-photo-img {
	width: 740px;
	height: 370px;
}
#reason .button {
	margin-top: 110px;
}
#reason .button-note {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	text-indent: .1em;
	letter-spacing: .1em;
}
#reason .button-note::before,
#reason .button-note::after {
	content: '';
	display: inline-block;
	margin: 0 26px;
	width: 1px;
	height: 16px;
	background: #333;
}
#reason .button-note::before {
	transform: rotate(-20deg);
}
#reason .button-note::after {
	transform: rotate(20deg);
}
#reason .button-a {
	position: relative;
	width: 580px;
	height: 90px;
	margin: 0 auto;
	line-height: 90px;
	background: #ea8b00;
	display: block;
	font-size: 30px;
	color: #fff;
	text-align: center;
	text-indent: .1em;
	letter-spacing: .1em;
	border-radius: 50px;
}


/* ============================================================
	撮影プラン
============================================================ */
#plan {
	padding: 120px 0;
	background: #fcf6ed;
}
#plan .headline {
	text-align: center;
}
#plan .headline-sub {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 56px;
	color: #666;
	letter-spacing: .3em;
	text-indent: .3em;
}
#plan .headline-main {
	margin-top: 30px;
	font-size: 26px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}
#plan .message {
	margin-top: 55px;
}
#plan .message-text {
	text-align: center;
	letter-spacing: .1em;
	line-height: 2.5;
}
#plan .type {
	margin-top: 60px;
}
#plan .type-ul {
	width: 1000px;
	margin: 0 auto;
}
#plan .type-li {
	width: 1000px;
	height: 590px;
	padding: 80px 0;
	background: url(./images/plan-background-pc-v01.png) no-repeat center  / 1000px 590px;
}
#plan .type-li:not(:first-of-type) {
	margin-top: 70px;
}
#plan .type-inner {
	display: flex;
	justify-content: space-between;
	width: 840px;
	margin: 0 auto;
}
#plan .type-inner-n1 {
	width: 420px;
}
#plan .type-inner-n2 {
	width: 360px;
}
#plan .type-headline {
	margin-bottom: 50px;
	text-align: center;
}
#plan .type-headline-sub {
	font-size: 20px;
	letter-spacing: .1em;
	text-indent: .1em;
}
#plan .type-headline-main {
	margin-top: 15px;
	font-size: 30px;
	letter-spacing: .1em;
	text-indent: .1em;
}
#plan .type-carousel {
	position: relative;
}
#plan .type-carousel-inner {
	position: relative;
	width: 420px;
	height: 313px;
	margin: 0 auto;
	overflow: hidden;
}
#plan .type-carousel-photo {
	text-align: center;
}
#plan .type-carousel-photo-img {
	width: 420px;
	height: 280px;
}
#plan .type-carousel .swiper-pagination {
	bottom: 0;
}
#plan .type-carousel .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 13px;
	background: #e6e6e6;
	opacity: 1;
	border: none;
	border-radius: 50%;
}
#plan .type-carousel .swiper-pagination-bullet-active {
	background: #9ab78f;
}
#plan .type-carousel .swiper-pagination-bullet:hover {
	background: #9ab78f;
}
#plan .type-price {
	margin-top: 10px;
	padding: 0 10px;
}
#plan .type-price-label {
	display: inline-block;
	width: 60px;
	padding: 5px 0;
	background: #ecefd5;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
	vertical-align: middle;
}
#plan .type-price-num {
	display: inline-block;
	margin-left: 10px;
	font-size: 30px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
	vertical-align: middle;
}
#plan .type-price-num span {
	margin-left: 10px;
	font-size: 16px;
}
#plan .type-option {
	margin-top: 25px;
}
#plan .type-option-text {
	border-top: solid 1px #333;
	padding: 20px 10px 10px;
	letter-spacing: .1em;
	line-height: 2.25;
}
#plan .type-note {
	padding: 0 10px;
}
#plan .type-note-text {
	letter-spacing: .1em;
	line-height: 2.25;
}
#plan .note {
	margin-top: 90px;
}
#plan .note-text {
	text-align: center;
	letter-spacing: .05em;
	line-height: 2;
}


/* ============================================================
	フォトギャラリー
============================================================ */
#photo {
	padding: 120px 0;
	background: #fafafa;
}
#photo .headline {
	text-align: center;
}
#photo .headline-sub {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 56px;
	color: #666;
	letter-spacing: .3em;
	text-indent: .3em;
}
#photo .headline-main {
	margin-top: 30px;
	font-size: 26px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}
#photo .message {
	margin-top: 55px;
}
#photo .message-text {
	text-align: center;
	letter-spacing: .1em;
	line-height: 2.5;
}
#photo .gallery {
	margin-top: 60px;
}
#photo .gallery-inner {
	width: 990px;
	margin: 0 auto;
}
#photo .gallery-ul {
	width: 990px;
	margin: 0 auto;
}
#photo .gallery-li {
	float: left;
	width: 140px;
	height: 140px;
	cursor: pointer;
}
#photo .gallery-li:nth-of-type(n+7) {
	margin-top: 30px;
}
#photo .gallery-li:not(:nth-of-type(6n)) {
	margin-right: 30px;
}
#photo .gallery-li img {
	width: 140px;
	height: 140px;
}
#photo .gallery-button {
	width: 240px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
	cursor: pointer;
}
#photo .gallery-button span:nth-of-type(1) {
	color: #333;
}
#photo .gallery-button span:nth-of-type(2) {
	margin-left: 4px;
	background: linear-gradient(transparent 96%, #333 0%);
}


/* ============================================================
	撮影までの流れ
============================================================ */
#flow {
	padding: 120px 0 60px;
}
#flow .headline {
	text-align: center;
}
#flow .headline-sub {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 56px;
	color: #666;
	letter-spacing: .3em;
	text-indent: .3em;
}
#flow .headline-main {
	margin-top: 30px;
	font-size: 26px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}
#flow .message {
	margin-top: 55px;
}
#flow .message-text {
	text-align: center;
	letter-spacing: .1em;
	line-height: 2.5;
}
#flow .step {
	margin-top: 60px;
}
#flow .step-table {
	width: 1200px;
	margin: 0 auto;
	table-layout: fixed;
}
#flow .step-tr {
	border-top: solid 3px #dae5df;
}
#flow .step-th {
	position: relative;
	padding-top: 85px;
	width: 180px;
	border-top: solid 3px #97b7ae;
	vertical-align: top;
}
#flow .step-tr:not(:last-child) .step-th::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-right: solid 15px transparent;
	border-top: solid 20px #97b7ae;
	border-left: solid 15px transparent;
}
#flow .step-num {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 50px;
	color: #97b7ae;
}
#flow .step-num::before {
	content: 'STEP';
	display: block;
	position: absolute;
	top: -25px;
	right: 0;
	left: 0;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #97b7ae;
}
#flow .step-td {
	padding: 50px 60px;
}
#flow .step-photo {
	float: left;
	width: 300px;
}
#flow .step-photo-img {
	width: 300px;
	height: 300px;
}
#flow .step-detail {
	float: right;
	width: 550px;
	margin-top: 15px;
}
#flow .step-detail-title {
	font-size: 30px;
	letter-spacing: .05em;
}
#flow .step-detail-caption {
	margin-top: 20px;
	letter-spacing: .05em;
	line-height: 2;
}
#flow .step-detail-button {
	margin-top: 25px;
}
#flow .step-detail-button a,
#flow .step-detail-button span {
	display: block;
	width: 300px;
	height: 60px;
	line-height: 60px;
	background: #97b7ae;
	font-size: 20px;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
	border-radius: 60px;
	cursor: pointer;
}


/* ============================================================
	店舗一覧
============================================================ */
#shop {
	padding: 120px 0;
	background: #fafafa;
	overflow: hidden;
}
#shop .headline {
	text-align: center;
}
#shop .headline-sub {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 56px;
	color: #666;
	letter-spacing: .3em;
	text-indent: .3em;
}
#shop .headline-main {
	margin-top: 30px;
	font-size: 26px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}
#shop .message {
	margin-top: 55px;
}
#shop .message-text {
	text-align: center;
	letter-spacing: .1em;
	line-height: 2.5;
}
#shop .studio {
	margin-top: 60px;
}
#shop .studio-ul {
	width: 760px;
	margin: 0 auto;
}
#shop .studio-ul:last-of-type {
	width: 570px;
	margin-top: 40px;
}
#shop .studio-li {
	position: relative;
	float: left;
	width: 190px;
	text-align: center;
}
#shop .studio-photo-img {
	border-radius: 50%;
	width: 140px;
	height: 140px;
}
#shop .studio-name {
	margin-top: 20px;
	text-align: center;
	letter-spacing: .05em;
	text-indent: .05em;
}


/* ============================================================
	スライド画像
============================================================ */
#slide-n1,
#slide-n2 {
	position: relative;
}
#slide-n2::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(./images/slide-background-sp.jpg);
	background-size: cover;
	background-position: center;
	opacity: .2;
}
#slide-n1 .gallery,
#slide-n2 .gallery {
	display: flex;
	align-items: center;
	width: 100%;
	height: 380px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#slide-n1 .gallery-ul,
#slide-n2 .gallery-ul {
	display: flex;
	animation: slider 50s linear .1s infinite;
}
@keyframes slider {
	0% { -webkit-transform: translateX(0); transform: translateX(0); }
	100% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}
#slide-n1 .gallery-yoko,
#slide-n2 .gallery-yoko {
	width: 580px;
	height: 380px;
}
#slide-n1 .gallery-tate,
#slide-n2 .gallery-tate {
	width: 260px;
	height: 380px;
}


/* ============================================================
	選ばれている理由
============================================================ */
#faq {
	padding: 120px 0 50px;
}
#faq .headline {
	text-align: center;
}
#faq .headline-sub {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 56px;
	color: #666;
	letter-spacing: .3em;
	text-indent: .3em;
}
#faq .headline-main {
	margin-top: 30px;
	font-size: 26px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}
#faq .message {
	margin-top: 55px;
}
#faq .message-text {
	text-align: center;
	letter-spacing: .1em;
	line-height: 2.5;
}
#faq .list {
	margin-top: 60px;
}
#faq .list-ul {
	width: 1000px;
	margin: 0 auto;
}
#faq .list-li {
	position: relative;
}
#faq .list-li:not(:first-of-type) {
	margin-top: 30px;
}
#faq .list-question,
#faq .list-answer {
	position: relative;
	padding: 20px 80px 20px 100px;
	letter-spacing: .1em;
	line-height: 2;
}
#faq .list-question {
	background: #fafafa;
	cursor: pointer;
}
#faq .list-answer {
	display: none;
}
#faq .list-question::before,
#faq .list-answer::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 70px;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
#faq .list-question::before {
	content: 'Q';
	line-height: 3;
	background: #97b7ae;
}
#faq .list-answer::before {
	content: 'A';
	color: #97b7ae;
	line-height: 4;
	background: #dae5df;
}
#faq .list-answer a {
	text-decoration: underline;
}
#faq .list-hidden {
	display: none;
	margin-top: 30px;
}
#faq .list-question i {
	display: block;
	position: absolute;
	top: 20px;
	right: 30px;
	width: 20px;
	height: 20px;
	margin: auto;
	transition: .5s;
}
#faq .list-question i::before,
#faq .list-question i::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #666;
	margin: auto;
	transition: .5s;
	transition-delay: .5s;
}
#faq .list-question i::after {
	transform: rotate(90deg);
}
#faq .list-li.active .list-question i {
	transform: rotate(90deg);
}
#faq .list-li.active .list-question i::before {
	transition-delay: .5s;
	left: 10px;
	opacity: 0;
}
#faq .list-button {
	width: 230px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	letter-spacing: .05em;
	text-indent: .05em;
	cursor: pointer;
}
#faq .list-button span:nth-of-type(1) {
	color: #333;
}
#faq .list-button span:nth-of-type(2) {
	margin-left: 4px;
	background: linear-gradient(transparent 96%, #333 0%);
}
#faq .gallery {
	margin-top: 100px;
}
#faq .gallery-photo {
	position: relative;
	width: 1240px;
	margin: 0 auto;
	text-align: center;
}
#faq .gallery-photo-img {
	width: 980px;
	height: 770px;
}
#faq .gallery-photo::after {
	content: '';
	display: block;
	position: absolute;
	top: 70px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 1249px;
	height: 589px;
	background: url(./images/flow-gallery-deco-pc.svg) no-repeat;
	background-size: 1249px 589px;
	z-index: -1;
}


/* ============================================================
	ご来店予約
============================================================ */
#reserve {
	padding: 120px 0 100px;
	background: #fcf6ed;
	overflow: hidden;
}
#reserve .headline {
	text-align: center;
}
#reserve .headline-main {
	font-size: 50px;
	letter-spacing: .1em;
	text-indent: .1em;
}
#reserve .message {
	margin-top: 60px;
	text-align: center;
}
#reserve .message-text {
	line-height: 2.5;
	letter-spacing: .1em;
}
#reserve .button {
	margin-top: 70px;
}
#reserve .button-ul {
	width: 840px;
	margin: 0 auto;
}
#reserve .button-li:not(:first-of-type) {
	margin-left: 40px;
}
#reserve .button-li {
	float: left;
	width: 400px;
}
#reserve .button-li-a {
	display: block;
	width: 400px;
	height: 70px;
	line-height: 70px;
	background: #ea8b00;
	color: #fff;
	font-size: 30px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
	border-radius: 50px;
}


/* ============================================================
	フッター
============================================================ */
#footer {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-bottom: 80px;
	background: #fcf6ed;
}
#copyright {
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}


/* ============================================================
	ポップアップ・店舗選択
============================================================ */
#popup-plan-shop {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 60px 0 100px;
	z-index: 600;
	overflow-y: scroll;
	box-sizing: border-box;
}
.body-scroll {
	overflow: hidden;
}
#popup-plan-shop .background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}
#popup-plan-shop .card {
	position: relative;
	width: 1250px;
	margin: 0 auto;
	padding: 140px 0;
	background: #fff;
	z-index: 2;
}
#popup-plan-shop .card-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
#popup-plan-shop .card-close-span {
	display: block;
	width: 80px;
	height: 80px;
	cursor: pointer;
}
#popup-plan-shop .card-close-span::before,
#popup-plan-shop .card-close-span::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	margin: auto;
	background: #333;
}
#popup-plan-shop .card-close-span::before {
	transform: rotate(45deg);
}
#popup-plan-shop .card-close-span::after {
	transform: rotate(-45deg);
}
#popup-plan-shop .card-text {
	margin-bottom: 60px;
	font-size: 20px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}
#popup-plan-shop .card-select {
	width: 1130px;
	margin: 0 auto;
	text-align: center;
}
#popup-plan-shop .card-select-group {
	float: left;
	width: 350px;
}
#popup-plan-shop .card-select-group:not(:first-of-type) {
	margin-left: 40px;
}
#popup-plan-shop .card-select-name {
	position: relative;
	margin-bottom: 30px;
	font-size: 30px;
	letter-spacing: .1em;
	text-indent: .1em;
}
#popup-plan-shop .card-select-name::before {
	content: '- ';
}
#popup-plan-shop .card-select-name::after {
	content: ' -';
}
#popup-plan-shop .card-select-button {
	margin-top: 20px;
}
#popup-plan-shop .card-select-button-a,
#popup-plan-shop .card-select-button-span {
	display: block;
	width: 350px;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
	background: linear-gradient(to right, #c1a66e 0%, #997a3c 100%);
	font-size: 20px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
	border-radius: 50px;
}
#popup-plan-shop .card-select-button-a {
	color: #fff;
}
#popup-plan-shop .card-select-button-span {
	background: #ccc;
}
