@charset "UTF-8";

/* ============================================================
	共通(element)
============================================================ */
body {
	box-sizing: content-box;
}
*, *:before, *:after {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}


/* ============================================================
	ヘッダー
============================================================ */
#header .button-li-a {
	background: linear-gradient(to right, #f3d22c 0%, #e2ae00 100%);
	color: #fff;
}


/* ============================================================
	ビジュアル
============================================================ */
#visual {
	position: relative;
	height: 700px;
	margin: 0 auto;
	background-size: cover;
	background-position: center;
}
/* 黒背景 */
#visual::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .07);
}
/* フレーム装飾 */
#visual::after {
	content: "";
	display: block;
	position: absolute;
	width: 720px;
	height: 410px;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: 0 auto;
	background: url(./images/visual-deco-pc.png) center left no-repeat;
	background-size: contain;
}

/*------------------------------
	バッジ
------------------------------ */
#visual .badge {
	position: absolute;
	bottom: -100px;
	left: 20%;
	color: #fff;
	line-height: 1.6;
	width: 164px;
	height: 164px;
	background: url(./images/visual-badge.png) no-repeat;
	background-size: contain;
	text-align: center;
}
/* 組数 */
#visual .badge-limit {
	margin-top: 45px;
	font-size: 26px;
	color: #fff;
}
/* 日付 */
#visual .badge-date {
	font-size: 20px;
	color: #fff;
}

/*------------------------------
	タイトル
------------------------------ */
#visual .title {
	position: absolute;
	top: 220px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
}
#visual .title-main img {
	width: 343px;
	height: 249px;
}

/*------------------------------
	スクロール
------------------------------ */
#visual .scroll {
}
#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 a 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 {
}
#service .headline-main {
	font-size: 40px;
	line-height: 1.6;
	text-align: center;
}

/*------------------------------
	メッセージ
------------------------------ */
#service .message {
	margin-top: 60px;
	text-align: center;
}
#service .message p {
	font-size: 16px;
	line-height: 2;
}

/*------------------------------
	ボタン
------------------------------ */
#service .button {
	margin-top: 60px;
}
#service .button a {
	display: block;
	width: 400px;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
	background: linear-gradient(to right, #f3d22c 0%, #e2ae00 100%);
	font-size: 20px;
	color: #fff;
	text-align: center;
	letter-spacing: .05em;
	text-indent: .05em;
	border-radius: 50px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
}

/*------------------------------
	ギャラリー
------------------------------ */
#service .gallery {
	margin-top: 80px;
}
#service .gallery ul {
	position: relative;
	width: 1200px;
	height: 410px;
	margin: 0 auto;
}
#service .gallery li {
	position: absolute;
}
/* 写真の配置 */
#service .gallery li:nth-child(1) {
	top: 0;
	left: 0;
}
#service .gallery li:nth-child(2) {
	top: 0;
	left: 320px;
}
#service .gallery li:nth-child(3) {
	top: 0;
	left: 680px;
}
#service .gallery li:nth-child(4) {
	bottom: 0;
	left: 320px;
}
#service .gallery li:nth-child(5) {
	bottom: 0;
	left: 530px
}
#service .gallery li:nth-child(6) {
	top: 0;
	right: 0;
}

/*------------------------------
	レスポンシブ （画面幅が1280px以下で適応）
------------------------------ */
@media screen and (max-width: 1280px) {
	#service .gallery ul {
		width: 880px;
	}
	#service .gallery li:nth-child(6) {
		display: none;
	}
}



/* ============================================================
	選ばれている理由
============================================================ */
#reason {
	position: relative;
	padding: 140px 0;
}
/* 背景（１） */
#reason::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 102%;
	margin: 0 auto;
	background: #f9f6ef;
	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: #e7ede4;
	transform: skew(0deg, -8deg);
	z-index: -2;
}

