@charset "UTF-8";

/* ============================================================
	共通(element)
============================================================ */
html {
	font-size: 62.5%;
}
body {
	background: #fff;
	font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	color: #000;
	line-height: 1;
	width: 100%;
	height: 100%;
	background: url(./images/background-pc.jpg);
	background-size: cover;
	background-attachment: fixed;
}
body * {
	box-sizing: border-box;
	font-weight: 500;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
	transition: .5s;
}
a:hover {
	opacity: .8;
}
::selection {
	background: #c9bc9c;
}



/* ============================================================
	共通(id,class)
============================================================ */
#wrap {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
#contents {
	position: relative;
	z-index: 1;
}

/*------------------------------
	フォント関連
------------------------------ */
.sans {
	font-family: 'Noto Sans JP', 'Helvetica Neue', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', meiryo, sans-serif;
}
.serif {
	font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*------------------------------
	フェードイン
------------------------------ */
.js-fade {
	opacity: .05;
	transition: 1s .3s;
	transform: translateY(20px);
}



/* ============================================================
	ヘッダー
============================================================ */
#header {
	position: fixed;
	width: 100%;
	max-width: 1400px;
	height: 90px;
	top: -95px;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 500;
}

/*------------------------------
	メイン
------------------------------ */
#header .main {
	position: relative;
	z-index: 1;
	background: #395246;
	padding: 0 20px;
}
/* ロゴ */
#header .main-logo {
	float: left;
	width: 144px;
	padding: 20px 0;
	color: #fff;
}
#header .main-logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#header .main-logo a img {
	width: 144px;
	height: 52px;
}
/* ボタン */
#header .main-button {
	float: right;
	width: 260px;
	padding: 15px 0;
}
#header .main-button a {
	display: block;
	width: 260px;
	height: 60px;
	line-height: 58px;
	background: linear-gradient(to bottom, #fff, #ccc);
	font-size: 24px;
	color: #395246;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
	border-radius: 50px;
}



/* ============================================================
	ビジュアル
============================================================ */
#visual {
	position: relative;
	width: 1400px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 60px;
}

/*------------------------------
	タイトル
------------------------------ */
#visual .title {
	position: absolute;
	top: 100px;
	right: 230px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	z-index: 3;
}
#visual .title-main {
	font-size: 32px;
	color: #395246;
	letter-spacing: .1em;
	line-height: 1.2;
}
#visual .title-main span {
	position: relative;
	z-index: 1;
	display: block;
	padding: 20px 0;
}
#visual .title-main span::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
}
#visual .title-main span:nth-of-type(1) {
}
#visual .title-main span:nth-of-type(2) {
	margin-top: 80px;
}
#visual .title-main span:nth-of-type(3) {
	margin-top: 40px;
}
#visual .title-main span:nth-of-type(1)::after {
	width: 60px;
	max-height: 294px;
}
#visual .title-main span:nth-of-type(2)::after {
	width: 60px;
	max-height: 155px;
}
#visual .title-main span:nth-of-type(3)::after {
	width: 60px;
	max-height: 367px;
}
#visual .title-main span b {
	font-size: 50px;
}

/*------------------------------
	ロゴ
------------------------------ */
#visual .logo {
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
}
#visual .logo-image {
	font-size: 24px;
	color: #000;
}
#visual .logo-image img {
	width: 144px;
	height: 52px;
}

/*------------------------------
	写真
------------------------------ */
#visual .image {
	margin-top: 60px;
	text-align: center;
}
#visual .image img {
	width: 1200px;
	height: 600px;
	-webkit-mask-image: url(./images/visual-mask-pc.svg);
	mask-image: url(./images/visual-mask-pc.svg);
}

/*------------------------------
	メッセージ
------------------------------ */
#visual .message {
	margin-top: 90px;
}
#visual .message-main {
	font-size: 18px;
	text-align: center;
	letter-spacing: .2em;
	margin-left: .2em;
	line-height: 5;
}
#visual .message-main strong,
#visual .message-main b {
	font-size: 32px;
}

