@charset "UTF-8";

/* ============================================================
	ビジュアル
============================================================ */
#contents {
	position: relative;
}
#contents::before {
	content: '';
	position: absolute;
	top: -80px;
	width: 100%;
	height: 1060px;
	background: url(./images/visual-bg-pc.jpg) no-repeat center / cover;
}

/* ============================================================
	ビジュアル
============================================================ */
#visual {
	position: relative;
	height: 600px;
}
#visual .title {
	position: absolute;
	top: 120px;
	right: 0;
	left: 0;
	width: 920px;
	margin: 0 auto;
	z-index: 10;
}
#visual .title-sub {
	font-family: "EB Garamond", serif;
	font-size: 24px;
	letter-spacing: .3em;
	line-height: 1.9;
}
#visual .title-main {
	margin-top: 5px;
	font-size: 14px;
	letter-spacing: .2em;
	line-height: 1.6;
}
#visual .gallery {
	position: relative;
	width: 1220px;
	height: 100%;
	margin: 0 auto;
}
#visual .gallery-fade {
	position: absolute;
	opacity: 0.1;
	animation: fadein 2s forwards;
}
@keyframes fadein {
	0% { opacity: 0.1; }
	100% { opacity: 1; }
}
#visual .gallery-fade.n1 {
	animation-delay: .5s;
}
#visual .gallery-fade.n2 {
	animation-delay: .1s;
}
#visual .gallery-fade.n3 {
	animation-delay: 1.2s;
}
#visual .gallery-fade.n4 {
	animation-delay: .8s;
}
#visual .gallery-fade.n5 {
	animation-delay: 1s;
}
#visual .gallery-fade.n6 {
	animation-delay: .4s;
}
#visual .gallery-fade.n7 {
	animation-delay: 1.5s;
}
#visual .gallery-fade.n8 {
	animation-delay: .8s;
}
#visual .gallery-fade-photo {
	position: relative;
}
#visual .gallery-fade-photo img {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#visual .gallery-fade.n1 {
	top: 420px;
	left: 720px;
	width: 180px;
}
#visual .gallery-fade.n2 {
	top: 60px;
	left: 540px;
	width: 300px;
}
#visual .gallery-fade.n3 {
	top: 270px;
	left: 0;
	width: 240px;
}
#visual .gallery-fade.n4 {
	top: 420px;
	left: 300px;
	width: 180px;
}
#visual .gallery-fade.n5 {
	top: 270px;
	left: 360px;
	width: 120px;
}
#visual .gallery-fade.n6 {
	top: 330px;
	right: 0;
	width: 240px;
}
#visual .gallery-fade.n7 {
	top: 120px;
	right: 140px;
	width: 180px;
}
#visual .gallery-fade.n8 {
	top: 420px;
	left: 540px;
	width: 120px;
}
#visual .gallery-fade.n1 img {
	width: 180px;
	height: 180px;
}
#visual .gallery-fade.n2 img {
	width: 300px;
	height: 300px;
}
#visual .gallery-fade.n3 img {
	width: 240px;
	height: 240px;
}
#visual .gallery-fade.n4 img {
	width: 180px;
	height: 180px;
}
#visual .gallery-fade.n5 img {
	width: 120px;
	height: 120px;
}
#visual .gallery-fade.n6 img {
	width: 240px;
	height: 240px;
}
#visual .gallery-fade.n7 img {
	width: 180px;
	height: 180px;
}
#visual .gallery-fade.n8 img {
	width: 120px;
	height: 120px;
}


/* ============================================================
	固定バナー
============================================================ */
#fixed-rb {
	position: fixed;
	width: 280px;
	right: 30px;
	bottom: 30px;
	z-index: 40;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
#fixed-rb .campaign-banner {
	text-align: right;
	cursor: pointer;
}
#fixed-rb .campaign-banner-img {
	width: 280px;
	height: 350px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
}


/* ============================================================
	固定バナー（ショップ）
============================================================ */
#fixed-rb-shop {
	position: fixed;
	width: 300px;
	right: 30px;
	bottom: 30px;
	z-index: 40;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