/*------------------------------
	見出し
------------------------------ */
#reason .headline {
	text-align: center;
}
#reason .headline-sub {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #61995c;
	letter-spacing: .4em;
	text-indent: .4rem;
}
#reason .headline-main {
	margin-top: 30px;
	font-size: 40px;
}

/*------------------------------
	メッセージ
------------------------------ */
#reason .message {
	margin-top: 50px;
	text-align: center;
}
#reason .message p {
	margin-top: 50px;
	font-size: 16px;
	line-height: 2;
}

/*------------------------------
	クオリティ
------------------------------ */
#reason .quality {
	position: relative;
	margin-top: 50px;
}
/* ラベル */
#reason .quality .label {
	width: 1200px;
	height: 75px;
	margin: 0 auto;
	background: url(./images/reason-quality-label.png) center top no-repeat;
	background-size: cover;
	font-size: 30px;
	color: #fff;
	line-height: 1.8;
	text-align: center;
}
#reason .quality .label img {
	width: 1200px;
}
/* 項目 */
#reason .quality ul {
	width: 1200px;
	margin: 45px auto 0;
}
#reason .quality li {
	float: left;
	position: relative;
	margin-left: 54px;
	padding: 60px 30px 40px;
	width: 304px;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
}
#reason .quality li:first-of-type {
	margin-left: 0;
}
/* 項目・数字 */
#reason .quality li .num {
	position: absolute;
	top: -15px;
	right: 0;
	left: 0;
	text-align: center;
}
#reason .quality li .num img {
}
/* 項目・タイトル */
#reason .quality li .title {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 26px;
	color: #61995c;
	text-align: center;
}
#reason .quality li .title::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	width: 100px;
	height: 1px;
	background: #61995c;
}
/* 項目・テキスト */
#reason .quality li .text {
	font-size: 16px;
	line-height: 2;
}

/*------------------------------
	価格
------------------------------ */
#reason .price {
	position: relative;
	margin-top: 80px;
}
/* ラベル */
#reason .price .label {
	width: 1200px;
	height: 75px;
	margin: 0 auto;
	background: url(./images/reason-price-label.png) center top no-repeat;
	background-size: cover;
	font-size: 30px;
	color: #fff;
	line-height: 1.8;
	text-align: center;
}
#reason .price .label img {
	width: 1200px;
}
/* 項目 */
#reason .price ul {
	width: 1200px;
	margin: 45px auto 0;
}
#reason .price li {
	float: left;
	margin-left: 54px;
	position: relative;
	padding: 60px 30px 40px;
	width: 304px;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
}
#reason .price li:first-of-type {
	margin-left: 0;
}
/* 項目・数字 */
#reason .price li .num {
	position: absolute;
	top: -15px;
	right: 0;
	left: 0;
	text-align: center;
}
#reason .price li .num img {
}
/* 項目・タイトル */
#reason .price li .title {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 26px;
	color: #ddc045;
	text-align: center;
}
#reason .price li .title::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	width: 100px;
	height: 1px;
	background: #ddc045;
}
/* 項目・テキスト */
#reason .price li .text {
	font-size: 16px;
	line-height: 2;
}

/*------------------------------
	レスポンシブ （画面幅が1280px以下で適応）
------------------------------ */
@media screen and (max-width: 1280px) {
	#reason .quality .label,
	#reason .price .label {
		width: 880px;
	}
	#reason .quality ul,
	#reason .price ul {
		width: 880px;
	}
	#reason .quality li,
	#reason .price li {
		margin-left: 20px;
		width: 220px;
	}
}



/* ============================================================
	プラン
============================================================ */
#plan {
	padding-bottom: 120px;
}

/*------------------------------
	見出し
------------------------------ */
#plan .headline {
	text-align: center;
	padding-top: 130px;
}
#plan .headline-sub {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #61995c;
	letter-spacing: .4em;
	text-indent: .4rem;
}
#plan .headline-main {
	margin-top: 30px;
	font-size: 40px;
}

