

/*------------------------------------------------------------------------------
 * PC
------------------------------------------------------------------------------*/ 
@media screen and (min-width:860px) {

/*================================
	Common
================================*/
main{
	padding-bottom: 120px;
	overflow: hidden;
}
main h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #B55245;
}
main section h2 em{
	display: block;
	margin-top: 10px;
	font-family: 'Quattrocento', serif !important;
	font-size: 14px;
	letter-spacing: .1em;
}
main .note p:not(:last-of-type){
	margin-bottom: 1.5em;
}
main .note p{
	font-size: 13px;
	line-height: 2;
}


/*================================
	Page Header
================================*/
#pageheader {
	height: 43.75vw;
	background: #fff url(../img/mainimg.jpg) center center /cover no-repeat;
	position: relative;
}
#pageheader h1{
	width: 90%;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 30px;
	letter-spacing: .1em;
	color: #fff;
	position:absolute;
	left:50%;top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
#pageheader h1 em{
	display: block;
	margin-top: 10px;
	font-family: 'Quattrocento', serif !important;
	font-size: 14px;
	letter-spacing: .1em;
}



/*================================
	Concept
================================*/
main .concept {
	width: 90%;
	max-width: 1000px;
	margin: 120px auto 0;
	position: relative;
}
main .concept h2{
	margin-bottom: 30px;
	font-size: 24px;
}
main .concept .note p{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
main .concept .note{
	width: 59%;
}
main .concept .photo img:not(.sp_view){
	display: block;
	width: 58%;
	position: absolute;
	top: 0;right: 0;
	-webkit-transform:translateX(50%);
	-moz-transform:translateX(50%);
	transform:translateX(50%);
	z-index: 2;
}



/*================================
	About
================================*/
main .about {
	width: 90%;
	max-width: 1000px;
	margin: 100px auto 0;
	position: relative;
}
main .about .photo{
	width: 57%;
}
main .about .details{
	width: 52%;
	background: #fff;
	padding: 50px 0 0 60px;
	position: absolute;
	right: 0;bottom: 0;
}
main .about h2{
	margin-bottom: 30px;
	font-size: 21px;
}
main .about .copy{
	margin-bottom: 30px;
	font-size: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
main .about .note p{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
}



/*================================
	Recommend
================================*/
main .recommend {
	background: #F9F8F7;
	margin-top: 100px;
	padding-top: 80px;
}
main .recommend h2,
main .recommend .points{
	width: 90%;
	max-width: 1000px;
	margin-left: auto;margin-right: auto;
}
main .recommend h2{
	margin-bottom: 40px;
	font-size: 25px;
}
main .recommend .points{
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding-bottom: 80px;
}
main .recommend .point{
	width: 31%;
}
main .recommend .point .photo{
	margin-bottom: 20px;
}
main .recommend .point h3{
	margin-bottom: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
	color: #B55245;
}
main .recommend .point .note p{
	font-size: 12px;
}
main .recommend .recommendimg img {
	width: 100%;
}



/*================================
	Plan
================================*/
main .plan {
	width: 90%;
	max-width: 1000px;
	margin: 80px auto 0;
}
main .plan h2{
	margin-bottom: 30px;
	font-size: 25px;
}
main .plan .entry {
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
main .plan .entry:not(:last-of-type){
	margin-bottom: 50px;
}
main .plan .entry .photo{
	width: 50%;
}
main .plan .entry .details{
	width: 45%;
	padding-top: 10px;
}
main .plan .entry .morearea{
	width: 100%;
}
main .plan .entry h3{
	margin-bottom: 20px;
	font-size: 22px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #B55245;
}
main .plan .entry .copy{
	margin-bottom: 20px;
	font-size: 16px;
	font-family:'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
main .plan .entry .infolist {
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
main .plan .entry .infolist dt,
main .plan .entry .infolist dd{
	font-size: 12px;
}
main .plan .entry .infolist dt{
	width: 5em;
	font-weight: 600;
}
main .plan .entry .infolist dd{
	width: calc(100% - 6em);
}
main .plan .entry .infolist dt:not(:first-of-type),
main .plan .entry .infolist dt:not(:first-of-type) + dd{
	margin-top: .5em;
}
main .plan .entry .navlist {
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items:stretch;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top: 30px;
}
main .plan .entry .navlist li a,
main .plan .entry .navlist li.more{
	padding: 1em;
	text-align: center;
	line-height: 1;
}
main .plan .entry .navlist li:not(.more){
	width: 49%;
}
main .plan .entry .navlist li.more{
	width: 100%;
	background: #B55245;
	margin-top: 10px;
	color: #fff;
	position: relative;
}
main .plan .entry .navlist li.more:hover{
	cursor: pointer;
}
main .plan .entry .navlist li.more::after{
	content:"";
	display: block;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
	position:absolute;
	right:1em;top:50%;
	-webkit-transform:translateY(-40%) rotate(90deg);
	-moz-transform:translateY(-40%) rotate(90deg);
	transform:translateY(-40%) rotate(90deg);
	-webkit-transition:transform .3s ease-out;
	-moz-transition:transform .3s ease-out;
	-ms-transition:transform .3s ease-out;
	transition:transform .3s ease-out;
}
main .plan .entry .navlist li.more.open::after{
	-webkit-transform: translateY(-60%) rotate(-90deg);
	-moz-transform: translateY(-60%) rotate(-90deg);
	transform: translateY(-60%) rotate(-90deg);
}

main .plan .entry .navlist li a{
	display: block;
	position: relative;
}
	main .plan .entry .details .navlist li a{
		border: 1px solid  #189a6f;
		color: #189a6f;
	}
	main .plan .entry .morearea .navlist li a{
		background: #B55245;
		color: #fff;
	}
main .plan .entry .navlist li a::after{
	content:"";
	display: block;
	border: 4px solid transparent;
	position:absolute;
	right:1em;top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}
	main .plan .entry .details .navlist li a::after{
		border-left: 4px solid #189a6f;
	}
	main .plan .entry .morearea .navlist li a::after{
		border-left: 4px solid #fff;
	}
main .plan .entry .morearea {
	display: none;
	padding: 50px 50px 30px;
}
main .plan .entry .morearea .note p{
	font-size: 12px;
}
main .plan .entry .present{
	border-top: 1px solid  #B55245;
	margin-top: 30px;
	padding-top: 30px;
}
main .plan .entry .present h4{
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}
main .plan .entry .morearea .navlist {
	width: 50%;
}



/*================================
	Fair
================================*/
main .fair {
	background: #F9F8F7;
	/*margin-top: 80px;*/
	padding-top: 80px;
}
main .fair h2,
main .fair .entries {
	width: 90%;
	max-width: 1000px;
	margin-left: auto;margin-right: auto;
}
main .fair h2{
	margin-bottom: 30px;
	font-size: 25px;
}
main .fair .entries{
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding-bottom: 80px;
}
main .fair .entry {
	width: 31%;
}
main .fair .entry .photo{
	margin-bottom: 20px;
}
main .fair .entry h3{
	margin-bottom: 15px;
	font-size: 15px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #B55245;
}
main .fair .entry dt,
main .fair .entry dd,
main .fair .entry .note p{
	font-size: 12px;
}
main .fair .entry .infolist {
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom: 15px;
}
main .fair .entry .infolist dt,
main .fair .entry .infolist dd{
	font-size: 12px;
}
main .fair .entry .infolist dt{
	width: 3em;
	font-weight: bold;
}
main .fair .entry .infolist dd{
	width: calc(100% - 4em);
}
main .fair .entry .infolist dt:not(:first-of-type),
main .fair .entry .infolist dt:not(:first-of-type) + dd{
	margin-top: .5em;
}
main .fair .entry .more a{
	display: block;
	background: #189a6f;
	margin-top: 20px;
	padding: 1em;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	position: relative;
}
main .fair .entry .more a::after{
	content:"";
	display: block;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
	position:absolute;
	right:1em;top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}



/*================================
	Flow
================================*/
main .flow {
	width: 90%;
	max-width: 1000px;
	margin: 80px auto;
}
main .flow h2{
	margin-bottom: 30px;
	font-size: 25px;
}
main .flow>.note p{
	font-size: 12px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
main .flow .flowlist {
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items:stretch;
	counter-reset: number;
	margin-top: 50px;
}
main .flow .flowlist li{
	background: #B55245;
	border-radius: 50%;
	width: 18.5%;
	padding-top: 18.5%;
	text-align: center;
	color: #fff;
	position: relative;
}
main .flow .flowlist li em{
	display: block;
	margin-bottom: 10px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
}
main .flow .flowlist li p{
	width: 100%;
	font-size: 12px;
	position:absolute;
	left:50%;top:30%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transform:translateX(-50%);
}
main .flow .flowlist li::before{
	counter-increment: number;
	content: counter(number);
	font-family: 'Quattrocento', serif !important;
	font-size: 17px;
	position: absolute;
	left:50%;top:15%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transform:translateX(-50%);
}



/*================================
	Ceremony
================================*/
main .ceremony {
	background: #F9F8F7;
	padding: 80px 0;
}
main .ceremony>*{
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
main .ceremony h2{
	margin-bottom: 30px;
	font-size: 25px;
}
main .ceremony>.note p{
	font-size: 12px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
main .ceremony .placelist {
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items:stretch;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top: 40px;
}
main .ceremony .placelist li:first-of-type,
main .ceremony .placelist li:nth-of-type(2){
	width: 48%;
	margin-bottom: 40px;
}
main .ceremony .placelist li{
	width: 31%;
	font-size: 12px;
}
main .ceremony .placelist h3{
	margin-bottom: 10px;
	font-size: 16px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #B55245;
}
main .ceremony .placelist .photo{
	margin-bottom: 15px;
}



/*================================
	Movie
================================*/
main .movie {
}
main .movie video{
	width: 100%;
}



/*================================
	Report
================================*/
main .report {
	padding-top: 80px;
}
main .report h2,
main .report .entries{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
main .report h2{
	margin-bottom: 30px;
	font-size: 25px;
}
main .report .entries{
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items:flex-start;
}
main .report .entry {
	width: 31%;
}
main .report .entry h3{
	margin-bottom: 15px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 14px;
	color: #B55245;
}
main .report .entry .note p{
	font-size: 12px;
}
main .report .entry .photo{
	margin-bottom: 20px;
}
main .report .slide{
	padding-top: 80px;
}



/*================================
	FAQ
================================*/
main .faq {
	width: 90%;
	max-width: 1000px;
	margin: 80px auto 0;
}
main .faq h2{
	margin-bottom: 30px;
	font-size: 25px;
}


/*------------------------
	Tab List
------------------------*/
main .faq .tablist {
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
main .faq .tablist li{
	width: 24%;
	background: #F9F8F7;
	padding: 1em;
	text-align: center;
	font-size: 14px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1;
	-webkit-transition:background-color .3s ease-out;
	-moz-transition:background-color .3s ease-out;
	-ms-transition:background-color .3s ease-out;
	transition:background-color .3s ease-out;
}
main .faq .tablist li.active{
	background: #B55245;
	color: #fff;
}
main .faq .tablist li:hover{
	cursor: pointer;
}


/*------------------------
	Category
------------------------*/
main .faq .ct {
	padding-top: 40px;
}
main .faq .faqcont .ct:not(:first-of-type){
	display: none;
}
main .faq .ct h3{
	margin-bottom: 30px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 18px;
	color: #B55245;
}
main .faq .ct .faqlist {
	
}
main .faq .ct .faqlist dt{
	border-bottom: 1px solid  #eee;
	padding: 0 0 10px 30px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
main .faq .ct .faqlist dt::before{
	content: "Q";
	font-family: 'Quattrocento', serif !important;
	font-weight: normal;
	font-size: 22px;
	line-height: 1;
	color: #B55245;
	position: absolute;
	left: 0;top: 0;
}
main .faq .ct .faqlist dt:not(:first-of-type){
	margin-top: 40px;
}
main .faq .ct .faqlist dd{
	padding: 15px 0 0 30px;
	position: relative;
}
main .faq .ct .faqlist dd::after{
	content: "A";
	font-family: 'Quattrocento', serif !important;
	font-weight: normal;
	font-size: 22px;
	line-height: 1;
	color: #736357;
	position: absolute;
	left: 0;top: 15px;
}



}/* PCここまで*/





/*------------------------------------------------------------------------------
 * SP
------------------------------------------------------------------------------*/
@media screen and (max-width:859px) {
/*================================
	Common
================================*/
main{
	padding-bottom: 60px;
	overflow: hidden;
}
main h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #B55245;
}
main section h2 em{
	display: block;
	margin-top: 10px;
	font-family: 'Quattrocento', serif !important;
	font-size: 12px;
	letter-spacing: .1em;
}
main .note p:not(:last-of-type){
	margin-bottom: 1.5em;
}
main .note p{
	font-size: 13px;
	line-height: 1.8;
}


/*================================
	Page Header
================================*/
#pageheader {
	height: 100vw;
	background: #fff url(../img/mainimg_sp.jpg) center center /cover no-repeat;
	position: relative;
}
#pageheader h1{
	width: 90%;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 24px;
	letter-spacing: .1em;
	color: #fff;
	position:absolute;
	left:50%;top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
#pageheader h1 em{
	display: block;
	margin-top: 10px;
	font-family: 'Quattrocento', serif !important;
	font-size: 14px;
	letter-spacing: .1em;
}



/*================================
	Concept
================================*/
main .concept {
	padding: 50px 5% 45%;
	position: relative;
}
main .concept h2{
	margin-bottom: 30px;
	font-size: 22px;
}
main .concept .note p{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
main .concept .note{
	
}
main .concept .photo img:not(.pc_view){
	display: block;
	width: 84%;
	position: absolute;
	bottom: 0;right: 0;
	-webkit-transform:translate(25%, 50%);
	-moz-transform:translate(25%, 50%);
	transform:translate(25%, 50%);
	z-index: 2;
}



/*================================
	About
================================*/
main .about {
	position: relative;
}
main .about .photo img{
	width: 100%;
}
main .about .details{
	background: #fff;
	padding: 50px 5% 0;
}
main .about h2{
	margin-bottom: 20px;
	font-size: 22px;
}
main .about .copy{
	margin-bottom: 20px;
	font-size: 16px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.6;
}
main .about .note p{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
}



/*================================
	Recommend
================================*/
main .recommend {
	background: #F9F8F7;
	margin-top: 60px;
	padding-top: 60px;
}
main .recommend h2,
main .recommend .points{
	width: 90%;
	max-width: 1000px;
	margin-left: auto;margin-right: auto;
}
main .recommend h2{
	margin-bottom: 30px;
	font-size: 22px;
}
main .recommend .points{
	padding-bottom: 60px;
}
main .recommend .point:not(:last-of-type){
	margin-bottom: 40px;
}
main .recommend .point .photo{
	margin-bottom: 20px;
}
main .recommend .point h3{
	margin-bottom: 15px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
	color: #B55245;
	line-height: 1.6;
}
main .recommend .point .note p{
	font-size: 13px;
	line-height: 1.8;
}
main .recommend .recommendimg img {
	width: 100%;
}



/*================================
	Plan
================================*/
main .plan {
	padding: 60px 5%;
}
main .plan h2{
	margin-bottom: 30px;
	font-size: 22px;
	text-align:center;
}
main .plan .entry {
	
}
main .plan .entry:not(:last-of-type){
	margin-bottom: 50px;
}
main .plan .entry .photo{
	
}
main .plan .entry .details{
	padding-top: 20px;
}
main .plan .entry .morearea{
	width: 100%;
}
main .plan .entry h3{
	margin-bottom: 15px;
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #B55245;
}
main .plan .entry .copy{
	margin-bottom: 20px;
	font-size: 14px;
	font-family:'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
main .plan .entry .infolist {
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
main .plan .entry .infolist dt,
main .plan .entry .infolist dd{
	font-size: 12px;
}
main .plan .entry .infolist dt{
	width: 5em;
	font-weight: 600;
}
main .plan .entry .infolist dd{
	width: calc(100% - 6em);
}
main .plan .entry .infolist dt:not(:first-of-type),
main .plan .entry .infolist dt:not(:first-of-type) + dd{
	margin-top: .5em;
}
main .plan .entry .navlist {
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items:stretch;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top: 30px;
}
main .plan .entry .navlist li a,
main .plan .entry .navlist li.more{
	padding: 1em;
	text-align: center;
	line-height: 1;
}
main .plan .entry .navlist li:not(.more){
	width: 49%;
}
main .plan .entry .navlist li.more{
	width: 100%;
	background: #B55245;
	margin-top: 10px;
	color: #fff;
	position: relative;
}
main .plan .entry .navlist li.more::after{
	content:"";
	display: block;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
	position:absolute;
	right:1em;top:50%;
	-webkit-transform:translateY(-40%) rotate(90deg);
	-moz-transform:translateY(-40%) rotate(90deg);
	transform:translateY(-40%) rotate(90deg);
	-webkit-transition:transform .3s ease-out;
	-moz-transition:transform .3s ease-out;
	-ms-transition:transform .3s ease-out;
	transition:transform .3s ease-out;
}
main .plan .entry .navlist li.more.open::after{
	-webkit-transform: translateY(-60%) rotate(-90deg);
	-moz-transform: translateY(-60%) rotate(-90deg);
	transform: translateY(-60%) rotate(-90deg);
}
main .plan .entry .navlist li a{
	display: block;
	position: relative;
}
	main .plan .entry .details .navlist li a{
		border: 1px solid  #189a6f;
		color: #189a6f;
	}
	main .plan .entry .morearea .navlist li a{
		background: #B55245;
		color: #fff;
	}
main .plan .entry .navlist li a::after{
	content:"";
	display: block;
	border: 4px solid transparent;
	position:absolute;
	right:1em;top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}
	main .plan .entry .details .navlist li a::after{
		border-left: 4px solid #189a6f;
	}
	main .plan .entry .morearea .navlist li a::after{
		border-left: 4px solid #fff;
	}
main .plan .entry .morearea {
	display: none;
	padding: 40px 5vw 30px;
}
main .plan .entry .morearea .note p{
	font-size: 12px;
}
main .plan .entry .present{
	border-top: 1px solid  #B55245;
	margin-top: 30px;
	padding-top: 30px;
}
main .plan .entry .present h4{
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}
main .plan .entry .morearea .navlist {
	
}



/*================================
	Fair
================================*/
main .fair {
	background: #F9F8F7;
	padding-top: 60px;
}
main .fair h2,
main .fair .entries {
	width: 90%;
	margin-left: auto;margin-right: auto;
}
main .fair h2{
	margin-bottom: 30px;
	font-size: 22px;
}
main .fair .entries{
	padding-bottom: 60px;
}
main .fair .entries .entry:not(:last-of-type){
	margin-bottom: 50px;
}
main .fair .entry {
	
}
main .fair .entry .photo{
	margin-bottom: 20px;
}
main .fair .entry h3{
	margin-bottom: 15px;
	font-size: 15px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #B55245;
	line-height: 1.6;
}
main .fair .entry dt,
main .fair .entry dd,
main .fair .entry .note p{
	font-size: 13px;
}
main .fair .entry .infolist {
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom: 15px;
	line-height: 1.8;
}
main .fair .entry .infolist dt,
main .fair .entry .infolist dd{
	font-size: 13px;
}
main .fair .entry .infolist dt{
	width: 3em;
	font-weight: bold;
}
main .fair .entry .infolist dd{
	width: calc(100% - 4em);
}
main .fair .entry .infolist dt:not(:first-of-type),
main .fair .entry .infolist dt:not(:first-of-type) + dd{
	margin-top: .5em;
}
main .fair .entry .more a{
	display: block;
	background: #189a6f;
	margin-top: 20px;
	padding: 1.5em 1em;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	position: relative;
}
main .fair .entry .more a::after{
	content:"";
	display: block;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
	position:absolute;
	right:1em;top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}



/*================================
	Flow
================================*/
main .flow {
	padding: 60px 0;
}
main .flow h2,
main .flow>.note{
	padding-left: 5vw;padding-right: 5vw;
}
main .flow h2{
	margin-bottom: 20px;
	font-size: 22px;
}
main .flow>.note p{
	font-size: 13px;
	line-height: 1.8;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
main .flow .flowlist {
	counter-reset: number;
	margin-top: 40px;
}
main .flow .flowlist li{
	background: #B55245;
	border-radius: 50%;
	width: 50vw;
	margin: 0 5vw;
	padding-top: 50vw;
	text-align: center;
	color: #fff;
	position: relative;
}
main .flow .flowlist li em{
	display: block;
	margin-bottom: 10px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
}
main .flow .flowlist li p{
	width: 100%;
	font-size: 12px;
	position:absolute;
	left:50%;top:30%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transform:translateX(-50%);
}
main .flow .flowlist li::before{
	counter-increment: number;
	content: counter(number);
	font-family: 'Quattrocento', serif !important;
	font-size: 17px;
	position: absolute;
	left:50%;top:15%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transform:translateX(-50%);
}
main .flow .flowlist li::after{
	content:"";
	display: block;
	border: 7px solid transparent;
	border-left: 7px solid #B55245;
	position:absolute;
	right: -7.5vw;top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}



/*================================
	Ceremony
================================*/
main .ceremony {
	background: #F9F8F7;
	padding: 60px 5vw;
}
main .ceremony h2{
	margin-bottom: 20px;
	font-size: 22px;
}
main .ceremony>.note p{
	font-size: 13px;
	line-height: 1.8;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
main .ceremony .placelist {
	margin-top: 30px;
}
main .ceremony .placelist li:not(:last-of-type){
	margin-bottom: 30px;
}
main .ceremony .placelist li{
	font-size: 13px;
	line-height: 1.8;
}
main .ceremony .placelist h3{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.6;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #B55245;
}
main .ceremony .placelist .photo{
	margin-bottom: 15px;
}



/*================================
	Movie
================================*/
main .movie {
}
main .movie video{
	width: 100%;
}



/*================================
	Report
================================*/
main .report {
	padding-top: 60px;
}
main .report h2,
main .report .entries{
	width: 90%;
	margin-left: auto;margin-right: auto;
}
main .report h2{
	margin-bottom: 20px;
	font-size: 22px;
}
main .report .entries{
	
}
main .report .entries .entry:not(:last-of-type){
	padding-bottom: 40px;
}
main .report .entry h3{
	margin-bottom: 15px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
	line-height: 1.6;
	color: #B55245;
}
/*
main .report .entry .note p{
	font-size: 12px;
}
*/
main .report .entry .photo{
	margin-bottom: 20px;
}
main .report .slide{
	padding-top: 60px;
}



/*================================
	FAQ
================================*/
main .faq {
	width: 90%;
	max-width: 1000px;
	margin: 60px auto 0;
}
main .faq h2{
	margin-bottom: 20px;
	font-size: 22px;
}


/*------------------------
	Tab List
------------------------*/
main .faq .tablist {
	
}
main .faq .tablist li{
	background: #F9F8F7;
	padding: 1em;
	text-align: center;
	font-size: 14px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1;
}
main .faq .tablist li.active{
	background: #B55245;
	color: #fff;
}
main .faq .tablist li:not(:last-of-type){
	margin-bottom: 5px;
}


/*------------------------
	Category
------------------------*/
main .faq .ct {
	padding-top: 40px;
}
main .faq .faqcont .ct:not(:first-of-type){
	display: none;
}
main .faq .ct h3{
	margin-bottom: 30px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
	color: #B55245;
}
main .faq .ct .faqlist {
	
}
main .faq .ct .faqlist dt{
	border-bottom: 1px solid  #eee;
	padding: 0 0 10px 30px;
	font-size: 13px;
	font-weight: bold;
	position: relative;
}
main .faq .ct .faqlist dt::before{
	content: "Q";
	font-family: 'Quattrocento', serif !important;
	font-weight: normal;
	font-size: 22px;
	line-height: 1;
	color: #B55245;
	position: absolute;
	left: 0;top: 0;
}
main .faq .ct .faqlist dt:not(:first-of-type){
	margin-top: 40px;
}
main .faq .ct .faqlist dd{
	padding: 15px 0 0 30px;
	position: relative;
	font-size: 13px;
	line-height: 1.8;
}
main .faq .ct .faqlist dd::after{
	content: "A";
	font-family: 'Quattrocento', serif !important;
	font-weight: normal;
	font-size: 22px;
	line-height: 1;
	color: #736357;
	position: absolute;
	left: 0;top: 15px;
}




}