/*------------------------------
	装飾
------------------------------ */
#visual .deco {
	width: 1400px;
}
#visual .deco-image {
	position: absolute;
	z-index: 10;
	margin: 0 auto;
}
#visual .deco-image.n1 {
	top: 0;
	left: 0;
}
#visual .deco-image.n2 {
	top: 120px;
	right: 0;
}
#visual .deco-image img {
	width: 320px;
	height: 810px;
}



/* ============================================================
	装飾区切り
============================================================ */
#deco-line-n1 {
	position: relative;
	z-index: 5;
}

/*------------------------------
	装飾
------------------------------ */
#deco-line-n1 .image {
	margin-bottom: -320px;
	text-align: center;
}
#deco-line-n1 .image img {
	width: 1400px;
	height: 600px;
}



/* ============================================================
	ロケーション
============================================================ */
#location {
	position: relative;
	padding-bottom: 200px;
}

/*------------------------------
	見出し
------------------------------ */
#location .headline {
	position: absolute;
	top: 320px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}
#location .headline-sub {
	font-family: 'Stardos Stencil', cursive;
	font-size: 44px;
	color: #fff;
	text-align: center;
	letter-spacing: .3em;
	text-indent: .3em;
}
#location .headline-main {
	margin-top: 30px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}

/*------------------------------
	写真
------------------------------ */
#location .image {
	position: relative;
	background: #191f15;
	text-align: center;
}
#location .image img {
	width: 1400px;
	height: 1290px;
}
#location .image::before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: -2px;
	width: 100%;
	height: 120px;
	background: url(./images/deco-semicircle-pc.svg) no-repeat center;
	background-size: cover;
	z-index: 1;
}

/*------------------------------
	ギャラリー
------------------------------ */
#location .gallery {
	width: 1020px;
	margin: 0 auto;
}
/* メッセージ */
#location .gallery-message {
}
#location .gallery-message.n1 {
	margin-top: 90px;
	margin-right: 90px;
}
#location .gallery-message.n2 {
	margin-top: 140px;
}
#location .gallery-message-main {
	font-size: 18px;
	letter-spacing: .2em;
	line-height: 3;
}
#location .gallery-message-main span {
	padding: 0 4px 16px;
	border-bottom: solid 1px #395246;
}
#location .gallery-message-main span b {
	font-size: 32px;
}
/* メッセージ・個別 */
#location .gallery-message.n1 .gallery-message-main {
	text-align: right;
}
#location .gallery-message.n2 .gallery-message-main span:nth-of-type(1) {
	margin-left: 60px;
}
#location .gallery-message.n2 .gallery-message-main span:nth-of-type(2) {
	margin-top: 190px;
	margin-left: 140px;
}
/* スポット */
#location .gallery-spot {
}
/* スポット・個別 */
#location .gallery-spot.n1 {
	width: 400px;
	margin-top: -70px;
	margin-left: 0;
}
#location .gallery-spot.n2 {
	width: 300px;
	margin-top: -20px;
	margin-left: 590px;
}
#location .gallery-spot.n3 {
	width: 320px;
	margin-top: -160px;
	margin-left: 120px;
}
#location .gallery-spot.n4 {
	width: 300px;
	margin-top: 80px;
	margin-left: 500px;
}
#location .gallery-spot.n5 {
	width: 320px;
	margin-top: -230px;
	margin-left: auto;
}
#location .gallery-spot.n6 {
	width: 300px;
	margin-top: -210px;
	margin-left: 60px;
}
/* スポット写真 */
#location .gallery-spot-image {
	position: relative;
	cursor: pointer;
}
#location .gallery-spot-image img {
	border-radius: 10px;
}
/* スポット写真・個別 */
#location .gallery-spot.n1 .gallery-spot-image::before,
#location .gallery-spot.n3 .gallery-spot-image::before,
#location .gallery-spot.n5 .gallery-spot-image::before {
	content: '';
	display: block;
	position: absolute;
	top: -7px;
	left: -8px;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
	margin: 0 auto;
	background: url(./images/location-gallery-spot-deco-yoko.svg) no-repeat center;
	background-size: contain;
	z-index: -1;
}
#location .gallery-spot.n2 .gallery-spot-image::before,
#location .gallery-spot.n4 .gallery-spot-image::before,
#location .gallery-spot.n6 .gallery-spot-image::before {
	content: '';
	display: block;
	position: absolute;
	top: -7px;
	left: -7px;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
	margin: 0 auto;
	background: url(./images/location-gallery-spot-deco-tate.svg) no-repeat center;
	background-size: contain;
	z-index: -1;
}
#location .gallery-spot.n1 .gallery-spot-image img {
	width: 400px;
	height: 300px;
}
#location .gallery-spot.n2 .gallery-spot-image img {
	width: 300px;
	height: 400px;
}
#location .gallery-spot.n3 .gallery-spot-image img {
	width: 320px;
	height: 240px;
}
#location .gallery-spot.n4 .gallery-spot-image img {
	width: 300px;
	height: 400px;
}
#location .gallery-spot.n5 .gallery-spot-image img {
	width: 320px;
	height: 240px;
}
/* スポットもっと見る */
#location .gallery-spot-more {
	margin-top: 10px;
	font-size: 20px;
	color: #395246;
	letter-spacing: .2em;
	text-align: right;
}
#location .gallery-spot-more span {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 40px;
	padding: 0 6px;
	text-align: left;
	line-height: 1.8;
	cursor: pointer;
}
#location .gallery-spot-more span::before {
	font-family: Material Icons;
	content: "\e147";
	position: absolute;
	top: -3px;
	right: 0px;
	font-size: 24px;
}

