@charset "UTF-8";

/* ============================================================
	ヘッダー
============================================================ */
#header .button-li-a {
	display: block;
	background: linear-gradient(to right, #669966 0%, #336633 100%);
	color: #fff;
}


/* ============================================================
	ビジュアル
============================================================ */
#visual {
	position: relative;
	background: #fff;
}
#visual .title {
	position: absolute;
	top: 230px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}
#visual .title-main {
	text-align: center;
}
#visual .title-main-img {
	width: 342px;
	height: 242px;
}
#visual .badge {
	position: absolute;
	bottom: -110px;
	left: 20%;
	color: #fff;
	line-height: 1.6;
	width: 164px;
	height: 164px;
	background: url(./images/visual-badge-v01.png) no-repeat;
	background-size: contain;
	text-align: center;
	z-index: 3;
}
#visual .badge-limit {
	margin-top: 45px;
	font-size: 26px;
	color: #fff;
}
#visual .badge-date {
	font-size: 20px;
	color: #fff;
}
#visual .first {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 700px;
	z-index: 1;
	background: no-repeat center / cover;
}
#visual .first.none {
	background-image: none!important;
}
#visual .bg {
	position: relative;
	width: 100%;
	height: 700px;
	z-index: 1;
	background: no-repeat center / cover;
}
#visual .bg::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	z-index: 10;
}
#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 center / cover;
}
#visual .scroll {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	z-index: 5;
	padding-top: 90px;
	text-align: center;
}
#visual .scroll a {
	color: #fff;
	letter-spacing: .1em;
	text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
#visual .scroll span {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-10px, 10px);
		opacity: 0;
	}
}


/* ============================================================
	サービス
============================================================ */
#service {
	padding: 80px 0 160px;
}
#service .headline {
	font-size: 40px;
	line-height: 1.6;
	text-align: center;
	letter-spacing: .05em;
}
#service .message {
	margin-top: 40px;
	text-align: center;
}
#service .message-text {
	letter-spacing: .05em;
	line-height: 2;
}
#service .message-text:not(:first-of-type) {
	margin-top: 30px;
}
#service .button {
	margin-top: 50px;
}
#service .button-a {
	display: block;
	width: 400px;
	height: 70px;
	margin: 0 auto;
	line-height: 70px;
	background: linear-gradient(to right, #669966 0%, #336633 100%);
	font-size: 20px;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
	border-radius: 50px;
}
#service .gallery {
	margin-top: 80px;
}
#service .gallery-ul {
	position: relative;
	width: 1200px;
	height: 410px;
	margin: 0 auto;
}
#service .gallery-li-n1 {
	position: absolute;
	top: 0;
	left: 0;
}
#service .gallery-li-n2 {
	position: absolute;
	top: 0;
	right: 0;
}
#service .gallery-li-n3 {
	position: absolute;
	top: 0;
	left: 320px;
}
#service .gallery-li-n4 {
	position: absolute;
	top: 0;
	left: 680px;
}
#service .gallery-li-n5 {
	position: absolute;
	bottom: 0;
	left: 320px
}
#service .gallery-li-n6 {
	position: absolute;
	bottom: 0;
	left: 530px;
}
#service .gallery-li-n1-img {
	width: 310px;
	height: 410px;
}
#service .gallery-li-n2-img {
	width: 310px;
	height: 410px;
}
#service .gallery-li-n3-img,
#service .gallery-li-n6-img {
	width: 350px;
	height: 200px;
}
#service .gallery-li-n4-img,
#service .gallery-li-n5-img {
	width: 200px;
	height: 200px;
}