#fixed-rb-shop .banner {
	position: relative;
}
#fixed-rb-shop .banner-close {
	position: relative;
	margin-left: auto;
	width: 30px;
	height: 30px;
	background: #333;
	cursor: pointer;
}
#fixed-rb-shop .banner-close::before,
#fixed-rb-shop .banner-close::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 2px;
	margin: auto;
	background: #fff;
}
#fixed-rb-shop .banner-close:hover {
	opacity: .8;
}
#fixed-rb-shop .banner-close::before {
	transform: rotate(45deg);
}
#fixed-rb-shop .banner-close::after {
	transform: rotate(-45deg);
}
#fixed-rb-shop .banner-photo {
	text-align: right;
	cursor: pointer;
}
#fixed-rb-shop .banner-photo-img {
	width: 300px;
	height: 300px;
}


/* ============================================================
	ピックアップ
============================================================ */
#pickup {
	padding-top: 120px;
}
#pickup .banner {
	text-align: center;
}
#pickup .banner-inner {
	position: relative;
	width: 960px;
	height: 126px;
	margin: 0 auto;
	overflow: hidden;
}
#pickup .banner-img {
	width: 300px;
	height: 86px;
}
#pickup .banner .swiper-pagination {
	bottom: 0;
}
#pickup .banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background: #ccc;
	opacity: 1;
	border: none;
	border-radius: 50%;
}
#pickup .banner .swiper-pagination-bullet-active {
	background: #9b8a74;
}
#pickup .banner .swiper-pagination-bullet:hover {
	background: #9b8a74;
}


/* ============================================================
	コンセプト
============================================================ */
#concept {
	position: relative;
	padding: 160px 0;
	background: #f4f2eb;
}
#concept::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	height: 520px;
	background: #fff;
}
#concept .headline {
	position: relative;
	z-index: 1;
	text-align: center;
}
#concept .headline-sub {
	font-size: 20px;
	letter-spacing: .1em;
}
#concept .headline-main {
	margin-top: 20px;
	font-size: 32px;
	letter-spacing: .1em;
	line-height: 1.6;
}
#concept .gallery {
	position: relative;
	z-index: 1;
	margin-top: 70px;
	text-align: center;
}
#concept .gallery-inner {
	display: flex;
	width: 840px;
	margin: 0 auto;
}
#concept .gallery-photo {
	text-align: center;
}
#concept .gallery-photo:nth-of-type(1) {
	transition-delay: 1s;
}
#concept .gallery-photo:nth-of-type(2) {
	transition-delay: .5s;
}
#concept .gallery-photo:nth-of-type(3) {
	transition-delay: .8s;
}
#concept .gallery-photo-img {
	width: 280px;
	height: 280px;
}
#concept .message {
	margin-top: 80px;
}
#concept .message-text {
	text-align: center;
	letter-spacing: .1em;
	line-height: 2.3;
}
#concept .point {
	margin-top: 90px;
}
#concept .point-ul {
	width: 1040px;
	margin: 0 auto;
}
#concept .point-li {
	position: relative;
}
#concept .point-li:not(:first-child) {
	margin-top: 80px;
}
#concept .point-photo {
	text-align: left;
}
#concept .point-li:nth-of-type(2n) .point-photo {
	text-align: right;
}
#concept .point-photo-img {
	width: 580px;
	height: 387px;
}
#concept .point-desc {
	position: absolute;
	top: 80px;
	left: 500px;
	width: 580px;
}
#concept .point-li:nth-of-type(2n) .point-desc {
	left: 30px;
}
#concept .point-desc-num {
	position: relative;
	width: 300px;
	height: 96px;
	margin-left: 50px;
	font-family: 'Bilbo Swash Caps', cursive;
	font-size: 50px;
	color: #534741;
	text-align: center;
}
#concept .point-li:nth-of-type(2n) .point-desc-num {
	margin-left: -10px;
}
#concept .point-desc-num::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 300px;
	height: 43px;
	background: url(./images/deco-line.png) no-repeat;
	background-size: contain;
}
#concept .point-desc-text {
	margin-top: 20px;
	font-size: 26px;
	letter-spacing: .1em;
	line-height: 2.1;
}
#concept .point-desc-text-span {
	position: relative;
	z-index: 5;
	padding: 4px 18px;
}
#concept .point-desc-text-span::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #fff;
	z-index: -1;
}
#concept .point-desc-text-span:nth-of-type(1).is-move::after {
	width: 100%;
	transition: .5s width .5s;
}
#concept .point-desc-text-span:nth-of-type(2).is-move::after {
	width: 100%;
	transition: .5s width .7s;
}
#concept .time-desc-copy-text {
	opacity: 0;
}
#concept .point-desc-text-span.is-fade .time-desc-copy-text {
	animation: text_anime_on 1s ease-out forwards;
}
@keyframes text_anime_on {
	0% { opacity: 0; }
	100% { opacity: 1; }
}