/*------------------------------
	装飾
------------------------------ */
#location .deco {
	width: 1400px;
}
#location .deco-image {
	position: absolute;
	z-index: 10;
	margin: 0 auto;
}
#location .deco-image.n0 {
	top: -800px;
	left: 0;
}
#location .deco-image.n1 {
	top: 600px;
	left: 0;
}
#location .deco-image.n2 {
	top: 1900px;
	right: 0;
}
#location .deco-image.n3 {
	top: 2800px;
	left: 0;
}
#location .deco-image img {
	width: 160px;
}

/*------------------------------
	背景装飾
------------------------------ */
#location .background {
	position: absolute;
	top: 1290px;
	left: 0;
	right: 0;
	width: 1400px;
	height: 2237px;
	margin: 0 auto;
	z-index: -2;
}
/* メッセージ */
#location .background-image {
	position: absolute;
}
#location .background-image.n1 {
	top: 0;
	left: -200px;
}
#location .background-image.n2 {
	top: 630px;
	right: -100px;
}
#location .background-image.n3 {
	top: 1170px;
	left: -200px;
}
#location .background-image.n1 img {
	width: 724px;
	height: 816px;
}
#location .background-image.n2 img {
	width: 724px;
	height: 816px;
}
#location .background-image.n3 img {
	width: 798px;
	height: 1071px;
}



/* ============================================================
	スライド
============================================================ */
#slide {
	position: relative;
	height: 600px;
	overflow: hidden;
}
#slide::before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: -2px;
	width: 100%;
	height: 120px;
	background: url(./images/deco-semicircle-pc.svg) no-repeat center;
	background-size: cover;
	transform: scale(1, -1);
	z-index: 1;
}
#slide .image {
	float: left;
	margin-right: 10px;
}
#slide .image.tate img {
	width: 450px;
	height: 600px;
}
#slide .image.yoko img {
	width: 900px;
	height: 600px;
}



/* ============================================================
	装飾区切り
============================================================ */
#deco-line-n2 {
	position: relative;
	z-index: 5;
}

/*------------------------------
	装飾
------------------------------ */
#deco-line-n2 .image {
	margin-top: -330px;
	margin-bottom: -350px;
	text-align: center;
}
#deco-line-n2 .image img {
	width: 1400px;
	height: 600px;
}