/* ============================================================
	選ばれている理由
============================================================ */
#reason {
	position: relative;
	padding: 160px 0;
}
#reason::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 102%;
	margin: 0 auto;
	background: #f7f4f1;
	transform: skew(0deg, 8deg);
	z-index: -1;
}
#reason::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 98%;
	margin: 0 auto;
	background: #ede9e6;
	transform: skew(0deg, -8deg);
	z-index: -2;
}
#reason .headline {
	text-align: center;
}
#reason .headline-sub {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #a58c60;
	letter-spacing: .4em;
	text-indent: .4em;
}
#reason .headline-main {
	margin-top: 30px;
	font-size: 40px;
	letter-spacing: .05em;
}
#reason .message {
	margin-top: 50px;
	text-align: center;
}
#reason .message-text {
	margin-top: 50px;
	letter-spacing: .05em;
	line-height: 2;
}
#reason .point {
	position: relative;
}
#reason .point-quality {
	margin-top: 50px;
}
#reason .point-price {
	margin-top: 90px;
}
#reason .point-label {
	position: relative;
	width: 1200px;
	height: 75px;
	margin: 0 auto;
	font-size: 30px;
	color: #fff;
	text-align: center;
	letter-spacing: .05em;
	line-height: 1.8;
}
#reason .point-quality .point-label {
	background: url(./images/reason-quality-label-v01.png) no-repeat center top / cover;
}
#reason .point-price .point-label {
	background: url(./images/reason-price-label.png) no-repeat center top / cover;
}
#reason .point-ul {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 50px auto 0;
}
#reason .point-li {
	position: relative;
	padding: 55px 30px 45px;
	width: 364px;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
}
#reason .point-num {
	position: absolute;
	top: -15px;
	right: 0;
	left: 0;
	text-align: center;
}
#reason .point-num-img {
	width: 85px;
	height: 44px;
}
#reason .point-title {
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 20px;
	font-size: 26px;
	color: #a58c60;
	text-align: center;
	letter-spacing: .05em;
}
#reason .point-title::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	width: 100px;
	height: 2px;
	background: #a58c60;
}
#reason .point-price .point-title {
	color: #487848;
}
#reason .point-price .point-title::after {
	background: #487848;
}
#reason .point-desc {
	line-height: 2;
	letter-spacing: .05em;
}


/* ============================================================
	プラン
============================================================ */
#plan {
	padding: 180px 0 120px;
}
#plan .headline {
	text-align: center;
}
#plan .headline-sub {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #a58c60;
	letter-spacing: .4em;
	text-indent: .4em;
}
#plan .headline-main {
	margin-top: 30px;
	font-size: 40px;
}
#plan .message {
	margin-top: 50px;
	text-align: center;
}
#plan .message-text {
	margin-top: 50px;
	letter-spacing: .05em;
	line-height: 2;
}
#plan .type {
	margin-top: 60px;
}
#plan .type-ul {
	width: 1200px;
	margin: 0 auto;
}
#plan .type-li {
	position: relative;
}
#plan .type-li:not(:first-of-type) {
	margin-top: 80px;
}
#plan .type-inner {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}
#plan .type-inner-n1 {
	width: 600px;
}
#plan .type-inner-n2 {
	width: 550px;
}
#plan .type-title {
	width: 550px;
	padding: 20px 0;
	font-size: 30px;
	border-top: solid 1px #444;
	border-bottom: solid 1px #444;
	text-align: center;
}
#plan .type-carousel {
	position: relative;
}
#plan .type-carousel-inner {
	position: relative;
	width: 100%;
	height: 425px;
	margin: 0 auto;
	overflow: hidden;
}
#plan .type-carousel-photo {
	width: 600px;
}
#plan .type-carousel-photo-img {
	width: 600px;
	height: 400px;
}
#plan .type-carousel .swiper-pagination {
	bottom: 0;
}
#plan .type-carousel .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background: #d3c7ba;
	opacity: 1;
	border: none;
	border-radius: 50%;
}
#plan .type-carousel .swiper-pagination-bullet-active {
	background: #a58c60;
}
#plan .type-carousel .swiper-pagination-bullet:hover {
	background: #a58c60;
}
#plan .type-detail {
	margin-top: 40px;
}
#plan .type-detail-unit {
	position: relative;
	padding-left: 30px;
	color: #a58c60;
}
#plan .type-detail-unit::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 80px;
	margin: auto;
	background: #a58c60;
}
#plan .type-detail-unit-price:nth-of-type(1) {
	font-size: 20px;
	padding-left: 4px;
}
#plan .type-detail-unit-price {
	margin-top: 5px;
	font-size: 46px;
}
#plan .type-detail-unit-price small {
	margin-left: 5px;
	font-size: 20px;
}
#plan .type-detail-text {
	margin-top: 30px;
	line-height: 2;
	letter-spacing: .05em;
}
#plan .type-detail-note {
	line-height: 2;
	letter-spacing: .05em;
}
#plan .note {
	margin-top: 100px;
}
#plan .note-text {
	text-align: center;
	letter-spacing: .05em;
	line-height: 2;
}