/* ============================================================
	衣装
============================================================ */
#costume {
	padding: 160px 0;
}
#costume .headline {
	text-align: center;
}
#costume .headline-sub {
	font-family: "EB Garamond", serif;
	font-size: 56px;
	letter-spacing: .1em;
}
#costume .headline-main {
	margin-top: 30px;
	color: #666;
	letter-spacing: .1em;
}
#costume .message {
	margin-top: 60px;
}
#costume .message-text {
	text-align: center;
	letter-spacing: .1em;
	line-height: 2.3;
}
#costume .carousel {
	position: relative;
	margin-top: 70px;
}
#costume .carousel-inner {
	width: 1280px;
	height: 640px;
	margin: 0 auto;
}
#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: #ccc;
	opacity: 1;
	border: none;
	border-radius: 50%;
}
#costume .carousel .swiper-pagination-bullet-active {
	background: #9b8a74;
}
#costume .carousel .swiper-pagination-bullet:hover {
	background: #9b8a74;
}
#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;
}


/* ============================================================
	ドレスアレンジ集
============================================================ */
#arrange {
	position: relative;
	padding: 160px 0;
	background: #e2e9ed;
}
#arrange .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1200px;
	background: no-repeat center / cover;
}
#arrange .headline {
	position: relative;
	text-align: center;
}
#arrange .headline-main {
	font-size: 40px;
	letter-spacing: .1em;
	line-height: 1.6;
}
#arrange .headline-main span {
	position: relative;
	z-index: 5;
	padding: 0 2px 0 6px;
	color: #fff;
}
#arrange .headline-main span::after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	right: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #9b8a74;
	z-index: -1;
}
#arrange .theme {
	margin-top: 60px;
}
#arrange .theme-main {
	position: relative;
	width: 560px;
	margin: 0 auto;
}
#arrange .theme-photo {
	width: 560px;
}
#arrange .theme-photo-img {
	width: 560px;
	height: 648px;
}
#arrange .theme-pagination {
	width: 260px;
	margin: 10px auto 0;
}
#arrange .theme-pagination-photo {
	position: relative;
	width: 80px!important;
	cursor: pointer;
}
#arrange .theme-pagination-photo::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: solid #fff 2px;
	pointer-events: none;
}
#arrange .theme-pagination-photo-img {
	width: 80px;
	height: 80px;
}
#arrange .theme-pagination .swiper-slide-thumb-active {
	position: relative;
}
#arrange .theme-pagination .swiper-slide-thumb-active::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: solid #9b8a74 2px;
	pointer-events: none;
}
#arrange .message {
	position: relative;
	margin-top: 60px;
}
#arrange .message-text {
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.8;
}
#arrange .deco {
	position: absolute;
	top: 420px;
	left: 0;
	right: 0;
	width: 1170px;
	height: 370px;
	margin: 0 auto;
}
#arrange .deco-n1,
#arrange .deco-n2,
#arrange .deco-n3,
#arrange .deco-n4 {
	position: absolute;
}
#arrange .deco-n1 {
	top: 0;
	left: 100px;
}
#arrange .deco-n2 {
	left: 0;
	bottom: 33px;
}
#arrange .deco-n3 {
	right: 0;
	top: 120px;
}
#arrange .deco-n4 {
	right: 110px;
	bottom: 0;
}
#arrange .deco-s100 {
	width: 100px;
	height: 100px;
}
#arrange .deco-s140 {
	width: 140px;
	height: 140px;
}
#arrange .deco-n1 img {
	transition: 1s .1s;
}
#arrange .deco-n2 img {
	transition: 1s .8s;
}
#arrange .deco-n3 img {
	transition: 1s .6s;
}
#arrange .deco-n4 img {
	transition: 1s .3s;
}
#arrange .style {
	margin-top: 170px;
}
#arrange .style-headline {
	position: relative;
	text-align: center;
}
#arrange .style-headline-sub {
	font-size: 32px;
	letter-spacing: .1em;
}
#arrange .style-headline-main {
	margin-top: 20px;
	color: #666;
	letter-spacing: .1em;
}
#arrange .style-headline::before {
	content: '';
	position: absolute;
	top: -120px;
	left: 0;
	right: 0;
	width: 1px;
	height: 80px;
	margin: 0 auto;
	background: #333;
}
#arrange .style-gallery {
	position: relative;
	margin-top: 50px;
}
#arrange .style-gallery-carousel {
	width: 980px;
	height: 410px;
	margin: 0 auto;
	z-index: 2;
	overflow-x: hidden;
	padding-top: 10px;
}
#arrange .style-gallery-ul {
	width: 980px;
	margin: 0 auto;
}
#arrange .style-gallery-li {
	width: 300px;
}
#arrange .style-gallery-li img {
	position: relative;
	z-index: 1;
	width: 280px;
	height: 350px;
}
#arrange .style-gallery .swiper-pagination {
	position: absolute;
	width: 100%;
	bottom: 0!important;
}
#arrange .style-gallery .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 6px;
	background: #ccc;
	opacity: 1;
	border-radius: 50%;
}
#arrange .style-gallery .swiper-pagination-bullet-active {
	background: #9b8a74;
}
#arrange .style-gallery-main {
	position: relative;
	width: 290px;
	margin: 0 auto;
}
#arrange .style-gallery-main-plus {
	position: absolute;
	display: block;
	top: 0;
	right: 5px;
	width: 40px;
	height: 40px;
	background: #9b8a74;
	z-index: 3;
	cursor: pointer;
}
#arrange .style-gallery-main-plus::before,
#arrange .style-gallery-main-plus::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #fff;
}
#arrange .style-gallery-main-plus::before {
	width: 20px;
	height: 2px;
}
#arrange .style-gallery-main-plus::after {
	width: 2px;
	height: 20px;
}
#arrange .style-gallery-main-photo {
	position: relative;
	text-align: center;
}
#arrange .style-gallery-main-photo::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 290px;
	height: 360px;
	background: #fff;
}