/* ============================================================
	プラン
============================================================ */
#plan {
	position: relative;
	background: url(./images/background-light.jpg);
	background-size: 640px 1080px;
	padding-top: 320px;
	padding-bottom: 300px;
}

/*------------------------------
	見出し
------------------------------ */
#plan .headline {
}
#plan .headline-sub {
	font-family: 'Stardos Stencil', cursive;
	font-size: 44px;
	color: #395246;
	text-align: center;
	letter-spacing: .3em;
	text-indent: .3em;
}
#plan .headline-main {
	margin-top: 30px;
	font-size: 18px;
	color: #395246;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}

/*------------------------------
	価格設定
------------------------------ */
#plan .pricing {
	width: 1140px;
	margin: 0 auto;
}
#plan .pricing.n1 {
	margin-top: 100px;
}
#plan .pricing.n2 {
	margin-top: 160px;
}
/* 写真 */
#plan .pricing-image {
	width: 580px;
}
#plan .pricing-image img {
	width: 580px;
	height: 580px;
}
/* 写真・個別 */
#plan .pricing.n1 .pricing-image {
	float: left;
	margin-left: -50px;
}
#plan .pricing.n2 .pricing-image {
	float: right;
	margin-right: -50px;
	margin-left: auto;
}
#plan .pricing.n1 .pricing-image img {
	-webkit-mask-image: url(./images/plan-dress-mask-n1.svg);
	mask-image: url(./images/plan-dress-mask-n1.svg);
}
#plan .pricing.n2 .pricing-image img {
	-webkit-mask-image: url(./images/plan-dress-mask-n2.svg);
	mask-image: url(./images/plan-dress-mask-n2.svg);
}
/* 詳細 */
#plan .pricing-detail {
	width: 480px;
	margin: 0 20px;
}
/* 詳細・個別 */
#plan .pricing.n1 .pricing-detail {
	float: right;
}
#plan .pricing.n2 .pricing-detail {
	float: left;
}
/* タイトル */
#plan .pricing-detail-title {
	margin-top: 70px;
	padding: 0 10px;
}
#plan .pricing-detail-title-main {
	font-size: 36px;
	letter-spacing: .1em;
}
/* 料金 */
#plan .pricing-detail-price {
	margin-top: 30px;
	padding: 0 10px 40px;
}
#plan .pricing-detail-price-label {
	display: inline-block;
	vertical-align: bottom;
	background: #395246;
	padding: 2px 0 6px;
	width: 60px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}
#plan .pricing-detail-price-num {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 36px;
	letter-spacing: .1em;
}
#plan .pricing-detail-price-unit {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	letter-spacing: .1em;
}
/* 含まれるもの */
#plan .pricing-detail-option {
	width: 480px;
	padding: 30px 10px;
	border-top: solid 1px #444;
}
#plan .pricing-detail-option-text {
	font-size: 18px;
	letter-spacing: .1em;
	line-height: 2.3;
}
#plan .pricing-detail-option-note {
	margin-top: 20px;
	font-size: 18px;
	letter-spacing: .1em;
	line-height: 2;
}

/*------------------------------
	装飾
------------------------------ */
#plan .deco {
	width: 1400px;
}
#plan .deco-image {
	position: absolute;
	z-index: 10;
	margin: 0 auto;
}
#plan .deco-image.n1 {
	top: 400px;
	right: 0;
}
#plan .deco-image.n2 {
	top: 1600px;
	left: 0;
}
#plan .deco-image img {
	width: 160px;
}

/*------------------------------
	注意書き
------------------------------ */
#plan .note {
	margin-top: 120px;
	text-align: center;
}



/* ============================================================
	装飾区切り
============================================================ */
#deco-line-n3 {
	position: relative;
	z-index: 5;
}

/*------------------------------
	装飾
------------------------------ */
#deco-line-n3 .image {
	margin-top: -220px;
	margin-bottom: -380px;
	text-align: center;
}
#deco-line-n3 .image img {
	width: 1400px;
	height: 600px;
}