/* ============================================================
	スライド画像
============================================================ */
#slide-n1,
#slide-n2 {
	position: relative;
}
#slide-n1 .gallery,
#slide-n2 .gallery {
	display: flex;
	align-items: center;
	width: 100%;
	height: 320px;
	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: 480px;
	height: 320px;
}
#slide-n1 .gallery-tate,
#slide-n2 .gallery-tate {
	width: 213px;
	height: 320px;
}


/* ============================================================
	衣装
============================================================ */
#costume {
	padding: 120px 0;
}
#costume .headline {
	text-align: center;
}
#costume .headline-sub {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #a58c60;
	letter-spacing: .4em;
	text-indent: .4em;
}
#costume .headline-main {
	margin-top: 30px;
	font-size: 40px;
}
#costume .message {
	margin-top: 50px;
	text-align: center;
}
#costume .message-text {
	margin-top: 50px;
	letter-spacing: .05em;
	line-height: 2;
}
#costume .carousel {
	margin-top: 70px;
}
#costume .carousel-inner {
	position: relative;
	width: 1280px;
	height: 640px;
	margin: 0 auto;
	overflow: hidden;
}
#costume .carousel-photo {
	width: 400px;
}
#costume .carousel-photo-img {
	width: 400px;
	height: 600px;
}
#costume .carousel .swiper-pagination {
	bottom: 0;
}
#costume .carousel .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background: #d3c7ba;
	opacity: 1;
	border: none;
	border-radius: 50%;
}
#costume .carousel .swiper-pagination-bullet-active {
	background: #a58c60;
}
#costume .carousel .swiper-pagination-bullet:hover {
	background: #a58c60;
}
#costume .gallery {
	margin-top: 80px;
}
#costume .gallery-inner {
	width: 800px;
	margin: 0 auto;
}
#costume .gallery-photo-n2 {
	margin-top: -100px;
	text-align: right;
}
#costume .gallery-photo-n3 {
	margin-top: -70px;
	margin-left: 210px;
}
#costume .gallery-photo-n1-img,
#costume .gallery-photo-n2-img {
	width: 320px;
	height: 210px;
}
#costume .gallery-photo-n3-img {
	width: 240px;
	height: 160px;
}


/* ============================================================
	フォトギャラリー
============================================================ */
#photo {
	padding: 120px 0 140px;
}
#photo .headline {
	text-align: center;
}
#photo .headline-sub {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #a58c60;
	letter-spacing: .4em;
	text-indent: .4em;
}
#photo .headline-main {
	margin-top: 30px;
	font-size: 40px;
}
#photo .message {
	margin-top: 50px;
	text-align: center;
}
#photo .message-text {
	margin-top: 50px;
	letter-spacing: .05em;
	line-height: 2;
}
#photo .gallery {
	margin-top: 80px;
}
#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: #a58c60;
}
#photo .gallery-button span:nth-of-type(2) {
	margin-left: 4px;
	background: linear-gradient(transparent 96%, #333 0%);
}