/* ============================================================
	スライド画像
============================================================ */
#slide-studio,
#slide-location,
#slide-shop {
	position: relative;
}
#slide-studio .gallery,
#slide-location .gallery,
#slide-shop .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-studio .gallery-ul,
#slide-location .gallery-ul,
#slide-shop .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-studio .gallery-yoko,
#slide-location .gallery-yoko,
#slide-shop .gallery-yoko {
	width: 480px;
	height: 320px;
}
#slide-studio .gallery-tate,
#slide-location .gallery-tate,
#slide-shop .gallery-tate {
	width: 213px;
	height: 320px;
}


/* ============================================================
	スタジオフォト
============================================================ */
#studio {
	padding: 160px 0;
	background: #f2f0e9;
}
#studio .headline {
	text-align: center;
}
#studio .headline-sub {
	font-family: "EB Garamond", serif;
	font-size: 56px;
	letter-spacing: .1em;
	line-height: 1.1;
}
#studio .headline-main {
	margin-top: 30px;
	color: #666;
	letter-spacing: .1em;
}
#studio .about {
	margin-top: 80px;
}
#studio .about-inner {
	width: 990px;
	margin: 0 auto;
}
#studio .about-photo {
	text-align: right;
}
#studio .about-photo-img {
	width: 520px;
	height: 520px;
}
#studio .about-detail {
	position: relative;
	z-index: 1;
	background: #fff;
	width: 520px;
	padding: 64px 50px 74px;
	margin-top: -440px;
}
#studio .about-detail-headline {
	font-size: 24px;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.7;
}
#studio .about-detail-desc {
	margin-top: 20px;
	letter-spacing: .1em;
	line-height: 1.8;
}
#studio .about-detail-button {
	margin-top: 35px;
}
#studio .about-detail-button-a {
	display: block;
	position: relative;
	width: 316px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	background: #534741;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	border-radius: 80px;
}
#studio .about-detail-button-a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	width: 10px;
	height: 18px;
	background: url(./images-common/button-arrow-white.svg) no-repeat;
	background-size: 10px 18px;
}
#studio .gallery {
	margin-top: 80px;
}
#studio .gallery-inner {
	width: 990px;
	margin: 0 auto;
}
#studio .gallery-ul {
	width: 990px;
	margin: 0 auto;
}
#studio .gallery-li {
	float: left;
	width: 140px;
	height: 140px;
	cursor: pointer;
}
#studio .gallery-li:nth-of-type(n+7) {
	margin-top: 30px;
}
#studio .gallery-li:not(:nth-of-type(6n)) {
	margin-right: 30px;
}
#studio .gallery-li img {
	width: 140px;
	height: 140px;
}
#studio .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;
}
#studio .gallery-button span:nth-of-type(2) {
	margin-left: 4px;
	background: linear-gradient(transparent 96%, #333 0%);
}
#studio .plan {
	margin-top: 120px;
}
#studio .plan-ul {
	width: 1040px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#studio .plan-li {
	width: 480px;
}
#studio .plan-li:nth-of-type(n+3) {
	margin-top: 80px;
}
#studio .plan-li:nth-of-type(2n) {
	margin-left: 80px;
}
#studio .plan-title {
	padding: 18px 0;
	border-top: solid 1px #444;
	border-bottom: solid 1px #444;
	font-size: 24px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
	white-space: nowrap;
}
#studio .plan-inner {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
#studio .plan-photo {
	width: 240px;
}
#studio .plan-photo-img {
	width: 240px;
	height: 320px;
}
#studio .plan-photo-img-yo1wa1 {
	display: block;
	width: 240px;
	height: 160px;
}
#studio .plan-detail {
	width: 210px;
}
#studio .plan-detail-price {
	position: relative;
	padding-left: 26px;
	height: 65px;
}
#studio .plan-detail-price::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	margin: auto;
	background: #444;
}
#studio .plan-detail-price-sub {
	padding: 4px 0 8px;
	letter-spacing: .1em;
}
#studio .plan-detail-price-main {
	font-family: "EB Garamond", serif;
	font-size: 36px;
}
#studio .plan-detail-price-main span {
	margin-left: 6px;
	font-size: 22px;
}
#studio .plan-detail-desc {
	margin-top: 30px;
	letter-spacing: .1em;
	line-height: 2;
}
#studio .plan-detail-note {
	margin-top: 10px;
	letter-spacing: .1em;
	line-height: 2;
}
#studio .plan-table {
	margin-top: 30px;
	width: 100%;
}
#studio .plan-tr {
	line-height: 2.4;
	letter-spacing: .1em;
	white-space: nowrap;
}
#studio .plan-th {
	position: relative;
	vertical-align: middle;
	text-align: left;
}
#studio .plan-th::before {
	content: '・';
}
#studio .plan-td {
	vertical-align: middle;
	text-align: right;
}
#studio .plan-option {
	margin-top: 70px;
}
#studio .plan-option-inner {
	padding: 50px 0 40px;
	background: #fff;
	width: 1040px;
	margin: 0 auto;
}
#studio .plan-option-headline {
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}
#studio .plan-option-ul {
	display: flex;
	justify-content: center;
	padding: 0 30px;
}
#studio .plan-option-li {
	padding: 0 20px;
	letter-spacing: .1em;
	line-height: 2.4;
	white-space: nowrap;
}
#studio .plan-note {
	margin-top: 40px;
	font-size: 13px;
	text-align: center;
	letter-spacing: .1em;
}


