@charset "UTF-8";
/* Slick Slider */
/* Arrows */
.slick-prev,
.slick-next,
.slick-first
{
	background: 0;
	border: 0;
	display: block;
	font-size: 0;
	height: 32px;
	line-height: 32px;
	position: absolute;
	width: 32px;
	z-index: 28;/* 49から変更 */
	background-color: rgba(255,255,255,.8);
	border-radius: 50%;
	box-shadow: inset -1px 0 1px #a297d8, inset 1px 0 1px #e08aac;
	cursor: pointer;
}
.slick-prev{
	top: calc(50% - 16px);
	left: 1%;
}
.slick-first,
.slick-next {
	top: calc(50% - 16px);
	right: 1%;
}
@media screen and (min-width: 780px){
	.k-eventCal > .slick-first {
		top: calc(10% + 8px);
		right: calc(2% + 9px);
	}
}
@media screen and (max-width: 779px){
	.slick-first {
		top: calc(28% + Lpx);
		right: 1%;
	}
	.k-eventCal > .slick-first{
		top: calc(14% + 10px);
		right: calc(3% - 1px);
	}
}
.slick-first .slick-first{
	height: 0;
	line-height: 0;
	position: static;
	margin-left: 2vw;
}
.slick-prev:before,
.slick-prev:after,
.slick-next:before,
.slick-next:after,
.slick-first:before,
.slick-first:after{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 9px;
}
.slick-prev:before{
	border-bottom: 1px solid #5f5087;
	border-left: 1px solid #5f5087;
	transform: rotate(45deg);
	left: 12px;
}
.slick-next:before{
	border-top: 1px solid #5f5087;
	border-right: 1px solid #5f5087;
	transform: rotate(45deg);
	right: 12px;
}
.slick-first .slick-first:before{
	border-bottom: 1px solid #5f5087;
	border-left: 1px solid #5f5087;
	transform: rotate(45deg);
	right: 4px;
}
.slick-first .slick-first:after{
	border-bottom: 1px solid #5f5087;
	border-left: 1px solid #5f5087;
	transform: rotate(45deg);
	right: 9px;
}
.slick-prev.slick-disabled{
	display: none !important; /* やりたくない */
}
[dir='rtl'] .slick-prev
{
	right: -25px;
	left: auto;
}
[dir='rtl'] .slick-prev:before
{
	content: '→';
}
[dir='rtl'] .slick-next
{
	right: auto;
	left: -25px;
}
[dir='rtl'] .slick-next:before
{
	content: '←';
}
[dir='rtl'] .slick-first:before
{
	content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 3em;
}

.slick-dots {
	position: absolute;
	bottom: -25px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}
.slick-dots li {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	/*margin: 0 5px;*/
	padding: 0;

	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 5px;
	left: 5px;

	width: 9px;
	height: 9px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid #b4b4b4;
	background-color: #b4b4b4;

	content: '';
	text-align: center;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	background-color: transparent;
}

/* #c-comment*
個別設定
*/

/* 集めたスキTOP */
.c-infoFav__link {
	text-decoration: none;
	color: #000;
}
.c-infoFav__txt {
	text-align: center;
	color: #333;
}
@media screen and ( max-width: 779px ) {
	.c-infoFav {
		display: none;
	}
	/*		margin: 0 1rem 3rem;
			border: 3px solid;
			border-image: linear-gradient(90deg,#8480c7,#e0a6b9) 1;
			padding: .75rem;
	}
	.c-infoFav__txtImg__img {
		margin: 0 auto .5rem;
		width: 50%;
	}
	.c-infoFav__txtImg {
		width: 80%;
		margin-left: 20%;
	}
	.c-infoFav__txt {
		width: 80%;
		margin-left: 20%;
		text-align: center;
		color: #333;
	}
	.c-infoFav__ic {
		position: absolute;
		top: calc(50% - 22px);
		left: 2rem;
	}
	.c-infoFav::before {
		position: absolute;
		content: '';
		width: 9px;
		height: 9px;
		top: calc(50% - 4.5px);
		right: 13px;
		background-color: #fff;
		transform: rotate(45deg);
	}
	.c-infoFav::after {
		content: '';
		position: absolute;
		width: 9px;
		height: 9px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: calc((100% - 9px) / 2);
		right: 11px;
		background: linear-gradient(-135deg,#8480c7,#e0a6b9);
		z-index: -1;
	}*/
}
@media screen and ( min-width: 780px ) {
	.c-infoFav {
		width: 300px;
		padding: 0.75rem 1.5rem;
		background-color: rgba(255,255,255,.8);
		box-shadow: 1px 1px 1px rgba(0,0,0,.25);
		border-radius: 0 0 6px 6px;
		position: absolute;
		top: 55px;
		right: 0.8em;
		z-index: 29;
	}
	.l-body.is-fixed .c-infoFav {
		top: 55px;
	}
	.c-infoFav__txtImg__img,
	.c-infoFav__ic__img  {
		margin: 0 auto;
	}
	.c-infoFav__ic__img {
		margin-bottom: .5rem;
	}
	.c-infoFav__txt.u-hidden2 {
		color: #5f5096;
		text-decoration: underline;
		margin-top: 1rem;
	}
}
/* 集めたスキ　ページ */