/* ============================================================
	撮影までの流れ
============================================================ */
#flow {
	position: relative;
	padding-top: 320px;
	padding-bottom: 110px;
}

/*------------------------------
	見出し
------------------------------ */
#flow .headline {
}
#flow .headline-sub {
	font-family: 'Stardos Stencil', cursive;
	font-size: 44px;
	color: #395246;
	text-align: center;
	letter-spacing: .3em;
	text-indent: .3em;
}
#flow .headline-main {
	margin-top: 30px;
	font-size: 18px;
	color: #395246;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}

/*------------------------------
	メッセージ
------------------------------ */
#flow .message {
	margin-top: 70px;
}
#flow .message-main {
	font-size: 18px;
	text-align: center;
	letter-spacing: .1em;
	margin-left: .1em;
	line-height: 2.3;
}

/*------------------------------
	手順
------------------------------ */
#flow .step {
	margin-top: 70px;
}
#flow .step ul {
	width: 1000px;
	margin: 0 auto;
}
#flow .step li {
	position: relative;
}
#flow .step li:not(:last-of-type)::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 30px;
	left: 84px;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: solid 20px #395246;
	border-right: solid 15px transparent;
	border-left: solid 15px transparent;
}
/* 番号 */
#flow .step-num {
	float: left;
	width: 200px;
	border-top: solid 4px #395246;
	padding-top: 50px;
}
#flow .step-num-sub {
	font-size: 20px;
	color: #395246;
	text-align: center;
}
#flow .step-num-main {
	margin-top: 4px;
	font-size: 50px;
	color: #395246;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}
/* 説明 */
#flow .step-desc {
	float: left;
	width: 800px;
	border-top: solid 4px #c9bc9c;
	padding: 50px 0 50px;
}
#flow .step-desc-title {
	padding: 0 50px;
	font-size: 30px;
	letter-spacing: .1em;
}
#flow .step-desc-text {
	padding: 0 50px;
	margin-top: 30px;
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 2.3;
}
#flow .step-desc-button {
	padding: 0 50px;
	margin-top: 40px;
}
#flow .step-desc-button a,
#flow .step-desc-button span {
	display: block;
	width: 400px;
	height: 70px;
	line-height: 70px;
	background: #395246;
	font-size: 30px;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
	border-radius: 50px;
	cursor: pointer;
}
#flow .step-desc-image {
	padding: 0 50px;
	margin-top: 40px;
	width: 680px;
}
#flow .step-desc-image img {
	width: 680px;
	height: 370px;
}

/*------------------------------
	装飾
------------------------------ */
#flow .deco {
	width: 1400px;
}
#flow .deco-image {
	position: absolute;
	z-index: 10;
	margin: 0 auto;
}
#flow .deco-image.n1 {
	top: 360px;
	right: 0;
}
#flow .deco-image.n2 {
	top: 1800px;
	left: 0;
}
#flow .deco-image img {
	width: 160px;
}



/* ============================================================
	よくあるご質問
============================================================ */
#faq {
	background: url(./images/background-light.jpg);
	background-size: 640px 1080px;
	padding-top: 160px;
	padding-bottom: 320px;
}

/*------------------------------
	見出し
------------------------------ */
#faq .headline {
}
#faq .headline-sub {
	font-family: 'Stardos Stencil', cursive;
	font-size: 44px;
	color: #395246;
	text-align: center;
	letter-spacing: .3em;
	text-indent: .3em;
}
#faq .headline-main {
	margin-top: 30px;
	font-size: 18px;
	color: #395246;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}

/*------------------------------
	メッセージ
------------------------------ */
#faq .message {
	margin-top: 70px;
}
#faq .message-main {
	font-size: 18px;
	text-align: center;
	letter-spacing: .1em;
	margin-left: .1em;
	line-height: 2.3;
}

