.globalHeader,
.home .welcome,
.welcome {
	position: relative;
	width: 100%
}
body {
	background: #fff
}
.welcome {
	height: auto;
	min-height: 220px
}
#belle .welcome,
#kajigaya .welcome,
#kashimada .welcome {
	background: url(../img/bg-welcome2.jpg) center -100px/cover no-repeat fixed
}
#hirama .welcome,
#minamikase .welcome,
#takatsu .welcome,
#mizonokuchi .welcome {
	background: url(../img/bg-welcome.jpg) center -400px/cover no-repeat fixed
}
.home .welcome {
	height: auto;
	min-height: 800px
}
#belle.home .welcome,
#kajigaya.home .welcome,
#kashimada.home .welcome {
	background: url(../img/badge-welcome.png) right 5% top 40% no-repeat, url(../img/bg-welcome2.jpg) center top/cover no-repeat fixed
}
#hirama.home .welcome,
#minamikase.home .welcome,
#takatsu.home .welcome,
#mizonokuchi.home .welcome {
	background: url(../img/badge-welcome.png) right 5% top 40% no-repeat,
				url(../img/bg-welcome.jpg) center -220px/cover no-repeat fixed
}
@media screen and (max-width:767px) {
	.home .welcome {
		min-height: 40vh;
	}
	#belle.home .welcome,
	#kajigaya.home .welcome,
	#kashimada.home .welcome {
		background: url(../img/bg-welcome2.jpg) center top/contain no-repeat fixed
	}
	#hirama.home .welcome,
	#minamikase.home .welcome,
	#takatsu.home .welcome,
	#mizonokuchi.home .welcome {
		background: url(../img/bg-welcome.jpg) center top/contain no-repeat fixed
	}
}
@media only screen and (orientation:landscape) {
	.home .welcome {
		min-height: 100vh
	}
}
@media only screen and (orientation:portrait) {
	.welcome {
		min-height: 30vh
	}
	#belle .welcome,
	#kajigaya .welcome,
	#kashimada .welcome {
		background: url(../img/bg-welcome2.jpg) center -20px/100% no-repeat fixed
	}
	#hirama .welcome,
	#minamikase .welcome,
	#takatsu .welcome,
	#mizonokuchi .welcome {
		background: url(../img/bg-welcome.jpg) center -20px/100% no-repeat fixed
	}
	/* .home .welcome {
		min-height: 50vh;
	} */
}
.globalHeader {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 1em
}
.globalHeader .headerDesc {
	width: 100%;
	text-align: right;
	color: #fff;
	line-height: 1
}
.globalHeader .siteID {

	line-height: 1
}
.globalHeader .siteID a {
	font-size: 24px;
	text-decoration: none;
	line-height: 1.3;
	color: #fff;
	text-shadow: 0 3px 2px #f1508c, 3px 0 2px #f1508c, 0 -3px 2px #f1508c, -3px 0 2px #f1508c, -3px -3px 2px #f1508c, 3px -3px 2px #f1508c, -3px 3px 2px #f1508c, 3px 3px 2px #f1508c
}
.globalHeader .siteID span {
	font-size: 14px;
	display: block;
	color: Purple;
	margin-top: .5em;
	letter-spacing: .15em;
	text-shadow: 0 0 3px rgba(255, 255, 255, 1)
}
@media screen and (min-width:1000px) {
	body:not(.home) .globalHeader .siteID {
		position: absolute;
		top: 74px;
		left: 1em
	}
	body:not(.home) .globalHeader .siteID br {
		display: none
	}
	body:not(.home) .globalHeader .siteID span {
		margin-top: .25em;
		letter-spacing: .25em;
		text-shadow: none;
		color: #fff
	}
	.home .globalHeader .siteID {
		font-size: 28px;
		background: url(../img/bg-indexSiteID.png) no-repeat;
		width: 352px;
		height: 348px;
		position: absolute;
		top: -46px;
		text-align: left;
		padding-top: 3.6em;
		padding-left: 3em
	}
	.home#belle .globalHeader .siteID,
	.home#kashimada .globalHeader .siteID {
		padding-left: 2.5em
	}
}
@media screen and (min-width:768px) and (max-width:999px) {
	body:not(.home) .globalHeader .siteID {
		position: absolute;
		top: 3.15em;
		left: 1em
	}
	.home .globalHeader .siteID {
		font-size: 28px;
		background: url(../img/bg-indexSiteID.png) no-repeat;
		width: 352px;
		height: 348px;
		position: absolute;
		top: -40px;
		left: -26px;
		text-align: center;
		padding-top: 4em;
		padding-right: 1.5em;
		transform: scale(.75)
	}
}
.lineBtn {
	display: inline-block;
	width: 100px;
	vertical-align: middle
}
.lineBtn img {
	width: 100%
}
@media screen and (max-width:767px) {
	.lineBtn {
		top: 22px;
		right: 14px;
		width: 80px
	}
	.globalHeader .siteID {
		width: 100%;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px
	}
	.globalHeader .siteID br {
		display: none
	}
	.globalHeader .headerDesc {
		padding-right: 48px;
		font-size: 81.3%;
		text-align: left;
		padding-left: 1em
	}
}
.gnav {
	width: 100%;
	max-width: 1000px;
	margin: 20px 0 40px auto;
	background: rgba(191, 221, 30, .51)
}
.gnav ul {
	width: 65%;
	margin: 0 0 0 auto;
	text-align: center;
	letter-spacing: -.5em
}
.gnav ul li {
	letter-spacing: 0;
	display: inline-block;
	width: calc(100% / 5);
	text-align: center
}
.album .gnav ul li:nth-of-type(3) a:after,
.gnav ul li.current-menu-item a:after,
.gnav ul li:hover a:after {
	content: '';
	position: absolute;
	top: 0;
	z-index: 0;
	display: block;
	height: 5.5em;
	width: 100%;
	background: linear-gradient(to bottom, rgba(191, 221, 30, .4) 20%, transparent, rgba(191, 221, 30, .7) 75%)
}
.gnav ul li a {
	position: relative;
	z-index: 100;
	padding: 1.8em 0;
	font-size: 93.8%;
	color: #fff;
	text-decoration: none;
	display: block;
	-webkit-transition: border-bottom .7s ease-in-out;
	transition: border-bottom .7s ease-in-out;
	text-shadow: 0 1px 2px rgba(191, 221, 30, .8), 1px 0 2px rgba(191, 221, 30, .8), 0 -1px 2px rgba(191, 221, 30, .8), -1px 0 2px rgba(191, 221, 30, .8), -1px -1px 2px rgba(191, 221, 30, .8), 1px -1px 2px rgba(191, 221, 30, .8), -1px 1px 2px rgba(191, 221, 30, .8), 1px 1px 2px rgba(191, 221, 30, .8)
}
.home .gnav {
	width: 90%;
	margin: 20px 0 40px auto
}
.home .gnav ul {
	width: 67%;
	margin: 0 1em 0 auto;
	text-align: center;
	letter-spacing: -.5em
}
@media screen and (max-width:767px) {
	#gnavBtn span,
	#gnavBtn span::before,
	#gnavBtn span:after {
		position: absolute;
		width: 21px;
		height: 2px;
		background: #1a1919;
		border-radius: 1px
	}
	.gnav {
		display: none
	}
	#gnavBtn {
		cursor: pointer;
		position: fixed;
		right: 16px;
		top: 9px;
		z-index: 9999999;
		display: block;
		width: 21px;
		height: 21px
	}
	#gnavBtn span {
		display: block;
		top: 50%;
		margin-top: -1px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	#gnavBtn span::before,
	#gnavBtn span:after {
		content: "";
		display: block;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	#gnavBtn span::before {
		top: -7px
	}
	#gnavBtn span:after {
		top: 7px
	}
	#gnavBtn.sidrOpen span {
		background: 0 0
	}
	#gnavBtn.sidrOpen span::before,
	#gnavBtn.sidrOpen span:after {
		width: 24px;
		top: 0;
		bottom: 0
	}
	#gnavBtn.sidrOpen span::before {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg)
	}
	#gnavBtn.sidrOpen span:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.gnavsidr {
		background: #fdfff5;
		width: 80vw;
		height: 100vh;
		padding-top: 40px;
		position: fixed;
		top: 0;
		right: -80vw;
		z-index: 65536
	}
	.gnavsidrInner {
		height: 100vh;
		overflow: auto;
		padding-bottom: 2em;
		-webkit-overflow-scrolling: touch
	}
	.gnavsidr ul {
		padding: 0;
		width: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch
	}
	.gnavsidr ul li a {
		display: block;
		padding: 1em 1.2em 1em 10px;
		line-height: 1;
		font-size: 93.8%;
		color: #333;
		text-decoration: none;
		border-left: none;
		border-right: none;
		border-bottom: none;
		border-top: 1px solid #ccc;
		border-radius: 0;
		position: relative
	}
	.gnavsidr ul li a:after {
		font-family: aime;
		content: "\f054";
		position: absolute;
		top: 50%;
		right: 1.5em;
		margin-top: -.5em;
		font-size: 62.5%
	}
	.gnavsidr ul li a:hover,
	.gnavsidr ul li.current-menu-item a {
		background: url(../img/bg-hemp02.png);
		color: #fff
	}
}