/*------------------------------
	メッセージ
------------------------------ */
#plan .message {
	margin-top: 50px;
	text-align: center;
}
#plan .message p {
	margin-top: 50px;
	font-size: 16px;
	line-height: 2;
}

/*------------------------------
	各プラン
------------------------------ */
#plan .block {
	width: 1200px;
	margin: 95px auto 0;
	position: relative;
}
#plan .block.yo1 {
	margin-top: 60px;
}
/* タイトル */
#plan .block .title {
	position: absolute;
	left: 630px;
	width: 550px;
	padding: 20px 0;
	font-size: 30px;
	border-top: solid 1px #444;
	border-bottom: solid 1px #444;
	text-align: center;
}
#plan .block > .inner {
}
/* 写真（スライドギャラリー） */
#plan .block .carousel {
	float: left;
	position: relative;
	margin-right: 30px;
}
#plan .block .carousel .swiper-container {
	overflow: hidden;
	width: 600px;
}
#plan .block .carousel .swiper-pagination {
	position: absolute;
	right: 0;
	left: 0;
	margin-top: 15px;
}
#plan .block .carousel .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 15px;
	background: #d3c7ba;
	opacity: 1;
	border: none;
	border-radius: 50%;
}
#plan .block .carousel .swiper-pagination-bullet-active {
	background: #61995c;
}
/* 詳細 */
#plan .block .detail {
	float: left;
	margin-top: 80px;
	width: 560px;
}
#plan .block .detail-unit {
	position: relative;
	margin-top: 20px;
	padding-left: 28px;
	color: #61995c;
}
#plan .block .detail-unit::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 80px;
	margin: auto;
	background: #61995c;
}
#plan .block .detail-unit p {
	padding-left: 4px;
}
#plan .block .detail-unit .price {
	margin-top: 5px;
	font-size: 46px;
}
#plan .block .detail-unit .price small {
	margin-left: 5px;
	font-size: 20px;
}
#plan .block .detail-text {
	margin-top: 20px;
	line-height: 2;
	text-align: left;
}
#plan .block .detail-text br {
	display: none;
}
#plan .block .detail-note {
	line-height: 2;
	text-align: left;
}

/*------------------------------
	注意書き
------------------------------ */
#plan .note {
	margin-top: 120px;
}
#plan .note-text {
	font-size: 16px;
	line-height: 2;
	text-align: center;
}

/*------------------------------
	レスポンシブ （画面幅が1280px以下で適応）
------------------------------ */
@media screen and (max-width: 1280px) {
	#plan .block {
		width: 880px;
		margin-top: 95px;
	}
	#plan .block .title {
		left: 0;
		width: 880px;
	}
	#plan .block > .inner {
		padding-top: 100px;
	}
	#plan .block .image img {
		width: 500px;
	}
	#plan .block .detail {
		margin-top: 0;
		width: 235px;
	}
	#plan .block .detail-text br {
		display: block;
	}
}


/* ============================================================
	スライド画像
============================================================ */
#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: 100px 0 150px;
}

/*------------------------------
	見出し
------------------------------ */
#costume .headline {
	text-align: center;
}
#costume .headline-sub {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #61995c;
	letter-spacing: .4em;
	text-indent: .4rem;
}
#costume .headline-main {
	margin-top: 30px;
	font-size: 40px;
}

/*------------------------------
	メッセージ
------------------------------ */
#costume .message {
	margin-top: 50px;
	text-align: center;
}
#costume .message-text {
	margin-top: 50px;
	font-size: 16px;
	line-height: 2;
}

/*------------------------------
	グループ
------------------------------ */
#costume .group {
	position: relative;
	margin: 60px auto 0;
	width: 1040px;
	height: 450px;
}
#costume .group-image {
}
#costume .group-image.n1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#costume .group-image.n2 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
#costume .group-image img {
	width: 580px;
	height: 350px;
}



/* ============================================================
	撮影までの流れ
============================================================ */
#flow {
	position: relative;
	padding: 140px 0;
}
/* 背景（１） */
#flow::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 102%;
	margin: 0 auto;
	background: #f9f6ef;
	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: #e7ede4;
	transform: skew(0deg, -8deg);
	z-index: -2;
}