/* ============================================================
	撮影までの流れ
============================================================ */
#flow {
	position: relative;
	padding: 160px 0 80px;
}
#flow::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 102%;
	margin: 0 auto;
	background: #f7f4f1;
	transform: skew(0deg, 8deg);
	z-index: -1;
}
#flow::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 98%;
	margin: 0 auto;
	background: #ede9e6;
	transform: skew(0deg, -8deg);
	z-index: -2;
}
#flow .headline {
	text-align: center;
}
#flow .headline-sub {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #a58c60;
	letter-spacing: .4em;
	text-indent: .4em;
}
#flow .headline-main {
	margin-top: 30px;
	font-size: 40px;
}
#flow .message {
	margin-top: 50px;
	text-align: center;
}
#flow .message-text {
	margin-top: 50px;
	letter-spacing: .05em;
	line-height: 2;
}
#flow .step {
	margin-top: 40px;
}
#flow .step-table {
	width: 1200px;
	margin: 0 auto;
	table-layout: fixed;
}
#flow .step-tr {
	border-top: solid 3px #fff;
}
#flow .step-th {
	position: relative;
	padding-top: 85px;
	width: 180px;
	border-top: solid 3px #336633;
	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 #336633;
	border-left: solid 15px transparent;
}
#flow .step-num {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 50px;
	color: #336633;
}
#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: #336633;
}
#flow .step-td {
	padding: 50px 60px;
}
#flow .step-photo {
	float: left;
}
#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: linear-gradient(to right, #669966 0%, #336633 100%);
	color: #fff;
	font-size: 20px;
	text-align: center;
	letter-spacing: .05em;
	text-indent: .05em;
	border-radius: 50px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
	cursor: pointer;
}


/* ============================================================
	店舗一覧
============================================================ */
#shop {
	position: relative;
	z-index: 1;
	padding: 180px 0 0;
}
#shop .headline {
	text-align: center;
}
#shop .headline-sub {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #a58c60;
	letter-spacing: .4em;
	text-indent: .4em;
}
#shop .headline-main {
	margin-top: 30px;
	font-size: 40px;
}
#shop .message {
	margin-top: 50px;
	text-align: center;
}
#shop .message-text {
	margin-top: 50px;
	letter-spacing: .05em;
	line-height: 2;
}
#shop .studio {
	margin-top: 60px;
}
#shop .studio-ul {
	display: flex;
	justify-content: center;
}
#shop .studio-li {
	position: relative;
	width: 320px;
	text-align: center;
}
#shop .studio-photo-img {
	border-radius: 50%;
	width: 200px;
	height: 200px;
}
#shop .studio-name {
	position: relative;
	margin-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	text-align: center;
	letter-spacing: .05em;
	text-indent: .05em;
}
#shop .studio-name::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	width: 100px;
	height: 2px;
	background: #a58c60;
}
#shop li .studio-add {
	margin-top: 20px;
	text-align: center;
	letter-spacing: .05em;
	line-height: 1.8;
}


/* ============================================================
	画像
============================================================ */
#vision {
	text-align: center;
}
#vision .bg {
	position: relative;
	height: 700px;
	margin: 60px auto 0;
	background: no-repeat center / cover;
	overflow: hidden;
	z-index: -2;
}
#vision .bg::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 580px;
	left: 0;
	right: 0;
	width: 100%;
	height: 500px;
	margin: 0 auto;
	background: #fff;
	transform: skew(0deg, 8deg);
	z-index: -1;
}
#vision .bg::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 650px;
	left: 0;
	right: 0;
	width: 100%;
	height: 500px;
	margin: 0 auto;
	background: #fff;
	transform: skew(0deg, -8deg);
	z-index: -2;
}