/* photoslide */
#photoSlide {
	width: 100%;
	position: absolute;
	top: 71vh;
	display: none;
}
#photoSlide.slick-initialized {
	display: block;
}
#photoSlide article {
	margin: 0;
	vertical-align: bottom;
	position: relative;
	background: url(../img/bg-imgBorder.png) no-repeat -3px -4px;
	background-size: 102% 103%;
}
#photoSlide article .postDetail {
	opacity: 0;
	width: calc(100% - 38px);
	border-radius: 5px;
	background: rgba(237, 173, 11, .75);
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	display: inline-block;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	padding: .5em;
	color: #fff;
	line-height: 1.2;
	font-size: 87.5%
}
#photoSlide article:hover .postDetail {
	opacity: 1;
	z-index: 1000;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
#photoSlide article a {
	display: block;
	margin: 0 auto;
	padding: 6%;
}
#photoSlide article a img {
	border-radius: 8px;
	display: block;
	background: rgba(237, 173, 11, 1);
}
@media screen and (max-width:767px) {
	#photoSlide {
		position: static;
		margin-top: -8vh;
	}
	#photoSlide article {
		background: url(../img/bg-imgBorder.png) no-repeat 2px 0;
		background-size: 98% 98%;
	}
	#photoSlide article a {
		padding: 10%;
	}
}
#photoSlide .slick-next,
#photoSlide .slick-prev {
	z-index: 2000;
	cursor: pointer;
	position: absolute;
	background: 0 0;
	border: none;
	opacity: .7;
	width: 72px;
	height: 72px;
	display: block;
	line-height: 0;
	outline: 0;
	color: transparent;
	font-size: 100%
}
#photoSlide .slick-next:hover,
#photoSlide .slick-prev:hover {
	opacity: 1
}
#photoSlide .slick-prev {
	left: 4%;
	top: 35%;
	transform: rotate(180deg)
}
#photoSlide .slick-next {
	right: 4%;
	top: 50%
}
#photoSlide .slick-next::before,
#photoSlide .slick-prev::before {
	font-family: aime;
	content: '\e900';
	color: #fff;
	font-size: 72px
}
#photoSlide .slick-prev::before {
	left: .3em
}
#photoSlide .slick-next::before {
	left: .35em
}