/*------------------------------
	FAQリスト
------------------------------ */
#faq ul {
	margin-top: 70px;
}
#faq li {
	width: 1000px;
	margin: 30px auto 0;
}
#faq li:first-child {
	margin-top: 0;
}
/* 質問 */
#faq li .question {
	position: relative;
	padding: 17px 80px 17px 100px;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
	font-size: 18px;
	letter-spacing: .1em;
	line-height: 2;
	cursor: pointer;
}
#faq li .question::before {
	content: 'Q';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 70px;
	background: #395246;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 3.4;
}
#faq li .question i {
	display: block;
	position: absolute;
	top: 26px;
	right: 30px;
	width: 20px;
	height: 20px;
	margin: auto;
	transition: .5s;
}
#faq li .question i::before,
#faq li .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 li .question i::after {
	transform: rotate(90deg);
}
#faq li.active .question i {
	transform: rotate(90deg);
}
#faq li.active .question i::before {
	transition-delay: .5s;
	left: 10px;
	opacity: 0;
}
/* 回答 */
#faq li .answer {
	display: none;
	position: relative;
	padding: 17px 80px 17px 100px;
	font-size: 18px;
	letter-spacing: .1em;
	line-height: 2;
}
#faq li .answer::before {
	content: 'A';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 70px;
	background: #cc9966;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 3.4;
}
#faq li .answer a {
	text-decoration: underline;
}

/*------------------------------
	FAQリスト（展開後）
------------------------------ */
#faq .hidden {
	display: none;
}
#faq .hidden ul {
	margin-top: 40px;
}

/*------------------------------
	もっと見る
------------------------------ */
#faq .open {
	margin-top: 80px;
	text-align: center;
}
#faq .open span {
	font-size: 16px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
	cursor: pointer;
}



/* ============================================================
	装飾区切り
============================================================ */
#deco-line-n4 {
	position: relative;
	z-index: 5;
}

/*------------------------------
	装飾
------------------------------ */
#deco-line-n4 .image {
	margin-top: -230px;
	margin-bottom: -370px;
	text-align: center;
}
#deco-line-n4 .image img {
	width: 1400px;
	height: 600px;
}



/* ============================================================
	ビジョン
============================================================ */
#vision {
	position: relative;
}

/*------------------------------
	写真
------------------------------ */
#vision .image {
	position: relative;
	background: #191f15;
	text-align: center;
}
#vision .image img {
	width: 1400px;
	height: 800px;
}
#vision .image::before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: -2px;
	width: 100%;
	height: 120px;
	background: url(./images/deco-semicircle-pc.svg) no-repeat center;
	background-size: cover;
	z-index: 1;
}



/* ============================================================
	インスタグラム
============================================================ */
#instagram {
	position: relative;
	padding-top: 190px;
	padding-bottom: 190px;
}

/*------------------------------
	見出し
------------------------------ */
#instagram .headline {
}
#instagram .headline-sub {
	font-family: 'Stardos Stencil', cursive;
	font-size: 44px;
	color: #395246;
	text-align: center;
	letter-spacing: .3em;
	text-indent: .3em;
}
#instagram .headline-main {
	margin-top: 30px;
	font-size: 18px;
	color: #395246;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}

/*------------------------------
	ギャラリー
------------------------------ */
#instagram .gallery {
	position: relative;
	width: 1020px;
	height: 500px;
	margin: 140px auto 0;
}
/* 装飾文字 */
#instagram .gallery-deco {
	position: absolute;
	top: -40px;
	left: 150px;
}
#instagram .gallery-deco-image {
	width: 268px;
}
#instagram .gallery-deco-image img {
	width: 268px;
	height: 77px;
}
/* フェード写真 */
#instagram .gallery-fade {
	position: absolute;
}
#instagram .gallery-fade-image {
	position: relative;
}
#instagram .gallery-fade-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* フェード写真・個別設定 */
#instagram .gallery-fade.n1 {
	top: 0;
	left: 520px;
	width: 300px;
}
#instagram .gallery-fade.n2 {
	top: 60px;
	left: 320px;
	width: 180px;
}
#instagram .gallery-fade.n3 {
	top: 210px;
	right: 0;
	width: 180px;
}
#instagram .gallery-fade.n4 {
	top: 150px;
	left: 0;
	width: 300px;
}
#instagram .gallery-fade.n5 {
	top: 320px;
	left: 430px;
	width: 180px;
}
#instagram .gallery-fade.n1 img {
	width: 300px;
	height: 300px;
}
#instagram .gallery-fade.n2 img {
	width: 180px;
	height: 180px;
}
#instagram .gallery-fade.n3 img {
	width: 180px;
	height: 180px;
}
#instagram .gallery-fade.n4 img {
	width: 300px;
	height: 300px;
}
#instagram .gallery-fade.n5 img {
	width: 180px;
	height: 180px;
}