/* ============================================================
	ロケーションフォト
============================================================ */
#location {
	padding: 160px 0;
}
#location .headline {
	text-align: center;
}
#location .headline-sub {
	font-family: "EB Garamond", serif;
	font-size: 56px;
	letter-spacing: .1em;
	line-height: 1.1;
}
#location .headline-main {
	margin-top: 30px;
	color: #666;
	letter-spacing: .1em;
}
#location .about {
	margin-top: 80px;
}
#location .about-inner {
	width: 990px;
	margin: 0 auto;
}
#location .about-photo {
	text-align: left;
}
#location .about-photo-img {
	width: 520px;
	height: 520px;
}
#location .about-detail {
	position: relative;
	z-index: 1;
	background: #f2f0e9;
	width: 520px;
	padding: 64px 50px 74px;
	margin-top: -440px;
	margin-left: auto;
}
#location .about-detail-headline {
	font-size: 24px;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.7;
}
#location .about-detail-desc {
	margin-top: 20px;
	letter-spacing: .1em;
	line-height: 1.8;
}
#location .about-detail-button {
	margin-top: 35px;
}
#location .about-detail-button-a {
	display: block;
	position: relative;
	width: 316px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	background: #534741;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	border-radius: 80px;
}
#location .about-detail-button-a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	width: 10px;
	height: 18px;
	background: url(./images-common/button-arrow-white.svg) no-repeat;
	background-size: 10px 18px;
}
#location .gallery {
	margin-top: 80px;
}
#location .gallery-inner {
	width: 990px;
	margin: 0 auto;
}
#location .gallery-ul {
	width: 990px;
	margin: 0 auto;
}
#location .gallery-li {
	float: left;
	width: 140px;
	height: 140px;
	cursor: pointer;
}
#location .gallery-li:nth-of-type(n+7) {
	margin-top: 30px;
}
#location .gallery-li:not(:nth-of-type(6n)) {
	margin-right: 30px;
}
#location .gallery-li img {
	width: 140px;
	height: 140px;
}
#location .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;
}
#location .gallery-button span:nth-of-type(2) {
	margin-left: 4px;
	background: linear-gradient(transparent 96%, #333 0%);
}
#location .plan {
	margin-top: 120px;
}
#location .plan-ul {
	width: 1040px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#location .plan-li {
	width: 480px;
}
#location .plan-li:nth-of-type(n+3) {
	margin-top: 80px;
}
#location .plan-li:nth-of-type(2n) {
	margin-left: 80px;
}
#location .plan-title {
	padding: 18px 0;
	border-top: solid 1px #444;
	border-bottom: solid 1px #444;
	font-size: 24px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
	white-space: nowrap;
}
#location .plan-inner {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
#location .plan-photo {
	width: 240px;
}
#location .plan-photo-img {
	width: 240px;
	height: 320px;
}
#location .plan-photo-img-yo1wa1 {
	display: block;
	width: 240px;
	height: 160px;
}
#location .plan-detail {
	width: 210px;
}
#location .plan-detail-price {
	position: relative;
	padding-left: 26px;
	height: 65px;
}
#location .plan-detail-price::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	margin: auto;
	background: #444;
}
#location .plan-detail-price-sub {
	padding: 4px 0 8px;
	letter-spacing: .1em;
}
#location .plan-detail-price-main {
	font-family: "EB Garamond", serif;
	font-size: 36px;
}
#location .plan-detail-price-main span {
	margin-left: 6px;
	font-size: 22px;
}
#location .plan-detail-desc {
	margin-top: 30px;
	letter-spacing: .1em;
	line-height: 2;
}
#location .plan-detail-note {
	margin-top: 10px;
	letter-spacing: .1em;
	line-height: 2;
}
#location .plan-table {
	margin-top: 30px;
	width: 100%;
}
#location .plan-tr {
	line-height: 2.4;
	letter-spacing: .1em;
	white-space: nowrap;
}
#location .plan-th {
	position: relative;
	vertical-align: middle;
	text-align: left;
}
#location .plan-th::before {
	content: '・';
}
#location .plan-td {
	vertical-align: middle;
	text-align: right;
}
#location .plan-announce {
	margin-top: 20px;
}
#location .plan-announce-text {
	line-height: 2;
	letter-spacing: .1em;
}
#location .plan-option {
	margin-top: 70px;
}
#location .plan-option-inner {
	padding: 50px 0 40px;
	background: #f2f0e9;
	width: 1040px;
	margin: 0 auto;
}
#location .plan-option-headline {
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}
#location .plan-option-ul {
	display: flex;
	justify-content: center;
	padding: 0 30px;
}
#location .plan-option-li {
	padding: 0 20px;
	letter-spacing: .1em;
	line-height: 2.4;
	white-space: nowrap;
}
#location .plan-note {
	margin-top: 40px;
	font-size: 13px;
	text-align: center;
	letter-spacing: .1em;
}