.column.main {
	padding-top: 32px
}
.column.main .sectionHeadline {
	font-size: 38px;
	color: #5a5a5c;
	margin-bottom: 34px;

}
body:not(.home) .column.sub {
	margin-top: -40px
}

.eventInfoSlide { display: none; }
.eventInfoSlide.slick-initialized { display: block; }

@media screen and (max-width:767px) {
	.column.main {
		padding-top: 20px
	}
	.column.main .sectionHeadline {
		text-align: center;
		font-size: 28px;
		margin-bottom: 20px
	}
	.column.sub {
		clear: both
	}
	body:not(.home) .column.sub {
		margin-top: 120px!important
	}
}
@media only screen and (orientation:portrait) {
	.subContent {
		padding: 40px 12px
	}
}
.contentHeadline {
	position: relative;
	font-size: 26px;

	line-height: 1;
	color: #fff;
	width: 95%;
	border-radius: 0 16px 16px 0;
	padding: .3em 1em .2em 80px;
	margin: 50px 0 40px 5%
}
.contentHeadline::before {
	position: absolute;
	left: -5%;
	top: -28px;
	display: inline-block;
	text-align: center;
	border-radius: 50%
}
.contentHeadline.type01::before {
	width: 90px;
	height: 90px;
	padding-top: 10px;
	background: #efca36;
	border: 9px solid #edad0b;
	content: url(../img/ico-kids01.png)
}
.contentHeadline.type02::before {
	width: 90px;
	height: 90px;
	padding-top: 10px;
	padding-left: 7px;
	background: #7f9411;
	border: 9px solid #b5cf2b;
	content: url(../img/ico-kids02.png)
}
#belle .articleHeader,
#kajigaya .articleHeader,
#kashimada .articleHeader,
.articleHeader {
	border-bottom: 7px solid rgba(213, 153, 7, 1)
}
.contentHeadline.type01 {
	background: #edad0b
}
.contentHeadline.type02 {
	background: #b5cf2b
}
@media screen and (max-width:767px) {
	.contentHeadline {
		clear: both;
		width: 100%;
		margin: 100px 0 1em;
		padding: .3em .5em .2em;
		border-radius: 16px
	}
	.contentHeadline::before {
		left: 50%;
		margin-left: -50px;
		top: -90px
	}
	.scheduleTable + .contentHeadline {
		margin-top: 140px
	}
}