/*------------------------------
	ボタン
------------------------------ */
#instagram .button {
	margin-top: 80px;
}
#instagram .button a {
	display: block;
	width: 400px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	background: #395246;
	font-size: 20px;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
	border-radius: 50px;
}

/*------------------------------
	装飾
------------------------------ */
#instagram .deco {
	width: 1400px;
}
#instagram .deco-image {
	position: absolute;
	z-index: 10;
	margin: 0 auto;
}
#instagram .deco-image.n1 {
	top: -300px;
	right: 0;
}
#instagram .deco-image.n2 {
	top: 500px;
	left: 0;
}
#instagram .deco-image img {
	width: 160px;
}



/* ============================================================
	アクセス
============================================================ */
#access {
}

/*------------------------------
	Googleマップ
------------------------------ */
#access .map {
}
#access .map iframe {
	width: 100%;
	height: 640px;
	vertical-align:bottom;
}



/* ============================================================
	予約案内
============================================================ */
#appointment {
	background: url(./images/background-green.jpg);
	background-size: 100px 100px;
	padding: 160px 0 320px;
}

/*------------------------------
	見出し
------------------------------ */
#appointment .headline {
}
#appointment .headline-sub {
	font-family: 'Stardos Stencil', cursive;
	font-size: 44px;
	color: #fff;
	text-align: center;
	letter-spacing: .3em;
	text-indent: .3em;
}
#appointment .headline-main {
	margin-top: 30px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}

/*------------------------------
	メッセージ
------------------------------ */
#appointment .message {
}
#appointment .message-main {
	margin-top: 60px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	margin-left: .1em;
	line-height: 2.3;
}

/*------------------------------
	店舗
------------------------------ */
#appointment .studio {
	text-align: center;
}
/* ロゴ */
#appointment .studio-logo {
	margin-top: 90px;
}
#appointment .studio-logo img {
	width: 260px;
	height: 86px;
}
/* 店舗一覧 */
#appointment .studio-list {
	margin-top: 60px;
}
#appointment .studio-ul {
	width: 950px;
	margin: 0 auto;
}
#appointment .studio-li {
	position: relative;
	float: left;
	width: 190px;
	text-align: center;
}
#appointment .studio-photo-img {
	border-radius: 50%;
	width: 140px;
	height: 140px;
}
#appointment .studio-name {
	margin-top: 20px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	letter-spacing: .05em;
	text-indent: .05em;
}
#appointment .studio-name-a {
	color: #fff;
}
#appointment .studio-name-a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 補足文 */
#appointment .studio-note {
	margin-top: 70px;
}
#appointment .studio-note-text {
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}
#appointment .studio-note-text a {
	color: #fff;
}


/*------------------------------
	ボタン
------------------------------ */
#appointment .button {
	margin-top: 70px;
}
#appointment .button a {
	display: block;
	width: 400px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	background: linear-gradient(to bottom, #fff, #ccc);
	font-size: 30px;
	color: #395246;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
	border-radius: 50px;
}

/*------------------------------
	コロナウイルス予防対策
------------------------------ */
#appointment .corona {
	margin-top: 70px;
}
#appointment .corona-text {
	font-size: 18px;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	margin-left: .1em;
	line-height: 2.3;
}
#appointment .corona-text span {
	text-decoration: underline;
	cursor: pointer;
}



/* ============================================================
	装飾区切り
============================================================ */
#deco-line-n5 {
	position: relative;
	z-index: 5;
}