.c-exFav{
	max-width: 700px;
	margin: 0 auto;
	padding: 0 1em;
}
.c-exFav__R{
	margin-left: 1em;
	text-align: center;
}
.c-contFav__txt{
	background: linear-gradient(90deg,#8480c7,#e0a6b9);
	border-radius: 15px;
}
.c-contFav__txt:before{
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	background-color: #9381d6;
	top: -8px;
	left: 80%;
	transform: rotate(-45deg);
}
.c-contFav__txt:after{
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	background-color: #fff;
	transform: rotate(-45deg);
	top: -6.5px;
	left: 80%;
}
.c-contFav__txtInner{
	background: #fff;
	margin: 1px;
	padding: 1.5em;
	border-radius: 15px;
}
@media screen and ( max-width: 779px ) {
	.c-exFav{
		max-width: 540px;	
	}
	.c-exFav__R{
		text-align: left;
	}
	.c-exFav__L{
		width: 40%;
	}
	.c-exFav__R{
		width: calc(60% - 1em);
	}
	.c-contFav__txt{
		max-width: 300px;
	}
	.c-contFav__txt,
	.c-contFav__img {
		width: 100%;
	}
	.c-contFav__txt.k-contFav--photo{
		margin-top: 1em;
	}
	.c-contFav__txt.k-contFav--hanayome_report{
		margin-bottom: 1em;
	}
	.c-contFav__txt.k-contFav--hanayome_report:before{
		top: calc(100% - 8.5px);
	}
	.c-contFav__txt.k-contFav--hanayome_report:after{
		top: calc(100% - 10px);
	}
}
@media screen and ( min-width: 780px ) {
	.c-contFav {
		width: 100%;
		margin: 0 auto;
		max-width: 780px;
	}
	.c-contFav__txt,
	.c-contFav__img {
		width: 50%;
	}
	.c-contFav__txt.k-contFav--photo{
		margin-top: 10em;
	}
	.c-contFav__txt.k-contFav--hanayome_report{
		margin-bottom: 10em;
	}
	.c-contFav__txt:before{
		top: calc(50% - 8px);
		left: -8px;
	}
	.c-contFav__txt:after{
		top: calc(50% - 8px);
		left: -6.5px;
	}
}
/* TOPバナー */
.c-catBnTop {
	margin-bottom: 3em;
}
.c-catBnTop__item{
	width: calc((100% - 10px) / 3);
}
.c-catBnTop__img {
	width: 100%;
	display:inline-block;
}
@media screen and ( max-width: 779px ) {
	.c-catBnTop {
		width: 95%;
		margin: 0 auto 2em;
	}
}
@media screen and ( max-width: 479px ) {
	.c-catBnTop {
		width: 95%;
		margin: 0 auto 2em;
	}
	.c-catBnTop__item,
	.c-catBnTop__img {
		width: 100%
	}
}

/* カテゴリ説明 */
.c-catImg {
	display: flex;
}
.c-catImg__L {
	width: 45.85%;
}
.c-catImg__R {
	width: 54.15%;
}
.c-catDesc {
	padding: 2em;
}
@media screen and ( max-width: 779px ) {
	.c-catDesc {
		padding: 1.25em;
	}
}
@media screen and ( max-width: 479px ) {
	.c-catImg {
		display: block;
	}
	.c-catImg__L,
	.c-catImg__R {
		width: 100%;
	}
}
/* こだわり条件で検索 */
.c-searchTab__item {
	position: relative;
	width: 49%;
	text-align: center;
	font-size: 1.05em;
	height: 36px;
	line-height: 36px;
}
.c-searchTab__item {
	background-color: #f2f2f2;
	border: none;
	color: #333;
}
.c-searchTab__link {
	background-color: #999;
	display: block;
	text-decoration: none;
	color: #fff;
}
.c-search {
	background-color: #f2f2f2;
	padding: 1.5em;
	margin-bottom: 2em;
}
.c-button--click {
	height: 40px;
}
.c-search__detailTtl{
	background: #5f5096;
	text-align: center;
	color: #fff;
	width: 8em;
	padding: .2em;
	margin-bottom: .8em;
}
.c-search__detail01.is-hidden,
.c-search__detail02.is-hidden,
.c-search__detailPhoto01.is-hidden,
.c-search__detailTtl.is-hidden {
	display: none;
}
@media screen and ( max-width: 779px) {
	.c-slideMenu {
		width: 100%;
		position: fixed;
		top: 0;
		right: -100%;
		height: 100%;
		z-index: 9999;
		background-color: #fff;
		/*overflow-y: scroll;*/
		-webkit-overflow-scrolling: touch;
		transition: right .5s ease;
	}
	.c-slideMenu.js-active {
		right: 0;
	}
	.c-slideMenu .c-title07,
	.c-slideMenu .c-search__submit {
		position: fixed;
		width: 100%;
		right: -100%;
		transition: right .5s ease;
		z-index: 10;
	}
	.c-slideMenu.js-active .c-title07 {
		top: 0;
		z-index: 10;
	}
	.c-slideMenu .c-search__submit,
	.c-slideMenu.js-active .c-search__submit {
		bottom: 0;
	}
	.c-slideMenu.js-active .c-title07,
	.c-slideMenu.js-active .c-search__submit {
		right: 0;
	}
	.c-slideMenu__inner {
		margin: 50px 0 60px;
		padding: 1em;
		height: calc(100% - 110px);
		overflow: auto;
	}
	.c-search__submit {
		box-shadow: 0 -5px 5px rgba(0,0,0,.15);
		background-color: #fff;
	}
	.c-search__submit.is-fixed {
		background: #fff;
	}
}
@media screen and ( min-width: 780px) {
	.c-searchTab__item {
		width: 49.5%;
	}
	.c-search__form {
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
	}
	.c-slideMenu {
		display: none;
		position: relative;
		background-color: transparent;
		z-index: 0;
		overflow-x: hidden;
		overflow-y: hidden;
		/*transition: height 0.2s;*/
	}
	.c-slideMenu .c-title07 {
		display: none;
	}
	.c-slideMenu .c-search__submit {
		position: relative;
	}
	.c-slideMenu__inner {
		margin-top:0;
		padding: 0;
	}
}

/* カラー項目 */
.k-colorList {
	position: relative;
}
.k-colorList__li:nth-child(1) {background-image: url(https://image.piary.jp/piahana/resource/img/icon/ic_red.png);}
.k-colorList__li:nth-child(2) {background-image: url(https://image.piary.jp/piahana/resource/img/icon/ic_orange.png);}
.k-colorList__li:nth-child(3) {background-image: url(https://image.piary.jp/piahana/resource/img/icon/ic_yellow.png);}
.k-colorList__li:nth-child(4) {background-image: url(https://image.piary.jp/piahana/resource/img/icon/ic_green.png);}
.k-colorList__li:nth-child(5) {background-image: url(https://image.piary.jp/piahana/resource/img/icon/ic_blue.png);}
.k-colorList__li:nth-child(6) {background-image: url(https://image.piary.jp/piahana/resource/img/icon/ic_purple.png);}
.k-colorList__li:nth-child(7) {background-image: url(https://image.piary.jp/piahana/resource/img/icon/ic_pink.png);}
.k-colorList__li:nth-child(8) {background-image: url(https://image.piary.jp/piahana/resource/img/icon/ic_beige.png);}
.k-colorList__li:nth-child(9) {background-image: url(https://image.piary.jp/piahana/resource/img/icon/ic_brown.png);}
.k-colorList__li:nth-child(10) {background-image: url(https://image.piary.jp/piahana/resource/img/icon/ic_black.png);}
.k-colorList__li:nth-child(11) {background-image: url(https://image.piary.jp/piahana/resource/img/icon/ic_gray.png);}
.k-colorList__li:nth-child(12) {background-image: url(https://image.piary.jp/piahana/resource/img/icon/ic_white.png);}
.k-colorList__li:nth-child(13) {background-image: url(https://image.piary.jp/piahana/resource/img/icon/ic_gold.png);}
.k-colorList__li:nth-child(14) {background-image: url(https://image.piary.jp/piahana/resource/img/icon/ic_silver.png);}
.k-colorList__li:nth-child(15) {background-image: url(https://image.piary.jp/piahana/resource/img/icon/ic_other.png);}
.k-colorList__li {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	box-sizing: border-box;
}
.k-colorList__label {
	display: block;
	position: relative;
	z-index: 10;
}
.k-colorList__label .c-icWrapper {
	transform: rotate(45deg);
}
.k-colorList.is-hidden,
.k-colorNote.is-hidden {
	display: none;
}
@media screen and (max-width: 779px){
	.k-colorList__label {
		transform: rotate(45deg);
		width: 74%;
		height: 74%;
		top: 12.5%;
		left: 12.5%;
	}
	.k-colorList__li {
		/* width: calc((100vw - 2em) / 8); PCの画面幅が狭い時に崩れるため修正↓*/
		width: 12.5%;
		height: calc((100vw - 2em) / 8);
		border: 1vw solid transparent;
	}
	.k-colorList__li:nth-child(9) {margin-left:calc(((100vw - 2em) / 8) / 2);}
	.k-colorList__li:nth-child(n + 9) {margin-top: calc(((100vw - 2em) / 8) / -2.5);}
}
@media screen and (min-width: 780px){
	.k-colorList__label {
		transform: rotate(45deg);
		width: 2em;
		height: 2em;
		top: 0;
		left: calc(50% - 1.5em);
		margin: 0.5em;
	}
	.k-colorList__li {
		width: calc(100% / 15);
		height: 3em;
	}
}

/* フォーム */
.c-panelTit {
	margin-bottom: .5em;
}
.c-panelContent {
	width: 100%;
	list-style-type: none;
}
.c-panelContent.is-hidden {
	display: none;
}
.c-form__Tit__inner {
	width: calc(100% - 70px);
}
.k-formOption {
	-webkit-align-items: center;
	align-items: center;
}
.k-formOption__Check {
	width: 100%;
	margin-bottom: 1em;
}
.k-formOption__Tit {
	width: 100%;
	margin-bottom: .65em;
}
.k-formOption__Det {
	width: 100%;
	margin-bottom: 1.65em;
}
.k-formOption__DetItem {
	width: 40%;
	line-height: 30px
}
@media screen and ( max-width: 779px) {
	.k-formOption__Tit {
		background-color: #efefef;
		padding: .35em .75em;
	}
}
@media screen and ( min-width: 780px ) {
	.c-form__Tit__inner {
		width: 100%;
	}
	.k-formOption {
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.k-formOption__Tit {
		width: 25%;
		padding-top: .25em;
	}
	.k-formOption__Det {
		width: 65%;
	}
	.k-formOption__DetItem {
		width: 22.5%;
		font-size: 1.2rem;
	}
	.c-panelContent .c-form__Tit:nth-last-of-type(2),
	.c-panelContent .c-form__Det:last-of-type {
		border-bottom: 1px dotted #666;
	}
}

/* ブライダルレポート */
/* スライダー */
.c-slide,
.c-slide--det,
.c-slide--nav,
.c-slide--det--nav {
	margin : .65em 0;
	position: relative;
}
/*.c-detail--det__imglist{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50vh;
}
.c-detail--det__img{
	max-height: 50vh;
}
.slick-initialized .slick-slide.c-detail--det--nav__imglist{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 12.5vh;
}
.c-detail--det--nav__img{
	max-height: calc(12.5vh - 2px);
}*/
.c-slide--nav .slick-slide,
.c-slide--det--nav .slick-slide {
	margin: 0 4px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.c-slide--det--nav__imgWrap{
	display: block !important;
	position: relative;
}
.c-slide--det--nav__img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto !important;
}
.c-slide--nav .slick-prev:before,
.c-slide--det--nav .slick-prev:before {
	display: none;
}

/* 花レポ詳細モーダル内のみ位置調整 */
.report_single .js-modalWrap .slick-prev{
	top: calc(50% - 16px);
	left: calc(1% - 23px);
}
.report_single .js-modalWrap .slick-next,
.report_single .js-modalWrap .slick-first{
	top: calc(50% - 16px);
	right: calc(1% - 23px);
}
.report_single .js-modalWrap .c-icClip--01.u-posAbs {
	bottom: .25em;
	right: 1em;
}
.c-box--mainPic,
.c-slide.slick-initialized,
.c-slide--det{
	border: 1px solid #ccc;
}
.c-box--mainPic__img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.c-mainSlide--for {
	position: relative;
}
.c-mainSlide--nav {
	margin : .65em 0 2em;
	position: relative;
}
.c-mainSlide--nav .slick-slide {
	margin: 0 4px;
}
.c-slickSlide--nav.slick-current {
	
}
.c-slide__item--video {
}
.c-timeline {
	margin-bottom: 2em;
}
.c-timeline__link {
	text-decoration: none;
	pointer-events: auto;
}
.c-timeline__ddWrap {
	border-left: 2px solid;
	border-image: linear-gradient(#9381d6,#efb5c8) 1;
	margin-left: .65em;
	padding-top: .75em;
}
.c-timeline__ddWrap--last .c-timeline__dd:last-child::after {
	content: "";
	width: 8px;
	height: 50%;
	position: absolute;
	left: -5px;
	background-color: #fff;
	top: calc(50% + 30px);
}
.c-timeline__dd {
	padding: calc(.75em + 60px) 0 .75em 1em;
	position: relative;
	margin-top: -60px;
	pointer-events: none;
}
.c-timeline__dd::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: calc( 50% + 26px );
	left: -5px;
	background-color: #5f5096;
}
.c-timeline__dd:first-child {
	/*padding-top: calc(.75em + 60px);*/
}
.c-timeline__dd:last-child {
	padding-bottom: 1.5em;
}
.c-timeline__dd:first-child::before {
	top: calc(50% + 26px);
}
.c-timeline__dd:last-child::before {
	top: calc(50% + 22px);
}
.c-timeline__dd:only-child::before {
	top: calc(50% + 22px);
}
.c-timeline__dd .c-excerpt {
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	margin-right: .5em;
}
.c-timeline__ddInner {
	border: 1px solid;
	border-image: linear-gradient(45deg,#9381d6,#efb5c8) 1;
	padding: .75em 1em .75em .75em;
	position: relative;
}
.c-timeline__ddInner::before {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	background-color: #9381d6;
	top: calc( 50% - 6px);
	left: -6.5px;
	transform: rotate(-45deg);
}
.c-timeline__ddInner::after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	background-color: #fff;
	transform: rotate(-45deg);
	top: calc( 50% - 6px);
	left: -5px;
}
.c-timeline__img {
	width: 36%;
}
.c-timeline__thumb {
	width: 100%;
	height: auto;
}
.c-timeline__txt {
	width: calc(100% - 36% - 0.5em);
	margin-left: .5em;
}
.c-form__preview {
	background-color: #bdc5db;
	padding-bottom: 3em;
}
.c-form__previewInner {
	color: #fff;
	background-color: #666;
	text-align: center;
	min-height: 450px;
}
.c-keywordList {
	border-top: 1px solid #ccc;
	padding: .5em .75em;
}
.c-list01__item.k-reportS{
	padding: .35em .5em;
	line-height: 1em;
}
.c-keywordList--01 {
	/*margin: 1.5em 0 2em;*/
	margin: 0 0 2em;
}
.c-comment {
	margin: 0 .75em;
}
.c-commentList {
	margin: 1em 0;
	font-size: 1.2rem;
}
.c-commentPost {
	border-bottom: 1px solid;
	border-image: linear-gradient(45deg,#9381d6,#efb5c8) 1;
	width: 100%;
}
.c-commentPost__header,
.c-commentPost__footer {
	padding: .5em 0;
}
.c-commentUser {
	width:15%;
}
.c-commentName {
	width: 65%;
}
.c-commentDate {
	color: #b4b4b4;
	text-align: right;
	width: 20%;
}
.c-commentUser__img {
	border: 1px solid #5f5096;
	border-radius: 50%;
}/*
.c-timeline__ddWrap--last .c-timeline__dd:last-child::after {
	height: 7.5em;
}*/
.c-timeline__ddWrap--last .c-timeline__dd:only-child::before {
 	z-index: 1;
}
@media screen and ( min-width: 480px) {
	.c-timeline__ddInner {
		padding: 1em;
	}
	.c-timeline__img {
		width: 30%;
	}
	.c-timeline__txt {
		width: calc(100% - 30% - 0.75em);
		margin-left: .75em;
	}
	.c-timeline__dd .c-excerpt {
		-webkit-line-clamp: 5;
		overflow: hidden;
	}
	.c-commentPost {
		width: 50%;
		padding: 0 .75em;
	}
	.c-commentPost:nth-child(even) {
		border-bottom: 1px solid;
		border-image: linear-gradient(45deg,#c09acf,#efb5c8) 1;
	}
	.c-commentPost:nth-child(odd) {
		border-bottom: 1px solid;
		border-image: linear-gradient(45deg,#9381d6,#c09acf) 1;
	}
	.c-commentPost:nth-child(odd) {
		border-right: 1px solid #c09acf;
	}
}
@media screen and ( min-width: 780px ) {
	.c-timeline__ddWrap--last .c-timeline__dd:last-child::after {
		height: 50%;
	}
	.c-keywordList {
	}
	.c-comment {
		margin: 1.5em 0 0;
	}
}

/* イベントTOP・イベント一覧 */
.c-mainHeader,
.c-mainFooter {
	margin-bottom: 2em;
}
.c-olList {
	margin-top: 2em;
}
.c-olList__img {
	margin-bottom: 1em;
}
.c-olList__item {
	margin: 0 0 2em;
}
.c-olList__item:last-child {
	margin: 0;
}
.c-olList__title {
	margin-bottom: .35em;
}
.c-flexTable {
	width:47.25%;
}
.c-flexTable__img {
	margin-bottom: 1em;
}
.c-flexTable__txt li.u-indent {
	display: block;
}
.c-flexTable__title {
	color: #5f5096;
	margin-bottom: 0;
}
.c-bannerSP.inactive {
	opacity: 0;
	bottom: 5%;
}
.c-bannerSP {
	/*background-color: #5f5096;*/
	background: linear-gradient(90deg,#a297d8,#e08aac);
	position: fixed;
	left: 0;
	z-index: 20;
	width: 100%;
	transition: bottom .5s,opacity .5s;
	opacity: 1;
	bottom: 0;
}
.c-bannerSP__inner {
	margin: .5em;
	border: 1px solid #fff;
	width: calc(100% - 1em);
	padding: .5em;
	text-align: center;
	color: #fff;
}
.c-bannerSP__a {
	text-decoration: none;
}
.c-bannerSP__imgWrap {
	width: 28.5%;
}
.c-bannerSP__img {
	width:100%;
}
.c-bannerSP__txt {
	width: 71.5%;
	box-sizing: border-box;
	color: #fff;
	padding: 1.65% 3.5%;
}
@media screen and ( max-width: 479px) {
	.c-olList__item {
		width: 100%;
	}
}
@media screen and ( min-width: 480px) {
	.c-mainFooter.k-event_archiveFooter {
		max-width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.c-olList__item {
		width: 48.25%;
	}
	.c-flexTable__img {
		width: 40%;
		margin-bottom: 1em;
	}
	.c-flexTable__txt {
		width: calc( 61% - 0.75em);
	}
	.c-bannerSP__imgWrap {
		width: 20%;
	}
}
@media screen and ( min-width: 780px) {
	.c-bannerSP {
		display: none;
	}
}
@media screen and ( max-width: 959px) {
	.c-embedPlayer {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
}
.c-linkArea__copy--01 {
	font-size: 1.15em;
	color: #5f5096;
}
/* TOPと同じものを使用するためコメントアウト
.c-linkArea--03,
.c-linkArea--04 {
	padding :0;
}
.c-linkArea__inner--01 {
	padding: 1em;
	background-color: rgba(255,255,255,.8);
}
.c-linkArea--03__inner,
.c-linkArea--04__inner {
	padding: 1em;
}
.c-linkArea__link {
	display: block;
	text-decoration: none;
}
.c-linkArea__link--01 {
	padding: 10%;
}
.c-linkArea--03__link {
	background: url(https://image.piary.jp/piahana/resource/img/bt_event_detail.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.c-linkArea--04__link {
	background: url(https://image.piary.jp/piahana/resource/img/bt_event_report.jpg) no-repeat 50% 50%;
	background-size: cover;
}*/
.c-button.c-linkArea__btn--01 {
	font-size: 1.1rem;
	max-width: 40%;
	width: 40%;
	padding: .15em;
	margin-top: .5em;
}
/* イベントカレンダー */
.k-eventList__title {
	margin: 0 .75em;
}
.k-eventCalNote {
	width: 92.5%;
	max-width: 320px;
	margin: 1.5em auto 0;
}
.c-btNav {
	margin-top: .75em;
}
.c-btNav__btn {
	width: 47.5%;
	padding: .5em 1em;
}

.c-post04 {
	overflow: hidden;
}
.c-post04.c-eventFull::before,
.c-post04.c-eventFull::after {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: absolute;
	display: block;
	color: #fff;
	text-align: center;
	top: 0%;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	transform: rotate(27deg);
	right: -26%;
	padding-left: 20%;
	z-index: 1;
}
.c-post04.c-eventFull::before {
	content: '満席のため';
	background-color: rgba(95,80,150,.7);
}
.c-post04.c-eventFull::after {
	content: '受付終了';
	padding-top: 1em;
	font-size: 1.4em;
}
/*.c-post04.c-eventFull .c-post04__txt::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url(https://image.piary.jp/piahana/resource/img/img_finished.png) top center no-repeat;
	background-size: contain;
}*/
.c-eventFull .c-button--01.c-btNav__btn {
	background-color: #ccc;
	background-image: none;
}
@media screen and ( min-width: 480px ) {
	.k-eventList__title {
		margin: 0 0 .75em;
	}
	.c-post03,
	.c-post04 {
		width: 50%;
		padding: .75em .5em;
	}
	.c-post04.c-eventFull:after {
		background-size: 99%;
	}
}
/* イベントレポート記事TOP */
.c-archiveDesc {
	padding: 0 .75em .75em;
}
/* イベントレポート記事 */
.c-postSingle01 .c-postIntro {
	margin-bottom: 2em;
	padding: 0 .75em;
}
.c-gallery {
	margin-bottom: 3em;
}
.c-gallery__item01 {
	width: 100%;
	margin-bottom: 1.05em;
}
.c-gallery__item02 {
	width:48%;
	margin-bottom: 1.05em;
}
.c-gallery__txt01 {
	padding: 0 .75em;
	margin-bottom: 0;
}
.c-gallery__txt02 {
	padding-right: .75em;
	margin-bottom: 0;
}

/* イベントレポート記事＠東京式　*/
.c-gallery--01__img{
	margin-top: 5px;
	vertical-align: bottom;
	display: inline-block;
}
.js-popup--image{/* クリックして拡大＆スライダー？が出来たら解禁 */
	pointer-events: none;
}

@media screen and ( min-width: 480px ) {
	.c-gallery__item01 {
		margin-bottom: 2em;
	}
	.c-gallery__item02 {
		width:48.5%;
		margin-bottom: 2em;
	}
}
@media screen and ( min-width: 780px ) {
	.c-postSingle01 .c-postIntro {
		padding: 0;
	}
	.c-gallery__txt01 {
		padding: 0;
	}
	.c-gallery__txt02 {
		padding-right: 0;
	}
}

/* # レポート投稿フォーム*/
.c-imgUploaderR {
	width: calc(100% - 90px);
	margin-left: 10px;
	position: relative;
}
.c-imgUploader {
	width: 80px;
	height: 80px;
	background-color: #999;
	display: block;
	position: relative;
}
.c-imgUploader__text {
	text-align: center;
	color: #fff;
	/*margin-top: calc(50% - 0.8em);*/
	padding-top: calc(50% - 35px);
	/*padding-left: calc(50% - 35px);*/
}
/*.c-textarea--03 {
	width: calc(100% - 90px);
	height: 80px;
	margin-left: 10px;
}*/
.c-fixBtSP {
	position: relative;
	bottom: 0;
	left: 0;
	background-color: #fff;
	display: none;
}
.c-fixBtSP.is-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	border-top: 1px solid;
	border-image: linear-gradient(90deg,#9381d6,#efb5c8) 1;
	display: block;
}
@media screen and ( max-width: 480px ) {
	.c-imgUploaderR {
		width: calc(100% - 85px);
		margin-left: 5px;
	}
}
.c-hashCount{
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
}
.js-imgArea{
	display: block;
}
.js-imgArea__img{
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	pointer-events: none;
}

.js-imgDeleteButton {
	width: 2.2rem;
	height: 2.2rem;
	display: block;
	position: absolute;
	top: 21px;
	left: 58px;
	text-align: center;
	background-color: rgba(0,0,0,0.8);
	color: #999;
	font-size: 1.6rem;
	line-height: 2.2rem;
	cursor: pointer;
	pointer-events: auto;
}
.js-imgDeleteButton:hover {
	background-color: rgba(0,0,0,0.3);
}
/* レポートフォームエラーメッセージ */
.c-errorMsg {
	background-color: #ffeef8;
	border: 1px solid #ef99bb;
	margin-bottom: 2em;
	padding: .65em;
	font-size: .85em;
}
.c-errorMsg__item {
	list-style-type: disc;
	margin: 0.1em 0;
	margin-left: 18px;
}
.c-errorMsg__link {
	color: #f0303a;
}

/* 運営会社 */
.c-txtWrap,
.c-imgWrap {
	width: 100%;
}
.c-srsMap {
	margin: 1em 0 2%;
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	border: solid 1px #03315b;
}
@media screen and ( min-width: 780px) {
	.c-txtWrap {
		width: 70%;
	}
	.c-imgWrap {
		width: calc(30% - 1em);
		padding-left: 1em;
	}
	.c-srsMap {
		margin: 1em 2% 2%;
		width: 96%;
	}
}

/* スキマーク */
.c-marginT5 { margin-top: 5em; }
.c-sukiM { margin-bottom: 5em; }
.c-sukiLW {
	padding-left: 2em;
	padding-right: 2em;
}

.c-sukiL,
.c-sukiR {
	width: 45%;
	height: 100%;
}
.c-sukiC {
	width: 10%;
	height: 100%;
}
.c-sukiL {
	text-align: right;
}

/* 吹き出し */
.c-balloon {
	width:80%;
	background: linear-gradient(90deg,#8480c7,#e0a6b9) ;
	border-radius: 15px;
}
.c-balloon__Front {
 	margin: 1px 0px 1px 1px;
 	border-right: 1px solid #e0a6b9;
	padding: 1.5em;
	background: #FFF;
	border-radius: 15px;
}
.c-balloon__Front__Top {
    position: absolute;
    width: 19px;
    height: 1px;
    background: linear-gradient(90deg,#8480c7,#e0a6b9);
    transform: rotate(30deg) translateY(5px);
    left: -16px;
    top: 50%;
}
.c-balloon__Front__Bot {
    position: absolute;
    width: 19px;
    height: 1px;
    background: linear-gradient(90deg,#8480c7,#e0a6b9);
    transform: rotate(-30deg) translateY(-5px);
    left: -16px;
    top: 50%;
}
.c-balloon__Front__Er {
    position: absolute;
    width: 1px;
    height: 17px;
    background: #fff;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
}
@media screen and ( max-width: 479px) {
	.c-sukiM { margin-bottom: 6em; }
	.c-sukiW100 { 
		width: 100%;
		text-align: center
	}
	.c-sukiLW {
		padding-left: 0em;
		padding-right: 0em;
	} 	
	.c-sukiL {
		width: 100%;
		text-align: center;
	}
	.c-sukiR {
		width: 100%;
	}
	.c-sukiC {
	    width: 100%;
	    height: 100%;
	    padding-top: 0px;
	    margin-top: -3.5em;
	}
	.c-sukiDet {
		margin-top: 0.5em;
		width: 100%;
		text-align: center;
	}
	.c-balloon {
		width:80%;
		background: linear-gradient(90deg,#8480c7,#e0a6b9) ;
		border-radius: 15px;
		margin-top: 2em;
		max-width: 300px
	}
	.c-balloon__Front {
	 	margin: 1px 1px 0px 1px;
	 	border-bottom: 1px solid #e0a6b9;
	 	border-right: 0px;
		padding: 1.5em 4em;
		background: #FFF;
		border-radius: 15px;
	}
	.c-balloon__Front__Top {
	    position: absolute;
	    width: 1px;
	    height: 25px;
	    background: linear-gradient(90deg,#8480c7,#e0a6b9);
	    transform: rotate(30deg) translateX(-7px);
	    left: 50%;
	    top: -20px;
	}
	.c-balloon__Front__Bot {
	    position: absolute;
		width: 1px;
		height: 25px;
		background: linear-gradient(90deg,#8480c7,#e0a6b9);
		transform: rotate(-30deg) translateX(7px);
		left: 50%;
		top: -20px;
	}
	.c-balloon__Front__Er {
		position: absolute;
		width: 23px;
		height: 1px;
		background: #FFE;
		top: -1px;
		left: 50%;
		transform: translateX(-50%);
	}
}
/* ピア花とは　吹き出しテキスト */
.marutto_text{
	position: absolute;
	top: 30%;
	left: 29%;
}
@media screen and ( max-width: 479px) {
	.marutto_text{
		left: 3%;
	}
}

/* ピア花会　in広島 */
.hiroshimaLP {
    font-size: Lpx;
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
}
.hiroshimaLP::before,
.hiroshimaLP::after {
	content: "";
	display: block;
	position: absolute;
	width: 70px;
	border-top: 2px solid #333333;
}
.hiroshimaLP::before {
	left: 15%;
	top: 55px;
	transform: rotate(60deg);
}
.hiroshimaLP::after {
	right: 15%;
	top: 55px;
	transform: rotate(-60deg);
}
.hiroshima{
    border: 4px solid;
    border-color: rgba(252,166,112,0.5);
    border-radius: 8px;
}
.hiroshima_bn {
	background-color: #ff9966;
	width: 200px;
	padding: 1em;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px; 
}
.prebrideslogo {
	content: '';
    background-image: url(https://image.piary.jp/piahana/resource/img/logo_wt.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 38px;
    display: block;
    margin-top: 1em;
}
.hiroshima_ttl {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-top: 2em;
}
.hiroshima_ttl::before{
    content: '';
    display: block;
    position: absolute;
    width: 2em;
    border-width: 1px;
    border-style: solid;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-color: #fff;
}
.hiroshima_txt {
	width: 450px;
	padding: 1em;
}
@media screen and (max-width: 779px){
	.hiroshimaLP::before {
		left: -5%;
		top: 70px;
		transform: rotate(70deg);
	}
	.hiroshimaLP::after {
		right: -5%;
		top: 70px;
		transform: rotate(-70deg);
	}
	.hiroshimaLP_img {
		width: 100%;
	}
	.hiroshima{
	    width: 300px;
	}
	.hiroshima_bn {
		width: 100%;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 0px; 
	}
	.hiroshima_ttl {
		margin-top: 1em;
		font-size: 14px;
	}
	.hiroshima_ttl::before{
	    top: 72px;
    }
	.hiroshima_btn {
		padding-right: 0.5em!important;
		padding-left: 0.5em!important;
	}
}

/* シェア花会　店舗紹介 */
.share_shoplist{
    font-size: 11px;
    position: absolute;
    margin-left: 52%;
    margin-top: 170px;
}
@media screen and (max-width: 779px){
	.share_shoplist{
		position: relative;
		margin-left: 0.75em;
		margin-right: 0.75em;
		margin-top: 1em;
	}
}

/* ピア花会　in仙台 */
.sendaiLP {
    font-size: Lpx;
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
}
.sendaiLP::before,
.sendaiLP::after {
	content: "";
	display: block;
	position: absolute;
	width: 70px;
	border-top: 2px solid #333333;
}
.sendaiLP::before {
	left: 15%;
	top: 55px;
	transform: rotate(60deg);
}
.sendaiLP::after {
	right: 15%;
	top: 55px;
	transform: rotate(-60deg);
}
.sendai{
    border: 4px solid;
    border-color: rgba(105,203,226,0.5);
    border-radius: 8px;
}
.sendai_bn {
	background-color: #69cbe2;
	width: 200px;
	padding: 1em;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px; 
}
.sendai_ttl {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-top: 2em;
}
.sendai_ttl::before{
    content: '';
    display: block;
    position: absolute;
    width: 2em;
    border-width: 1px;
    border-style: solid;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-color: #fff;
}
.sendai_txt {
	width: 450px;
	padding: 1em;
}

/* 受付終了後 */
.sendai {
	overflow: hidden;
}
.sendai.c-eventFull::before,
.sendai.c-eventFull::after {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: absolute;
	display: block;
	color: #fff;
	text-align: center;
	top: 0%;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	transform: rotate(27deg);
	right: -26%;
	padding-left: 20%;
	z-index: 1;
}
.sendai.c-eventFull::before {
	content: '満席のため';
	background-color: rgba(95,80,150,.7);
}
.sendai.c-eventFull::after {
	content: '受付終了';
	padding-top: 1em;
	font-size: 1.4em;
}
/* /受付終了後 */

@media screen and (max-width: 779px){
	.sendaiLP::before {
		left: -5%;
		top: 70px;
		transform: rotate(70deg);
	}
	.sendaiLP::after {
		right: -5%;
		top: 70px;
		transform: rotate(-70deg);
	}
	.sendaiLP_img {
		width: 100%;
	}
	.sendai{
	    width: 300px;
	    margin-left: calc((100% - 300px) / 2);
	}
	.sendai_bn {
		width: 100%;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 0px; 
	}
	.sendai_ttl {
		margin-top: 1em;
		font-size: 14px;
	}
	.sendai_ttl::before{
	    top: 72px;
    }
	.sendai_btn {
		padding-right: 0.5em!important;
		padding-left: 0.5em!important;
	}
}
/* ピア花パーティー　in渋谷 */
.piapartyLP {
    position: relative;
    text-align: center;
    line-height: 1.4;
}
.piapartyLP::before,
.piapartyLP::after {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	border-top: 2px solid #333333;
}
.piapartyLP::before {
	left: 23%;
	top: 15px;
	transform: rotate(60deg);
}
.piapartyLP::after {
	right: 23%;
	top: 15px;
	transform: rotate(-60deg);
}
.piapartyLP_markP{
	margin-left: calc((100% - (122px + 450px)) / 2);
}
.piapartyLP_mark{
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.piapartyLP_markinner{
	position: relative;
	top: 21px;
}

.piaparty{
    border: 4px solid;
    border-color: rgba(209,125,125,0.5);
    border-radius: 8px;
}
.piaparty_bn {
	background-color: #d17d7d;
	width: 200px;
	padding: 2.5em 1em;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px; 
}
.piaparty_ttl {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-top: 2em;
}
.piaparty_ttl::before{
    content: '';
    display: block;
    position: absolute;
    width: 2em;
    border-width: 1px;
    border-style: solid;
    top: 115px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-color: #fff;
}
.piaparty_txt {
	width: 450px;
	padding: 1em;
}

/* 受付終了後 */
.piaparty {
	overflow: hidden;
}
.piaparty.c-eventFull::before,
.piaparty.c-eventFull::after {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: absolute;
	display: block;
	color: #fff;
	text-align: center;
	top: 0%;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	transform: rotate(27deg);
	right: -26%;
	padding-left: 20%;
	z-index: 1;
}
.piaparty.c-eventFull::before {
	content: '満席のため';
	background-color: rgba(95,80,150,.7);
}
.piaparty.c-eventFull::after {
	content: '受付終了';
	padding-top: 1em;
	font-size: 1.4em;
}
/* /受付終了後 */

@media screen and (max-width: 779px){
	.logo_SP{
		width: 80%;
	}
	.piapartyLP::before {
		left: 10%;
		top: 25px;
		transform: rotate(70deg);
	}
	.piapartyLP::after {
		right: 10%;
		top: 25px;
		transform: rotate(-70deg);
	}
	.piapartyLP_img {
		width: 100%;
	}
	.piapartyLP_markP{
		width: 100%;
		margin: 0; 
	}
	.piapartyLP_markPSP{
		width: 100%;
		padding-left: calc((100% - 122px) / 2);
		padding-bottom: 2em; 
	}
	.piapartyLP_mark{
		padding: 0;
	}
	.piapartyLP_ttlSP{
		width: 100%;
		margin: 0; 
	}
	.piaparty{
	    width: 300px;
	    margin-left: calc((100% - 300px) / 2);
	}
	.piaparty_bn {
		width: 100%;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 0px; 
	}
	.piaparty_ttl {
		margin-top: 1em;
		font-size: 14px;
	}
	.piaparty_ttl::before{
	    top: 90px;
    }
	.piaparty_btn {
		padding-right: 0.5em!important;
		padding-left: 0.5em!important;
	}*/
}

/* ピア花会　in北海道 */
.hokkaidoLP {
    font-size: Lpx;
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
}
.hokkaidoLP::before,
.hokkaidoLP::after {
	content: "";
	display: block;
	position: absolute;
	width: 70px;
	border-top: 2px solid #333333;
}
.hokkaidoLP::before {
	left: 12%;
	top: 55px;
	transform: rotate(60deg);
}
.hokkaidoLP::after {
	right: 12%;
	top: 55px;
	transform: rotate(-60deg);
}
.hokkaidoLP::before,
.hokkaidoLP::after {
	top: 34px;
}
.hokkaidoLP_info{
	width: 57%;
}
.hokkaido{
    border: 4px solid;
    border-color: rgba(161,219,123,0.5);
    border-radius: 8px;
}
.hokkaido_bn {
	background-color: #A1DB7B;
	width: 200px;
	padding: 1em;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px; 
}
.hokkaido_ttl {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-top: 2em;
}
.hokkaido_ttl::before{
    content: '';
    display: block;
    position: absolute;
    width: 2em;
    border-width: 1px; 
    border-style: solid;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-color: #fff;
}
.hokkaido_txt {
	width: 450px;
	padding: 1em;
}

@media screen and (max-width: 779px){
	.hokkaidoLP::before {
		left: -5%;
		top: 70px;
		transform: rotate(70deg);
	}
	.hokkaidoLP::after {
		right: -5%;
		top: 70px;
		transform: rotate(-70deg);
	}
	.hokkaidoLP_img {
		width: 100%;
	}
	.hokkaido{
	    width: 300px;
	    margin-left: calc((100% - 300px) / 2);
	}
	.hokkaido_bn {
		width: 100%;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 0px; 
	}
	.hokkaido_ttl {
		margin-top: 1em;
		font-size: 14px;
	}
	.hokkaido_ttl::before{
	    top: 72px;
    }
	.hokkaido_btn {
		padding-right: 0.5em!important;
		padding-left: 0.5em!important;
	}
}
/* 受付終了後 */
.hokkaido {
	overflow: hidden;
}
.hokkaido.c-eventFull::before,
.hokkaido.c-eventFull::after {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: absolute;
	display: block;
	color: #fff;
	text-align: center;
	top: 0%;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	transform: rotate(27deg);
	right: -26%;
	padding-left: 20%;
	z-index: 1;
}
.hokkaido.c-eventFull::before {
	content: '満席のため';
	background-color: rgba(95,80,150,.7);
}
.hokkaido.c-eventFull::after {
	content: '受付終了';
	padding-top: 1em;
	font-size: 1.4em;
}
/* /受付終了後 */

/* ピア花会　in福岡 */
.fukuokaLP {
    font-size: Lpx;
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
}
.fukuokaLP::before,
.fukuokaLP::after {
	content: "";
	display: block;
	position: absolute;
	width: 70px;
	border-top: 2px solid #333333;
}
.fukuokaLP::before {
	left: 12%;
	top: 40px;
	transform: rotate(60deg);
}
.fukuokaLP::after {
	right: 12%;
	top: 40px;
	transform: rotate(-60deg);
}
.hokkaidoLP::before,
.hokkaidoLP::after {
	top: 34px;
}
.fukuokaLP_info{
	width: 57%;
	padding-right: 0em!important;
}
.fukuoka{
    border: 4px solid;
    border-color: rgba(255,159,157,0.5);
    border-radius: 8px;
}
.fukuoka_bn {
	background-color: #ff9f9d;
	width: 200px;
	padding: 1em;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px; 
}
.fukuoka_ttl {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-top: 2em;
}
.fukuoka_ttl::before{
    content: '';
    display: block;
    position: absolute;
    width: 2em;
    border-width: 1px; 
    border-style: solid;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-color: #fff;
}
.fukuoka_txt {
	width: 450px;
	padding: 1em;
}

/* 受付終了後 */
.fukuoka {
	overflow: hidden;
}
.fukuoka.c-eventFull::before,
.fukuoka.c-eventFull::after {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: absolute;
	display: block;
	color: #fff;
	text-align: center;
	top: 0%;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	transform: rotate(27deg);
	right: -26%;
	padding-left: 20%;
	z-index: 1;
}
.fukuoka.c-eventFull::before {
	content: '満席のため';
	background-color: rgba(95,80,150,.7);
}
.fukuoka.c-eventFull::after {
	content: '受付終了';
	padding-top: 1em;
	font-size: 1.4em;
}
/* /受付終了後 */

@media screen and (max-width: 779px){
	.fukuokaLP::before {
		left: -8%;
		top: 40px;
		transform: rotate(70deg);
	}
	.fukuokaLP::after {
		right: -8%;
		top: 40px;
		transform: rotate(-70deg);
	}
	.fukuokaLP_img {
		width: 100%;
	}
	.fukuokaLP_info{
		width: 100%;
	}
	.fukuoka{
	    width: 300px;
	    margin-left: calc((100% - 300px) / 2);
	}
	.fukuoka_bn {
		width: 100%;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 0px; 
	}
	.fukuoka_ttl {
		margin-top: 1em;
		font-size: 14px;
	}
	.fukuoka_ttl::before{
	    top: 72px;
    }
	.fukuoka_btn {
		padding-right: 0.5em!important;
		padding-left: 0.5em!important;
	}
}

/* ピア花会　in京都 */
.kyotoLP {
    font-size: Lpx;
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
}
.kyotoLP::before,
.kyotoLP::after {
	content: "";
	display: block;
	position: absolute;
	width: 70px;
	border-top: 2px solid #333333;
}
.kyotoLP::before {
	left: 12%;
	top: 55px;
	transform: rotate(60deg);
}
.kyotoLP::after {
	right: 12%;
	top: 55px;
	transform: rotate(-60deg);
}
.kyotoLP::before,
.kyotoLP::after {
	top: 34px;
}
.kyotoLP_info{
	width: 57%;
}
.kyoto{
    border: 4px solid;
    border-color: rgba(101,165,94,0.5);
    border-radius: 8px;
}
.kyoto_bn {
	background-color: #65a55e;
	width: 200px;
	padding: 1em;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px; 
}
.kyoto_ttl {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-top: 2em;
}
.kyoto_ttl::before{
    content: '';
    display: block;
    position: absolute;
    width: 2em;
    border-width: 1px; 
    border-style: solid;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-color: #fff;
}
.kyoto_txt {
	width: 450px;
	padding: 1em;
}

@media screen and (max-width: 779px){
	.kyotoLP::before {
		left: -5%;
		top: 70px;
		transform: rotate(70deg);
	}
	.kyotoLP::after {
		right: -5%;
		top: 70px;
		transform: rotate(-70deg);
	}
	.kyotoLP_img {
		width: 100%;
	}
	.kyoto{
	    width: 300px;
	    margin-left: calc((100% - 300px) / 2);
	}
	.kyoto_bn {
		width: 100%;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 0px; 
	}
	.kyoto_ttl {
		margin-top: 1em;
		font-size: 14px;
	}
	.kyoto_ttl::before{
	    top: 72px;
    }
	.kyoto_btn {
		padding-right: 0.5em!important;
		padding-left: 0.5em!important;
	}
}
/* 受付終了後 */
.kyoto {
	overflow: hidden;
}
.kyoto.c-eventFull::before,
.kyoto.c-eventFull::after {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: absolute;
	display: block;
	color: #fff;
	text-align: center;
	top: 0%;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	transform: rotate(27deg);
	right: -26%;
	padding-left: 20%;
	z-index: 1;
}
.kyoto.c-eventFull::before {
	content: '満席のため';
	background-color: rgba(95,80,150,.7);
}
.kyoto.c-eventFull::after {
	content: '受付終了';
	padding-top: 1em;
	font-size: 1.4em;
}
/* /受付終了後 */


/* ピア花会　in愛媛 */
.ehime{
    border: 4px solid;
    border-color: rgba(158,133,181,0.5);
    border-radius: 8px;
}
.ehime_bn {
	background-color: #9999cc;
	width: 200px;
	padding: 1em;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px; 
}
.ehime_ttl {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-top: 2em;
}
.ehime_ttl::before{
    content: '';
    display: block;
    position: absolute;
    width: 2em;
    border-width: 1px; 
    border-style: solid;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-color: #fff;
}
.ehime_txt {
	width: 450px;
	padding: 1em;
}

@media screen and (max-width: 779px){
	.ehime{
	    width: 300px;
	    margin-left: calc((100% - 300px) / 2);
	}
	.ehime_bn {
		width: 100%;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 0px; 
	}
	.ehime_ttl {
		margin-top: 1em;
		font-size: 14px;
	}
	.ehime_ttl::before{
	    top: 72px;
    }
	.ehime_btn {
		padding-right: 0.5em!important;
		padding-left: 0.5em!important;
	}
}
/* 受付終了後 */
.ehime {
	overflow: hidden;
}
.ehime.c-eventFull::before,
.ehime.c-eventFull::after {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: absolute;
	display: block;
	color: #fff;
	text-align: center;
	top: 0%;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	transform: rotate(27deg);
	right: -26%;
	padding-left: 20%;
	z-index: 1;
}
.ehime.c-eventFull::before {
	content: '満席のため';
	background-color: rgba(95,80,150,.7);
}
.ehime.c-eventFull::after {
	content: '受付終了';
	padding-top: 1em;
	font-size: 1.4em;
}
/* /受付終了後 */



/*----------------------------------
  新プレ花嫁会
----------------------------------*/
.c-party {
  margin-top: 30px;
}
.c-partyDescription {
  line-height: 1.6;
}

/* ギャラリー */
.c-partyGallery {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.c-partyGallery__item > a {
	display: block;
}
.c-partyGallery__item__img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: bottom;
  display: block;
  margin: 0 auto;
}
.c-partyGallery__item__img--all {
	margin: 0 auto;
}

/* アドバイス */
.c-baloon--thisTime {
	position: relative;
	padding: 1px 0 1px 1px;
}
.c-pageTitle--01--thisTime {
	margin-left: 0;
	margin-right: 0;
}
.c-balloon__Front--thisTime {
	margin: 0;
}
.c-advic-qa {
	line-height: 1.2;
	word-break: break-word;
}
.c-adviceText__span {
	color: #5F5096;
}
.c-advice-qa__q {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: .5em;
	color: #4A568F;
}
.c-adviceFaq__a {
	margin-bottom: 1em;
	color: #000;
}
.c-baloon--thisTime::before,
.c-baloon--thisTime::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	margin-left: -25px;
}
.c-baloon--thisTime::before {
	border-top-color: #8480c7;
	bottom: -100px;
}
.c-baloon--thisTime::after {
	border-top-color: #FFF;
	bottom: -99px;
}

/* アドバイス */ /* スタイル微修正＠田中20190807 */
.c-baloon--thisTime1 {
	position: relative;
	padding: 1px 0 1px 1px;
}
.c-baloon--thisTime1::before,
.c-baloon--thisTime1::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	border-top: 0px solid transparent;
	border-bottom: 50px solid transparent;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	margin-left: -25px;
}
.c-baloon--thisTime1::before {
	border-bottom-color: #8480c7;
	top: -50px;
}
.c-baloon--thisTime1::after {
	border-bottom-color: #FFF;
	top: -49px;
}

/* バナー */
.c-reportBnr {
  background: linear-gradient(90deg,#8480c7,#e0a6b9);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #FFF;
  padding: 10px;
  margin-top: 80px;
}
.c-reportBnr__img:hover {
	opacity: 1;
}
.c-reportBnr__text {
  text-align: center;
}
.c-reportBnr__text__place {
	word-break: break-word;
}
.c-reportBnr__text__link {
  border: solid 1px #FFF;
  background-color: transparent;
  padding: .5em 1em;
  margin-top: 1em;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
}
.c-reportBnr__text__link::after {
  content: "〉";
  margin-left: 1em;
}
/* バナー */	/* スタイル微修正＠田中20190807 */
.c-reportBnr1 {
  background: linear-gradient(90deg,#8480c7,#e0a6b9);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #FFF;
  padding: 10px;
  margin-bottom: 80px;
}
.c-reportBnr1__img:hover {
	opacity: 1;
}
.c-reportBnr1__text {
  text-align: center;
}
.c-reportBnr1__text__place {
	word-break: break-word;
}
.c-reportBnr1__text__link {
  border: solid 1px #FFF;
  background-color: transparent;
  padding: .5em 1em;
  margin-top: 1em;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
}
.c-reportBnr1__text__link::after {
  content: "〉";
  margin-left: 1em;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	.c-party {
		margin-bottom: 40px;
	}
  .c-partyDescription {
    font-size: 13px;
    padding: 0 10px;
  }

  /* ギャラリー */
  .c-partyGallery__item {
    width: calc(50% - 5px);
  }
  .c-partyGallery__item:not(:nth-of-type(-n+2)) {
		margin-top: 10px;
  }
  .c-partyGallery__item:nth-of-type(odd) {
    margin-right: 10px;
  }

  /* アドバイス */
  .c-thisTime {
  	margin-top: 10px;
  	padding: 0 10px;
  }
  .c-baloon--thisTime {
    width: 100%;
    max-width: 600px;
    margin: 30px auto 0;
    padding: 1px 1px 0 1px;
  }
  .c-balloon__Front--thisTime {
  	padding: 10px;
  }
  .c-advice {
  	max-width: 100%;
  	margin: 0 auto;
  }
  .c-advic-qa {
  	font-size: 13px;
  }
  .c-advice-qa__q__num {
  	width: 30px;
  }
  .c-advice-qa__q__text {
  	width: calc(100% - 30px);
  }
  .c-adviceFaq__a {
  	padding-left: 30px;
  }
	/* アドバイス */ /* スタイル微修正＠田中20190807 */
  .c-baloon--thisTime1 {
    width: 100%;
    max-width: 600px;
    margin: 30px auto 0;
    padding: 1px 1px 0 1px;
  }

  /* バナー */
  .c-reportBnr {
    width: 100%;
    max-width: 400px;
    margin: 80px auto 0;
    font-size: 13px;
  }
  .c-reportBnr__img {
  	width: 37.5%;
  	max-width: 120px;
  	height: auto;
  	margin-right: 5px;
  }
	.c-reportBnr__text {
		width: calc(100% - 37.5%);
		max-width: calc(100% - 120px);
	}

  /* バナー */ /* スタイル微修正＠田中20190807 */
  .c-reportBnr1 {
    width: 100%;
    max-width: 400px;
    margin: 50px auto 80px;
    font-size: 13px;
  }
  .c-reportBnr1__img {
  	width: 37.5%;
  	max-width: 120px;
  	height: auto;
  	margin-right: 5px;
  }
	.c-reportBnr1__text {
		width: calc(100% - 37.5%);
		max-width: calc(100% - 120px);
	}
}

/* Tablet
-------------------------------------*/
@media (max-width: 10Lpx) and (min-width: 768px) {
	/* ギャラリー */
	.c-partyGallery {
		justify-content: space-between;
	}
  .c-partyGallery__item {
    width: calc(33% - 20px / 3);
  }
  .c-partyGallery__item:nth-of-type(odd) {
  	margin-right: 0;
  }
  .c-partyGallery__item:not(:nth-of-type(-n+2)) {
  	margin-top: 0;
  }
  .c-partyGallery__item:not(:nth-of-type(-n+3)) {
		margin-top: 10px;
  }
}

/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
	.c-party {
		margin-bottom: 80px;
	}
  .c-partyDescription {
    font-size: 16px;
  }

  /* ギャラリー */
  .c-partyGallery__item {
    width: 250px;
  }
  .c-partyGallery__item:not(:nth-of-type(-n+3)) {
		margin-top: 25px;
  }
  .c-partyGallery__item:not(:nth-of-type(3n)) {
    margin-right: 25px;
  }

  /* アドバイス */
  .c-thisTime {
  	margin-top: 30px;
  }
  .c-baloon--thisTime {
    width: 600px;
    margin: 50px auto 0;
  }
  .c-advic-qa {
  	font-size: 18px;
  }
  .c-advice-qa__q__num {
  	width: 40px;
  }
  .c-advice-qa__q__text {
  	width: calc(100% - 40px);
  }
  .c-adviceFaq__a {
  	padding-left: 40px;
  }

  /* アドバイス */ /* スタイル微修正＠田中20190807 */
  .c-baloon--thisTime1 {
    width: 600px;
    margin: 50px auto 0;
  }

  /* バナー */
  .c-reportBnr {
    width: 600px;
    margin: 80px auto 0;
    font-size: 15px;
    justify-content: space-around;
  }
  .c-reportBnr__img,
  .c-reportBnr__text {
  	/*margin: 0 10px;*/
  }
  .c-reportBnr__text__tp {
    /*display: flex;*/
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
  }
  .c-reportBnr__text__time,
  .c-reportBnr__text__place {
  	/*margin: 0 .5em;*/
  }
  .c-reportBnr__text__link {
  	margin-top: .5rem;
  }


  /* バナー */ /* スタイル微修正＠田中20190807 */
  .c-reportBnr1 {
    width: 600px;
    margin: 50px auto 80px;
    font-size: 15px;
    justify-content: space-around;
  }
  .c-reportBnr1__img,
  .c-reportBnr1__text {
  	/*margin: 0 10px;*/
  }
  .c-reportBnr1__text__tp {
    /*display: flex;*/
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
  }
  .c-reportBnr1__text__time,
  .c-reportBnr1__text__place {
  	/*margin: 0 .5em;*/
  }
  .c-reportBnr1__text__link {
  	margin-top: .5rem;
  }
}

/*----------------------------------
  新シェア花会
----------------------------------*/
.c-commentWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.c-balloon__Front--thisTime {
	margin: 0;
}
.c-baloon--comment {
	position: relative;
}
.c-baloon--comment::before,
.c-baloon--comment::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	z-index: 1;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}
.c-baloon--comment::before {
	border-left-color: #8480c7;
}
.c-baloon--comment::after {
	border-left-color: #FFF;
}
.c-comment__text {
	line-height: 1.2;
	color: #000;
}
.c-comment__info__img {
	display: block;
	margin: 0 auto 10px;
}
.c-comment__info__text {
	color: #5F5096;
	text-align: center;
	line-height: 1.3;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	.c-comment {
		margin-top: 10px;
  	padding: 0 10px;
	}
	.c-commentWrap {
		width: 100%;
		max-width: 600px;
		margin: 40px auto 0;
	}
	.c-balloon__Front--comment {
		padding: 10px;
		min-height: 120px;
	}
	.c-baloon--comment {
		width: calc(100% - 130px - 10px);
		max-width: inherit;
		margin: 0;
	}
	.c-baloon--comment::before,
	.c-baloon--comment::after {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
		top: 50px;
	}
	.c-baloon--comment::before {
		border-left-color: #e0a6b9;
		right: -60px;
	}
	.c-baloon--comment::after {
		border-left-color: #FFF;
		right: -58px;
	}
	.c-comment__text {
		font-size: 12px;
	}
	.c-comment__info {
		width: 130px;
	}
	.c-comment__info__img {
		width: 70px;
		height: auto;
	}
	.c-comment__info__text {
		font-size: 10px;
	}
}

/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
	.c-comment {
		margin-top: 30px;
	}
	.c-commentWrap {
		width: 640px;
		margin: 40px auto 0;
	}
	.c-baloon--comment {
		width: 400px;
	}
	.c-balloon__Front--comment {
		min-height: 200px;
		padding: 25px;
	}
	.c-baloon--comment::before,
	.c-baloon--comment::after {
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-right: 70px solid transparent;
		border-left: 70px solid transparent;
		top: 80px;
	}
	.c-baloon--comment::before {
		border-left-color: #e0a6b9;
		right: -140px;
	}
	.c-baloon--comment::after {
		border-left-color: #FFF;
		right: -138px;
	}
	.c-comment__text {
		font-size: 18px;
	}
	.c-comment__info {
		width: 200px;
	}
	.c-comment__info__img {
		width: 130px;
		height: auto;
	}
	.c-comment__info__text {
		font-size: 15px;
	}
}
/*----------------------------------
  イベントレポートinstagram統合＠湯澤20190923
----------------------------------*/
.prehanaRpt_instlink{
	border: solid 1px;
	border-image: linear-gradient(90deg,#8480c7,#e0a6b9) 1;
	width: 355px;
    margin: auto;
    text-align: center;
    color: #646464;
    padding: 12px;
}
.prehanaRpt_instlink_tag{
	font-size: 16px;
	color: #0071bc;
}
.prehanaRpt_instlink_txt{
	margin-bottom: 5px;
}
.prehanaRpt_galleryItem{
  position: relative;
  width: 18.5%;
  height: auto;
  margin: 0.75%;
}
.prehanaRpt_inst{
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.prehanaRpt_inst_img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 150%;
  max-height: 150%;
}
.prehanaRpt_galleryItem_txt{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6% 2%;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  background: -moz-linear-gradient(top,rgba(0,151,141,0) 0%, #000000 100%);
  background: -webkit-linear-gradient(top,rgba(0,151,141,0) 0%,#000000 100%);
  background: linear-gradient(to bottom,rgba(0,151,141,0) 0%,#000000 100%);
  text-align: center;
  box-sizing: border-box;
}
.prehanaRpt_galleryItem_link{
  text-decoration: none;
}
.prehanaRpt_galleryItem_link:hover img{
  opacity: 0.8;
}
.prehanaRpt_gallery{
	padding: 0 2%;
	margin-top: 15px;
}
/* インスタリンクバナーPC*/
.prehanaRpt_instlinkBN_link{
	border: solid 1px;
	border-image: linear-gradient(90deg,#8480c7,#e0a6b9) 1;
	width: 785px;
    margin: auto;
    padding: 1.5em;
    text-align: center;
}
.prehanaRpt_instlinkBN_txt{
	margin-bottom: 15px;
    color: #646464;
    font-size: 16px;
}
.prehanaRpt_instlinkBN_tag{
	font-size: 18px;
	color: #0071bc;
}
/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	.prehanaRpt_galleryItem{
  		position: relative;
 		 width: 46%;
 		 height: auto;
  		margin: 2%;
	}
	.prehanaRpt_gallery{
		padding: 0 1%;
	}
	/* インスタリンクバナーSP*/
	.prehanaRpt_instlinkBN_link{
		width: 100%;
	    padding: 1em;
	}
	.prehanaRpt_instlinkBN_txt{
		margin-bottom: 5px;
	    font-size: 14px;
	}
	.prehanaRpt_instlinkBN_tag{
		font-size: 16px;
	}
}


/* 花嫁・花婿会 応募フォーム */
.fukuokaLP{
    font-size: 2.4rem;
}
.c-eventSchedule{
    width: 95%;
    margin: 0 auto;
}
.c-eventSchedule dl{
    padding: .9em 0 1em;
    border-bottom: 1px solid #969696;
}
.c-eventSchedule dt{
    width: 15%;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
}
.c-eventSchedule dd{
    width: 85%;
    font-size: 1.6rem;
}
.c-eventSchedule dd dl{
    border: none;
}
.c-eventSchedule .c-eventSchedule--omoteBox,
.c-eventSchedule .c-eventSchedule--sakaeBox{
    width: 42%;
}
.c-eventSchedule--omoteBox{
    margin-right: 1%;
}

.u-borL1--pc{
    padding-left: .5em !important;
    border-left: 1px solid #969696 !important;
}

@media screen and (max-width: 768px) {
    .fukuokaLP{
        font-size: 1.5rem;
    }
    .c-eventSchedule .pc-cont{
        display: none !important;
    }
    .c-eventSchedule dd dl{
        padding: 0 !important;
    }
    .c-eventSchedule dt,
    .c-eventSchedule dd{
        width: 100%;
        text-align: left;
    }
    .c-eventSchedule dt{
        margin-bottom: .5em;
    }
    .marginB1--sp{
        padding-left: 0 !important;
        margin-bottom: 1em !important;
    }
    .u-borL1--pc{
        border-left: none !important;
    }
}

.c-formBtnLink{
    width: 60%;
    margin: 3em auto 0;
}
.c-formBtnLink li{
    width: 40%;
    overflow: hidden;
    border-radius: 14px;
}
.c-formBtnLink--omote{
    border: 1px solid #6C8390;
}
.c-formBtnLink--sakae{
    border: 1px solid #A9BE9B;
}
.c-formBtnLink li a{
    text-decoration: none;
}
.c-formBtnLink li dl{}
.c-formBtnLink li dt{
    font-size: 1.8rem;
    padding: .5em 0 .4em;
}
.c-formBtnLink li dd{
    padding: .5em 0 .6em;
}
.c-formBtnLink--omote dd{
    color: #6C8390;
}
.c-formBtnLink--sakae dd{
    color: #A9BE9B;
}

.c-secondDay{
    padding-left: 10.4em;
}

@media screen and (max-width: 768px) {
    .c-formBtnLink{
        width: 90%;
    }
    .c-formBtnLink li{
        width: 45%;
    }
    .c-secondDay{
        padding-left: 0em;
    }
}