.articleHeader {
	position: relative;
	margin-bottom: 1.8em
}
#hirama .articleHeader,
#minamikase .articleHeader,
#takatsu .articleHeader,
#mizonokuchi .articleHeader {
	border-bottom: 7px solid rgba(181, 207, 43, 1)
}
.articleHeader::before {
	float: left;
	margin-right: 1em;
	display: inline-block;
	text-align: center;
	border-radius: 50%
}
#belle .articleHeader::before,
#kajigaya .articleHeader::before,
#kashimada .articleHeader::before {
	width: 79px;
	height: 69px;
	padding-top: 10px;
	background: #efca36;
	border: 9px solid #edad0b;
	content: url(../img/ico-kids01.png)
}
#hirama .articleHeader::before,
#minamikase .articleHeader::before,
#takatsu .articleHeader::before,
#mizonokuchi .articleHeader::before {
	width: 72px;
	height: 69px;
	padding-top: 10px;
	padding-left: 7px;
	background: #7f9411;
	border: 9px solid #b5cf2b;
	content: url(../img/ico-kids02.png)
}
.articleHeader time {
	margin-bottom: 1em;
	line-height: 1;
	display: inline-block
}
.articleHeader h1 {
	color: #6b0739;
	font-size: 24px;

	line-height: 1.2;
	margin-bottom: 1em;
	text-align: left
}
.entryBody {
	padding: 0 1em 100px;
	margin-bottom: 30px
}
#belle .entryBody,
#kajigaya .entryBody,
#kashimada .entryBody {
	border-bottom: 7px solid rgba(213, 153, 7, 1)
}
#hirama .entryBody,
#minamikase .entryBody,
#takatsu .entryBody,
#mizonokuchi .entryBody {
	border-bottom: 7px solid rgba(181, 207, 43, 1)
}
.entryBody p {
	color: #724b23;
	font-size: 81.3%;
	line-height: 1.8
}
.feeUnit dd,
.feeUnit2 dd {
	line-height: 1.4
}
.feeUnit {
	margin: 30px 0 80px 40px
}
.feeUnit dt {
	font-size: 175%
}
.feeUnit2 {
	margin: 30px 10px 40px 20px;
	width: calc(100% - 30px)
}
.feeUnit2 dt {
	font-size: 125%
}
.feeUnit2 dd {
	margin-top: .25em;
	width: 100%
}
.feeTableWrap {
	padding-left: 40px
}
.feeTableWrap table {
	display: inline-table;
	margin-bottom: 4em;
	border-collapse: separate
}
.feeTable caption {
	color: #6b0739;
	text-align: left;
	font-size: 24px;
	line-height: 1.2;
	padding-bottom: .4em
}
.feeTable td,
.feeTable th {
	text-align: center;
	padding: .5em;

}
.feeTable th {
	color: #6b0739
}
.feeTable th span {
	color: #fff;
	background: #f1508c;
	font-size: 81.3%;
	display: inline-block;
	text-align: center;
	padding: .3em 0 .2em;
	min-width: 4em;
	line-height: 1;
	border-radius: 3px
}
.feeTable tbody tr td,
.feeTable tbody tr th {
	border-bottom: 1px dotted #6b0739
}
.feeTable tbody tr:first-of-type td,
.feeTable tbody tr:first-of-type th {
	border-top: 1px dotted #6b0739
}
.noBorder * {
	border: none!important
}
@media screen and (max-width:767px) {
	.feeUnit {
		margin-left: 0
	}
	.feeTableWrap {
		padding-left: 0
	}
	.feeTableWrap .span {
		display: inline-table!important
	}
}
@media only screen and (orientation:portrait) {
	.feeTableWrap .span {
		width: 100%!important;
		display: inline-table!important
	}
}