/* ============================================================
	店舗・スタジオ
============================================================ */
#shop {
	padding: 160px 0 0;
}
#shop .studio {
	text-align: center;
}
#shop .studio-inner:not(:first-of-type) {
	margin-top: 160px;
}
#shop .studio-headline {
	margin-bottom: 60px;
	text-align: center;
}
#shop .studio-headline-sub {
	font-family: "EB Garamond", serif;
	font-size: 40px;
	letter-spacing: .1em;
}
#shop .studio-headline-main {
	margin-top: 30px;
	color: #666;
	letter-spacing: .1em;
}
#shop .studio-ul {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#shop .studio-inner:not(:first-of-type) .studio-ul {
	justify-content: center;
}
#shop .studio-li {
	position: relative;
	width: 230px;
	margin: 0 20px;
}
#shop .studio-li:nth-of-type(n+5) {
	margin-top: 40px;
}
#shop .studio-photo {
	width: 230px;
}
#shop .studio-photo-img {
	width: 230px;
	height: 154px;
}
#shop .studio-name {
	width: 230px;
	background: #f2f0e9;
}
#shop .studio-name-a,
#shop .studio-name-span {
	display: block;
	padding: 28px 0;
	font-size: 20px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}
#shop .studio-name-span {
	color: #b3b3b3;
}