/*------------------------------
	見出し
------------------------------ */
#flow .headline {
	text-align: center;
}
#flow .headline-sub {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #61995c;
	letter-spacing: .4em;
	text-indent: .4rem;
}
#flow .headline-main {
	margin-top: 30px;
	font-size: 40px;
}

/*------------------------------
	メッセージ
------------------------------ */
#flow .message {
	margin-top: 50px;
	text-align: center;
}
#flow .message p {
	margin-top: 50px;
	font-size: 16px;
	line-height: 2;
}

/*------------------------------
	ステップ
------------------------------ */
#flow .step {
	margin-top: 40px;
}
#flow .step table {
	width: 1200px;
	margin: 0 auto;
	table-layout: fixed;
}
#flow .step table tr {
	border-top: solid 3px #fff;
}
#flow .step table tr th {
	position: relative;
	padding-top: 85px;
	width: 180px;
	border-top: solid 3px #ddc045;
	vertical-align: top;
}
#flow .step table tr:not(:last-child) 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 #ddc045;
	border-left: solid 15px transparent;
}
/* 番号 */
#flow .step table tr th .step-num {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 50px;
	color: #ddc045;
}
#flow .step table tr th .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: #ddc045;
}
#flow .step table tr td {
	padding: 50px 60px;
}
/* 写真 */
#flow .step table tr td .step-image {
	float: left;
}
/* 詳細 */
#flow .step table tr td .step-detail {
	float: right;
	padding: 13px 0;
	width: 550px;
}
#flow .step table tr td .step-detail-title {
	font-size: 30px;
}
#flow .step table tr td .step-detail-caption {
	margin-top: 20px;
	line-height: 2;
}
#flow .step table tr td .step-detail-button {
	margin-top: 20px;
}
#flow .step table tr td .step-detail-button a,
#flow .step table tr td .step-detail-button span {
	display: block;
	width: 300px;
	height: 60px;
	line-height: 60px;
	background: linear-gradient(to right, #f3d22c 0%, #e2ae00 100%);
	font-size: 20px;
	color: #fff;
	text-align: center;
	letter-spacing: .05em;
	text-indent: .05em;
	border-radius: 50px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
	cursor: pointer;
}

/*------------------------------
	レスポンシブ （画面幅が1280px以下で適応）
------------------------------ */
@media screen and (max-width: 1280px) {
	#flow .step table {
		width: 900px;
	}
	#flow .step table tr td {
		padding: 50px 20px 50px 50px;
	}
	#flow .step table tr td .step-detail {
		width: 300px;
	}
}



/* ============================================================
	店舗一覧
============================================================ */
#shop {
	position: relative;
	z-index: 1;
}

/*------------------------------
	見出し
------------------------------ */
#shop .headline {
	text-align: center;
	padding-top: 120px;
}
#shop .headline-sub {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #61995c;
	letter-spacing: .4em;
	text-indent: .4rem;
}
#shop .headline-main {
	margin-top: 30px;
	font-size: 40px;
}

/*------------------------------
	メッセージ
------------------------------ */
#shop .message {
	margin-top: 50px;
	text-align: center;
}
#shop .message p {
	margin-top: 50px;
	font-size: 16px;
	line-height: 2;
}

/*------------------------------
	店舗リスト
------------------------------ */
#shop .studio {
	margin-top: 60px;
}
#shop .studio-ul {
	width: 950px;
	margin: 0 auto;
}
#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;
	font-size: 18px;
	text-align: center;
	letter-spacing: .05em;
	text-indent: .05em;
}
#shop .studio-name-a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------------------------------
	背景画像