.scheduleTable + .contentHeadline {
	margin-top: 100px
}
dl.scheduleTable {
	margin-left: 40px;
	margin-right: 20px;
	letter-spacing: -.5em
}
dl.scheduleTable dd,
dl.scheduleTable dt {
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block
}
dl.scheduleTable dt {
	width: 150px;
	text-align: center;
	color: #6b0739;
	font-size: 24px;
	padding: .25em 0;
	font-family: 'Century Gothic', Poppins
}
dl.scheduleTable dd {
	width: calc(100% - 150px);
	padding: .75em 0;
	color: #232323
}
.stripe01 dd:nth-of-type(even),
.stripe01 dt:nth-of-type(even) {
	background: #fff3d2
}
.stripe02 dd:nth-of-type(even),
.stripe02 dt:nth-of-type(even) {
	background: #faffdb
}
@media screen and (max-width:767px) {
	dl.scheduleTable {
		margin-left: 0;
		margin-right: 0;
		letter-spacing: -.5em
	}
	dl.scheduleTable dt {
		width: 20%
	}
	dl.scheduleTable dd {
		width: 80%
	}
	dl.scheduleTable dd,
	dl.scheduleTable dt {
		font-size: 14px;
		padding: .75em .25em
	}
}

.home .column.main {
	width: 48%;
	margin-top: 60px;
	margin-right: 4%;
	padding-top: 0
}
.home .column.main p {
	color: #5a5a5c
}
.home .column.main .section:first-of-type {
	padding-top: 5%
}
.home .column.main .section:first-of-type h2 {
	padding-bottom: 2rem;
}
.home .column.main .section:first-of-type h2 span {
	display: block;
	font-weight: 100;
	font-size: 3.6rem;
	line-height: 1.1;
}
.home .column.main .section:first-of-type h2 span::first-letter {
	/* font-weight: 300; */
	font-size: 4.2rem;
}
.home .column.main .section:first-of-type h2 span:nth-child(1)::first-letter { color: rgba(107, 154, 5, 1); }
.home .column.main .section:first-of-type h2 span:nth-child(2)::first-letter { color: rgba(234, 130, 20, 1); }
.home .column.main .section:first-of-type h2 span:nth-child(3)::first-letter { color: rgba(72, 151, 187, 1); }
.home .column.main .section:first-of-type h2 + p {
	line-height: 1.4;
	margin-bottom: 40px;
	font-size: 1.2rem;
}
.home .column.sub {
	width: 48%
}
.home .column.sub .information {
	width: 100%;
	margin: 230px auto 0;
	position: relative
}
.home .column.sub .information::before {
	position: absolute;
	top: -160px;
	content: url(../img/obj-colorCircle02.png)
}
.home .column.sub .bnr:after {
	display: block;
	margin-top: 30px;
	content: url(../img/obj-colorCircle03.png)
}
@media screen and (max-width:767px) {
	.home .column.main .section:first-of-type h2 {
		padding-top: 1em;
	}
	.home .column.main .section {
		width: 85%;
		margin: 0 auto;
	}
	.home .column.sub .bnr:after,
	.home .column.sub .information::before {
		width: 100%
	}
}