/* ============================================================
	よくあるご質問
============================================================ */
#faq {
	position: relative;
	padding: 80px 0 280px;
	background: #fff;
	z-index: 1;
}
#faq::before {
	content: '';
	display: block;
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	width: 100%;
	height: 102%;
	margin: 0 auto;
	background: #fff;
	transform: skew(0deg, 8deg);
	z-index: -1;
}
#faq::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 98%;
	margin: 0 auto;
	background: #fff;
	transform: skew(0deg, -8deg);
	z-index: -2;
}
#faq .headline {
	text-align: center;
}
#faq .headline-sub {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #a58c60;
	letter-spacing: .4em;
	text-indent: .4em;
}
#faq .headline-main {
	margin-top: 30px;
	font-size: 40px;
}
#faq .message {
	margin-top: 50px;
	text-align: center;
}
#faq .message-text {
	margin-top: 50px;
	letter-spacing: .05em;
	line-height: 2;
}
#faq .list-ul {
	margin-top: 50px;
}
#faq .list-li {
	width: 880px;
	margin: 40px auto 0;
	background: #f5f5f0;
}
#faq .list-li:first-child {
	margin-top: 0;
}
#faq .list-question,
#faq .list-answer {
	position: relative;
	padding: 30px 40px 30px 100px;
	letter-spacing: .05em;
	line-height: 1.6;
}
#faq .list-question {
	text-decoration: underline;
	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: 'Roboto', sans-serif;
	font-size: 28px;
	color: #fff;
	text-align: center;
}
#faq .list-question::before {
	content: 'Q';
	line-height: 2.8;
	background: #a58c60;
}
#faq .list-answer::before {
	content: 'A';
	line-height: 3;
	background: #487848;
}
#faq .list-answer a {
	text-decoration: underline;
}
#faq .list-hidden {
	display: none;
	margin-top: 30px;
}
#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: #a58c60;
}
#faq .list-button span:nth-of-type(2) {
	margin-left: 4px;
	background: linear-gradient(transparent 96%, #333 0%);
}
#faq .banner {
	margin-top: 100px;
	text-align: center;
}
#faq .banner-img {
	width: 1120px;
	height: 308px;
}


/* ============================================================
	ご来店予約
============================================================ */
#reserve {
	position: relative;
	z-index: 1;
}
#reserve::before {
	content: '';
	display: block;
	position: absolute;
	top: -140px;
	left: 0;
	right: 0;
	width: 100%;
	height: 98%;
	margin: 0 auto;
	background: #f7f4f1;
	transform: skew(0deg, 8deg);
	z-index: -1;
}
#reserve::after {
	content: '';
	display: block;
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	width: 100%;
	height: 98%;
	margin: 0 auto;
	background: #ede9e6;
	transform: skew(0deg, -8deg);
	z-index: -2;
}
#reserve .reserve-inner {
	padding-bottom: 100px;
	background: #f7f4f1;
}
#reserve .headline {
	text-align: center;
}
#reserve .headline-sub {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #a58c60;
	letter-spacing: .4em;
	text-indent: .4em;
}
#reserve .headline-main {
	margin-top: 30px;
	font-size: 40px;
}
#reserve .message {
	margin-top: 50px;
	text-align: center;
}
#reserve .message-text {
	margin-top: 50px;
	letter-spacing: .05em;
	line-height: 2;
}
#reserve .button {
	margin: 50px auto 0;
	width: 840px;
}
#reserve .button-ul {
	width: 840px;
}
#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: 80px;
	line-height: 80px;
	background: linear-gradient(to right, #669966 0%, #336633 100%);
	text-align: center;
	font-size: 26px;
	color: #fff;
	letter-spacing: .1em;
	text-indent: .1em;
	border-radius: 50px;
	box-shadow: 5px 5px 10px rgba(0 0 0 .1);
}


/* ============================================================
	フッター
============================================================ */
#footer {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-bottom: 60px;
	background: #f7f4f1;
}
#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, #669966 0%, #336633 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;
}