------------------------------ */
#shop .background {
	position: relative;
	height: 700px;
	margin: 0 auto;
	background: no-repeat 50% 0% / cover;
	position: relative;
	overflow: hidden;
	z-index: -2;
}
#shop .background::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;
}
#shop .background::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: 70px 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;
	font-size: 16px;
	color: #61995c;
	letter-spacing: .4em;
	text-indent: .4rem;
}
#faq .headline-main {
	margin-top: 30px;
	font-size: 40px;
}

/*------------------------------
	メッセージ
------------------------------ */
#faq .message {
	margin-top: 50px;
	text-align: center;
}
#faq .message p {
	margin-top: 50px;
	font-size: 16px;
	line-height: 2;
}

/*------------------------------
	FAQリスト
------------------------------ */
#faq ul {
	margin-top: 50px;
}
#faq li {
	width: 880px;
	margin: 30px auto 0;
	background: #f9f6ef;
}
#faq li:first-child {
	margin-top: 0;
}
/* 質問 */
#faq li .question {
	position: relative;
	padding: 30px 40px 30px 100px;
	font-size: 20px;
	line-height: 1.6;
	text-decoration: underline;
	cursor: pointer;
}
#faq li .question::before {
	content: 'Q';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 3.2;
	background: #61995c;
	height: 100%;
	width: 70px;
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	color: #fff;
	text-align: center;
}
/* 回答 */
#faq li .answer {
	display: none;
	position: relative;
	padding: 30px 40px 30px 100px;
	font-size: 20px;
	line-height: 1.6;
}
#faq li .answer::before {
	content: 'A';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 3.2;
	background: #ddc045;
	height: 100%;
	width: 70px;
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	color: #fff;
	text-align: center;
}
#faq li .answer a {
	text-decoration: underline;
}

/*------------------------------
	FAQリスト（展開後）
------------------------------ */
#faq .hidden {
	display: none;
}
#faq .hidden ul {
	margin-top: 30px;
}

/*------------------------------
	もっと見る
------------------------------ */
#faq .open {
	margin-top: 60px;
	text-align: center;
	cursor: pointer;
}
#faq .open span {
	position: relative;
	text-decoration: underline;
}
#faq .open span::before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: -20px;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-right: solid 7px transparent;
	border-top: solid 12px #61995c;
	border-left: solid 7px transparent;
}



/* ============================================================
	ご予約
============================================================ */
#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: #f9f6ef;
    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: #e7ede4;
    transform: skew(0deg, -8deg);
    z-index: -2;
}
#reserve .inner {
    padding-bottom: 100px;
    background: #f9f6ef;
}

/*------------------------------
	見出し
------------------------------ */
#reserve .headline {
	text-align: center;
}
#reserve .headline-sub {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #61995c;
	letter-spacing: .4em;
	text-indent: .4rem;
}
#reserve .headline-main {
	margin-top: 30px;
	font-size: 40px;
}

/*------------------------------
	メッセージ
------------------------------ */
#reserve .message {
	margin-top: 50px;
	text-align: center;
}
#reserve .message p {
	margin-top: 50px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: .05em;
}

/*------------------------------
	予約ボタン
------------------------------ */
#reserve .button {
	margin: 55px auto 0;
	width: 840px;
}
#reserve .button ul {
	width: 840px;
}
#reserve .button li:not(:first-of-type) {
	margin-left: 40px;
}
#reserve .button li {
	float: left;
	display: block;
	width: 400px;
	height: 70px;
	line-height: 70px;
	background: linear-gradient(to right, #f3d22c 0%, #e2ae00 100%);
	text-align: center;
	font-size: 26px;
	letter-spacing: .1em;
	text-indent: .1em;
	border-radius: 50px;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
}
#reserve .button li a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	color: #fff;
}



/* ============================================================
	フッター
============================================================ */
#footer {
	overflow: hidden;
	padding-bottom: 60px;
	position: relative;
	background: #f9f6ef;
	z-index: 1;
}

/*------------------------------
	コピーライト
------------------------------ */
#copyright {
	text-align: center;
	font-size: 16px;
	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::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: calc(100% - 100px);
	background: #fff;
	z-index: -1;
}
#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;
}