.gmap,
a img,
table {
	width: 100%
}

.defList {
	padding-left: 40px
}
.defList > dt {
	color: #7c0000;
	font-size: 150%;
	line-height: 1
}
.defList > dd + dt {
	margin-top: 2em
}
.defList > dd {
	padding: .5em 0;
	line-height: 1.6;
	font-size: 93.8%;
	color: #333
}
.defList > dd p {
	padding-bottom: 0
}
@media screen and (max-width:767px) {
	.defList {
		padding-left: .5em
	}
}

table {
	margin-bottom: 2em
}
table.profileTable td,
table.profileTable th {
	border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle
}
table.profileTable th {
	padding: .2em .5em;
	font-size: 87.5%
}
table.profileTable td {
	padding: 1em;
	text-align: left;
	font-size: 87.5%
}
table.profileTable th:nth-of-type(1),
table.profileTable tr:nth-of-type(1) th {
	background: #f5f5f5;

	text-align: center
}
@media screen and (max-width:767px) {
	table.profileTable th {
		margin-top: .1em
	}
	table.profileTable td {
		border-top: none
	}
	table.profileTable td,
	table.profileTable th {
		display: block
	}
	table.profileTable thead {
		display: none
	}
}

.notes,
.notes strong {
	display: inline-block
}


.addrWrap {
	/* background: url(../img/bg-hemp.png); */
}
.addr {
	margin-bottom: 50px;
	position: relative;
	line-height: 1;
}
.column.main .addr {
	padding: 65px 0 0 130px
}
.column.main .addr::before {
	position: absolute;
	left: 0;
	top: 0;
	content: url(../img/obj-colorCircle01.png);
}
.addr dt {
	line-height: 1.4;
	margin-bottom: 1.75em;
}
.addr .addr-addr {
	line-height: 1.2;
	margin-bottom: 1em;
}
.addr .addr-tel {
	font-size: 190%;
	margin-bottom: .25em;
}
.addr .addr-tel a {
	text-decoration: none;
	color: #212626
}
.addr .addr-fax {
	font-size: 150%;
	margin-bottom: 1em;
}
@media screen and (max-width:767px) {
	.column.main .addr {
		padding: 0
	}
	.column.main .addr::before {
		display: none;
	}
}



.notes {
	color: #6b0739!important;
	padding: .5em 1em!important;
	border: 1px solid #6b0739;
	border-radius: 4px;
	margin-top: 1em;
	line-height: 1.3
}
.notes strong {

	margin-bottom: .35em
}
.notes strong::before {
	font-family: aime;
	content: "\f054";
	margin-right: .2em;
	vertical-align: -1px
}
.home .column.main .gmap {
	height: 360px
}
.column.sub .gmap {
	height: 240px;
	margin-bottom: 40px
}
@media screen and (max-width:767px) {
	.home .column.main .gmap {
		height: 240px;
		width: 85%;
	}
}