/* ============================================================
	よくあるご質問
============================================================ */
#faq {
	position: relative;
	padding: 160px 0;
}
#faq .headline {
	text-align: center;
}
#faq .headline-sub {
	font-family: "EB Garamond", serif;
	font-size: 40px;
	letter-spacing: .1em;
}
#faq .headline-main {
	margin-top: 30px;
	color: #666;
	letter-spacing: .1em;
}
#faq .message {
	margin-top: 50px;
	text-align: center;
}
#faq .message-text {
	letter-spacing: .1em;
	line-height: 2.3;
}
#faq .list {
	margin-top: 60px;
}
#faq .list-ul {
	width: 900px;
	margin: 0 auto;
}
#faq .list-li:not(:first-of-type) {
	margin-top: 30px;
}
#faq .list-question {
	position: relative;
	padding: 20px 10px 24px 100px;
	text-align: left;
	letter-spacing: .1em;
	line-height: 2;
	background: #f2f0e9;
	text-decoration: underline;
	cursor: pointer;
}
#faq .list-question::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: url(./images/icon-q.svg) center no-repeat;
	background-size: contain;
}
#faq .list-answer {
	display: none;
	position: relative;
	padding: 30px 10px 0 100px;
	text-align: left;
	letter-spacing: .1em;
	line-height: 2;
}
#faq .list-answer::before {
	content: '';
	display: block;
	position: absolute;
	top: 22px;
	left: 20px;
	width: 50px;
	height: 50px;
	background: url(./images/icon-a.svg) center no-repeat;
	background-size: contain;
}
#faq .list-answer a {
	text-decoration: underline;
}
#faq .list-hidden {
	display: none;
	margin-top: 30px;
}
#faq .list-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;
}
#faq .list-button span:nth-of-type(2) {
	margin-left: 4px;
	background: linear-gradient(transparent 96%, #333 0%);
}
