@charset "UTF-8";

/* ============================================================
	共通(element)
============================================================ */



/* ============================================================
	共通(id,class)
============================================================ */



/* ============================================================
	列席衣裳
============================================================ */
#attendance {
	padding-top: 3rem;
	margin-bottom: 4rem;
}

/*  見出し
------------------------------ */
#attendance .headline {
	margin-bottom: 4rem;
}
#attendance .headline .main {
}
#attendance .headline .main span {
	display: block;
}
#attendance .headline .main span:nth-child(1) {
	font-size: 4rem;
}

/*  ビジュアル
------------------------------ */
#attendance .visual {
	margin-bottom: 4rem;
}
#attendance .visual .image {
}

/*  メッセージ
------------------------------ */
#attendance .message {
	margin-bottom: 6rem;
}
#attendance .message .title {
	margin-bottom: 3rem;
	font-size: 1.5rem;
}
#attendance .message .text {
	line-height: 1.5;
}

/*  留袖
------------------------------ */
#attendance .tomesode {
	margin-bottom: 5rem;
}
#attendance .tomesode > .inner {
	width: 43rem;
	margin: 0 auto;
}
/* 写真 */
#attendance .tomesode-image {
	float: left;
}
/* ブロック */
#attendance .tomesode-block {
	margin-top: 5rem;
	float: right;
	box-sizing: border-box;
	width: 20rem;
	border: solid .1rem #000;
}
#attendance .tomesode-block > .inner {
	padding: 3rem 0;
}
/* ブロック・見出し */
#attendance .tomesode-headline {
	margin-bottom: 1.5rem;
}
#attendance .tomesode-headline-main {
	margin-bottom: 1rem;
	font-size: 2.5rem;
}
#attendance .tomesode-headline-sub {
	font-size: 2rem;
	color: #80BFDD;
}
/* ブロック・詳細 */
#attendance .tomesode-detail {
}
#attendance .tomesode-detail-title {
	position: relative;
	margin-bottom: 2rem;
	font-size: 1rem;
}
#attendance .tomesode-detail-title::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: -.5rem;
	left: 0;
	width: 7rem;
	height: 1px;
	margin: auto;
	background: #000;
}
#attendance .tomesode-detail-text {
	margin-bottom: 1.5rem;
	font-size: .8rem;
	line-height: 1.8;
}
/* ブロック・ボタン */
#attendance .tomesode-button {
}
#attendance .tomesode-button a {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 10rem;
	height: 2.5rem;
	margin: 0 auto;
	line-height: 2.5rem;
	background: #333;
	font-size: .8rem;
	color: #fff;
}
#attendance .tomesode-button a span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	margin: auto;
}
#attendance .tomesode-button a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: .5rem;
	bottom: 0;
	transform: rotate(45deg);
	width: .5rem;
	height: .5rem;
	margin: auto;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
}

/*  モーニング
------------------------------ */
#attendance .morning {
	margin-bottom: 4rem;
}
#attendance .morning > .inner {
	width: 43rem;
	margin: 0 auto;
}
/* 写真 */
#attendance .morning-image {
	margin-top: 5rem;
	float: right;
}
/* ブロック */
#attendance .morning-block {
	float: left;
	box-sizing: border-box;
	width: 20rem;
	border: solid .1rem #000;
}
#attendance .morning-block > .inner {
	padding: 6.5rem 0 3.5rem;
}
/* ブロック・見出し */
#attendance .morning-headline {
	margin-bottom: 1.5rem;
}
#attendance .morning-headline-main {
	margin-bottom: 1rem;
	font-size: 2.5rem;
}
#attendance .morning-headline-sub {
	font-size: 2rem;
	color: #80BFDD;
}
/* ブロック・詳細 */
#attendance .morning-detail {
}
#attendance .morning-detail-title {
	position: relative;
	margin-bottom: 2rem;
	font-size: 1rem;
}
#attendance .morning-detail-title::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: -.5rem;
	left: 0;
	width: 7rem;
	height: 1px;
	margin: auto;
	background: #000;
}
#attendance .morning-detail-text {
	margin-bottom: 1.5rem;
	font-size: .8rem;
	line-height: 1.8;
}

/*  レンタルについて
------------------------------ */
#attendance .rental {
	width: 25rem;
	margin: 0 auto;
}
#attendance .rental .about {
	position: relative;
	width: 25rem;
	height: 15.5rem;
	background: #F9F5E6;
}
#attendance .rental .about > .inner {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	margin: auto;
}
#attendance .rental .about .text {
}
#attendance .rental .about .text.top {
	font-size: 2rem;
	margin-bottom: 1.2rem;
}
#attendance .rental .about .text.mid {
	margin-bottom: 1.5rem;
	font-size: 2.25rem;
}



/* ============================================================
	プラン
============================================================ */
#plan {
	padding-bottom: 4rem;
	background: #F6F5F5;
}

/*  見出し
------------------------------ */
#plan .headline {
	margin-bottom: 4rem;
}
#plan .headline .main {
	position: relative;
	font-size: 2rem;
}
#plan .headline .main::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 50%;
	background: #fff;
}
#plan .headline .main span {
	position: relative;
	z-index: 5;
}

/*  料金
------------------------------ */
#plan .price {
}
#plan .price .items {
	width: 42rem;
	padding: .1rem 0;
	margin: 0 auto;
	border-top: solid .1rem #000;
	border-bottom: solid .1rem #000;
}
#plan .price .item {
	border-bottom: solid 1px #000;
}
#plan .price .item:first-child {
	border-top: solid 1px #000;
}
/*-- 概要 --*/
#plan .price .item .overview {
	position: relative;
	height: 5rem;
	cursor: pointer;
}
#plan .price .item .overview .title {
	position: absolute;
	top: 50%;
	left: 4rem;
	transform: translateY(-50%);
	margin: auto;
	font-size: 1rem;
}
#plan .price .item .overview::before,
#plan .price .item .overview::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 4rem;
	bottom: 0;
	transition: .5s;
	width: 1.5rem;
	height: .1rem;
	margin: auto;
	background: #999;
}
#plan .price .item .overview::after {
	transform: rotate(90deg);
}
#plan .price .item .overview.active::before {
	transform: rotate(90deg);
	opacity: 0;
}
#plan .price .item .overview.active::after {
	transform: rotate(180deg);
}
/*-- 詳細 --*/
#plan .price .item .detail {
	display: none;
}
#plan .price .item .detail .inner {
	border-top: dashed 1px #000;
	padding: 2rem 4rem;
}
#plan .price .item .detail table {
	width: 100%;
}
#plan .price .item .detail table tr {
	line-height: 2;
}
#plan .price .item .detail table th {
	text-align: left;
}
#plan .price .item .detail table td {
	text-align: right;
}