/*------------------------------
	装飾
------------------------------ */
#deco-line-n5 .image {
	margin-top: -300px;
	margin-bottom: -300px;
	text-align: center;
}
#deco-line-n5 .image img {
	width: 1400px;
	height: 600px;
}



/* ============================================================
	フッター
============================================================ */
#footer {
	position: relative;
	background: url(./images/footer-pc.jpg) no-repeat center;
	background-size: cover;
	padding-top: 320px;
	padding-bottom: 40px;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
#footer::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
}

/*------------------------------
	住所
------------------------------ */
#footer .address {
	position: relative;
	z-index: 1;
}
#footer .address-text {
	font-size: 18px;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	margin-left: .1em;
	line-height: 2.3;
}
#footer .address-text.nukumori {
	margin-top: 60px;
}
#footer .address-text a {
	text-decoration: underline;
	color: #fff;
}

/*------------------------------
	コピーライト
------------------------------ */
#footer .copyright {
	position: relative;
	z-index: 1;
	margin-top: 130px;
	text-align: center;
}
#footer .copyright small {
	font-size: 16px;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
	line-height: 2.3;
}



/* ============================================================
	ポップアップ
============================================================ */
#popup-virus {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 80px 0;
	background: rgba(0, 0, 0, .5);
	z-index: 6001;
	overflow-y: scroll;
	box-sizing: border-box;
}

/*------------------------------
	バナー
------------------------------ */
#popup-virus .banner {
	position: relative;
	width: 520px;
	margin: 0 auto;
	background: #fff;
	z-index: 2;
}
/* 背景 */
#popup-virus .banner-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	z-index: 3;
	box-sizing: border-box;
}
#popup-virus .banner-close img {
	width: 24px;
	height: 24px;
}
/* 画像 */
#popup-virus .banner-image {
	position: relative;
	text-align: center;
	z-index: 2;
}
#popup-virus .banner-image img {
	width: 520px;
	height: 1632px;
}
/* 背景 */
#popup-virus .banner-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}



/* ============================================================
	ポップアップ・ロケーションフォト
============================================================ */
#popup-location {
}
#popup-location .spot {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 60px 0 120px;
	background: rgba(255, 255, 255, .9);
	z-index: 600;
	overflow-y: scroll;
}
body.scroll {
	overflow: hidden;
}

/*------------------------------
	ギャラリー
------------------------------ */
#popup-location .gallery {
}
/* 閉じる */
#popup-location .gallery-close {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 3;
}
#popup-location .gallery-close span {
	display: block;
	width: 80px;
	height: 80px;
	background: #395246;
	border-radius: 50%;
	cursor: pointer;
}
#popup-location .gallery-close span::before,
#popup-location .gallery-close span::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 28px;
	height: 2px;
	margin: auto;
	background: #fff;
}
#popup-location .gallery-close span::before {
	transform: rotate(45deg);
}
#popup-location .gallery-close span::after {
	transform: rotate(-45deg);
}
/* ロゴ */
#popup-location .gallery-logo {
	position: relative;
	text-align: center;
	z-index: 2;
}
#popup-location .gallery-logo img {
	width: 234px;
	height: 234px;
}
/* 画像 */
#popup-location .gallery-image {
	width: 1120px;
	margin: 60px auto 0;
}
#popup-location .gallery-image ul {
	float: left;
	width: 540px;
}
#popup-location .gallery-image ul:not(:first-of-type) {
	margin-left: 40px;
}
#popup-location .gallery-image li:not(:first-of-type) {
	margin-top: 40px;
}
#popup-location .gallery-image li img {
	width: 540px;
}
/* ボタン */
#popup-location .gallery-button {
	margin-top: 80px;
	margin-bottom: 60px;
}
#popup-location .gallery-button span {
	display: block;
	width: 400px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	background: #395246;
	font-size: 20px;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
	border-radius: 50px;
	cursor: pointer;
}



/* ============================================================
	ポップアップ・プラン店舗選択
============================================================ */
#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;
}
