@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 4.7rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1.5rem;
	}
}
/*------------------------------------------------------------
	comPho
------------------------------------------------------------*/
.comPho {
	margin-bottom: 2.8rem;
	text-align: center;
}
.comPho .pho {
	overflow: hidden;
	border-radius: 1rem;
	box-shadow: 0 0 1.6rem rgba(0,0,0,0.7);
}
.comPho img {
	width: 100%;
}
.comPho p {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.7;
}
.comPho .pho + p {
	margin-top: 2.7rem;
}
@media all and (max-width: 896px) {
	.comPho {
		margin-bottom: 2rem;
	}
	.comPho p {
		font-size: 1.5rem;
		text-align: left;
	}
	.comPho .pho + p {
		margin-top: 1rem;
	}
}
/*------------------------------------------------------------
	comDl
------------------------------------------------------------*/
.comDl {
	margin-bottom: 3rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.7;
}
.comDl dt {
	padding-left: 2.9rem;
	float: left;
	position: relative;
}
.comDl dt img {
	position: absolute;
	left: 0;
	top: 50%;
	width: 2.5rem;
	transform: translateY(-50%);
}
.comDl dt .ico02 {
	width: 2.1rem;
}
.comDl dt .ico03 {
	width: 2.4rem;
	transform: translateY(-40%);
}
.comDl dd {
	padding: 0 0 0.6rem 4.6em;
}
.comDl dd .note {
	margin: 0.8rem 0 0 -9.3rem;
	display: block;
	line-height: 1.5;
	letter-spacing: 0.02em;
}
.comDl dd .note:not(:first-child) {
	margin-top: 0.4rem;
}
@media all and (max-width: 896px) {
	.comDl {
		margin-bottom: 2rem;
		font-size: 1.5rem;
	}
	.comDl dt {
		padding-left: 2.6rem;
	}
	.comDl dt img {
		width: 2rem;
	}
	.comDl dt .ico02 {
		width: 1.6rem;
	}
	.comDl dt .ico03 {
		width: 1.8rem;
	}
	.comDl dd {
		padding: 0 0 0.6rem 4.6em;
	}
	.comDl dd .note {
		margin: 0.8rem 0 0 -7rem;
		font-size: 1.3rem;
	}
	.comDl dd .note:not(:first-child) {
		margin-top: 0;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	padding-bottom: 2rem;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: url(../img/headline01_bg.png) no-repeat center top 1rem;
	background-size: auto 2.1rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		padding-bottom: 2rem;
		font-size: 2rem;
		background-position: center top 0.5rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 2.8rem;
	min-height: 5.6rem;
	padding-top: 0.9rem;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: url(../img/headline02_bg.png) no-repeat center center;
	background-size: auto 5.6rem;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2rem;
		padding-top: 1.2rem;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin: 1.9rem 0 1.7rem;
	padding-bottom: 2.9rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	text-shadow: 0 0 20px #000;
	background: url(../img/icon05.png) no-repeat bottom center;
	background-size: 17.7rem auto;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin: 1.5rem 0;
		padding-bottom: 2.5rem;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	comPhoList
------------------------------------------------------------*/
.comPhoList {
	margin: -2.6rem -2.2rem 0;
}
.comPhoList li {
	margin: 2.6rem 0.5rem 0;
	width: 11rem;
	text-align: center;
}
.comPhoList img {
	border-radius: 100%;
}
.comPhoList span {
    margin: 1rem -3rem 0;
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.25;
}
@media all and (min-width: 897px) {
	.comPhoList.wid01 {
		margin: -2.6rem 4rem 0;
	}
	.comPhoList.wid01 li {
		margin: 2.6rem 0.9rem 0;
	}
}
@media all and (max-width: 896px) {
	.comPhoList {
		margin: -2rem 0 0;
	}
	.comPhoList li {
		margin: 2rem 0.5rem 0;
		width: 10rem;
	}
	.comPhoList span {
		margin: 1rem -2rem 0;
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin: 0 auto;
	width: 35rem;
}
.comLink a {
	padding-right: 1.6rem;
	min-height: 5.3rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #872FA2;
	font-weight: 700;
	letter-spacing: 0.05em;
	border: 0.2rem solid #872FA2;
	background: #fff url(../img/icon04.png) no-repeat right 2.8rem center / 0.9rem;
	border-radius: 5rem;
	box-sizing: border-box;
}
@media all and (min-width: 897px) {
	.comLink a:hover {
		color: #fff;
		background-color: #872FA2;
		background-image: url(../img/icon04_on.png);
	}
}
@media all and (max-width: 896px) {
	.comLink {
		width: 30rem;
	}
}
/*------------------------------------------------------------
	comBanner
------------------------------------------------------------*/
.comBanner {
	overflow: hidden;
	border-radius: 1rem;
	box-shadow: 0 0 1.6rem rgba(0,0,0,0.7);
	background-color: #fff;
}
.comBanner img {
	width: 100%;
}
.comBanner a:hover {
	opacity: 0.7;
}
/*------------------------------------------------------------
	scheduleBox
------------------------------------------------------------*/
.scheduleBox {
	position: relative;
	min-height: 5.4rem;
}
.scheduleBox .sub {
	padding: 0 3.8rem;
	border-radius: 3rem;
	background-color: #fff;
    transition: all 0.3s;
	transform-origin: top center;
	border: 0 solid #872FA2;
	max-height: 0;
	overflow: hidden;
}
.scheduleBox .sub.show {
	padding: 8.4rem 3.8rem 3.4rem;
    transition: all 1.5s;
	max-height: 100rem;
	border: 0.2rem solid #872FA2;
}
.scheduleBox h3 {
	margin: 0 auto;
	padding: 1.1rem 0.5rem 1.1rem 1.5rem;
	width: 35rem;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: #872FA2;
	letter-spacing: 0.05em;
	background-color: #fff;
	border-radius: 2.7rem;
	transition: .3s;
	cursor: pointer;
	border: 0.2rem solid #fff;
}
.scheduleBox h3 span {
	padding-right: 2.5rem;
	position: relative;
}
.scheduleBox h3 span::after {
	width: 1.5rem;
	height: 0.9rem;
	position: absolute;
	z-index: 1;
	top: 1rem;
	right: 0;
	content: "";
	background: url(../img/icon07.png) no-repeat left center / 100%;
}
.scheduleBox table {
	width: 100%;
	border-collapse: collapse;
}
.scheduleBox table th,
.scheduleBox table td {
	padding: 0 1rem;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 400;
	color: #000;
	letter-spacing: 0.05em;
	line-height: 2.35;
	border-top: 0.2rem solid #872FA2;
	vertical-align: top;
	word-break: break-all;
}
.scheduleBox table th {
	width: 19%;
	border-right: 0.2rem solid #872FA2;
}
.scheduleBox table tr:last-child th,
.scheduleBox table tr:last-child td {
	border-bottom: 0.2rem solid #872FA2;
}
.scheduleBox h3.on {
	width: 100%;
	color: #fff;
	border-color: #872FA2;
	background-color: #872FA2;
}
.scheduleBox h3.on span::after {
	background-image: url(../img/icon09_on.png)
}
@media all and (max-width: 896px) {
	.scheduleBox {
		min-height: 4.8rem;
	}
	.scheduleBox .sub {
		padding: 0 1.5rem;
	}
	.scheduleBox .sub.show {
		padding: 7rem 1.5rem 2rem;
	}
	.scheduleBox h3 {
		width: 30rem;
	}
	.scheduleBox h3 span::after {
		width: 1.3rem;
		top: 0.7rem;
	}
	.scheduleBox table th,
	.scheduleBox table td {
		padding: 0.5rem;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.scheduleBox table th {
		width: 25%;
	}
}
/*------------------------------------------------------------
	pop
------------------------------------------------------------*/
body.popFix {
	touch-action: none;
	overscroll-behavior: none;
}
.mfp-bg {
	background-color: #b7b7b7;
	opacity: 1;
	mix-blend-mode: multiply;
}
.mfp-wrap {
	overflow-y: auto;
}
.mfp-container {
	position: fixed;
	overflow-y: auto;
}
.pop {
	width: 70.6rem;
	margin: 0 auto;
	padding: 6rem 0;
}
.pop .popBox {
	padding: 3.5rem 3.9rem 7rem;
	background-color: #fff;
	border-radius: 1rem;
}
.pop .popTtl {
	margin-bottom: 2rem;
	color: #872FA2;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.41;
	text-align: center;
	background: url(../img/pop_ttl_bg.png) no-repeat center center;
	background-size: auto 2.1rem;
}
.pop .topText {
	margin-bottom: 1.7rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.7;
}
.pop .popTitle {
	margin: 0 0 1.3rem -0.9rem;
	color: #872FA2;
	font-size: 2.4rem;
	font-weight: 700;
	overflow: hidden;
}
.pop .popTitle span {
	width: fit-content;
	display: block;
	position: relative;
}
.pop .popTitle span::before {
	position: absolute;
	left: 100%;
	top: 54%;
	width: 1000rem;
	height: 0.2rem;
	background-color: #872FA2;
	content: "";
}
.pop .textList {
	margin-bottom: 3.6rem;
}
.pop .textList li:not(:last-child) {
	margin-bottom: 2.5rem;
}
.pop .textList p {
	line-height: 1.33;
}
.pop .textList p .sml {
	margin-top: -0.5rem;
	display: block;
	color: #D30101;
}
.pop .textList .ttl {
	margin-bottom: 1.7rem;
	color: #872FA2;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
}
.pop .pho {
	width: 44rem;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 1rem;
}
.pop .pho img {
	width: 100%;
}
.pop .close {
	width: 11.1rem;
	margin: 3rem auto 0;
	cursor: pointer;
	transition: .3s;
}
.pop .close:hover {
	opacity: 0.7;
}
.pop .popBox02 .topText {
	margin-bottom: 0.8rem;
}
.pop .popBox02 .time {
	margin: -1rem 0 2.6rem;
	color: #872FA2;
	font-size: 2rem;
	font-weight: 700;
}
.pop .popBox02 .txt {
	margin: -0.8rem 0 1.1rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
}
.pop .textUl {
	margin-bottom: 5.2rem;
}
.pop .textUl li:not(:last-child) {
	margin-bottom: 3.2rem;
}
.pop .textUl .ttl {
	margin-bottom: 0.8rem;
	padding: 0.4rem 0.8rem 0.7rem;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	background-color: #872FA2;
	border-radius: 0.6rem;
} 
.pop .textUl .title {
	margin-bottom: 1rem;
	color: #872FA2;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
}
.pop .textUl p + .title {
	margin-top: 1.6rem;
}
.pop .textUl p {
	line-height: 1.33;
}
.pop .btmTxt {
	margin-bottom: -1.3rem;
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	color: #872FA2;
}
.pop .btmTxt a {
	color: #872FA2;
}
.pop#pop03,
.pop#pop04 {
	width: 50rem;
}
.pop .popSub {
	padding: 2.5rem 2.4rem 1.9rem;
	background-color: #fff;
	border: 1px solid #872FA2;
	border-radius: 1rem;
}
.pop .popSub .pho {
	margin-bottom: 1rem;
	width: auto;
}
.pop .popSub .ttl {
	margin-bottom: 0.3rem;
	font-weight: 700;
	font-size: 2.2rem;
	color: #872FA2;
	letter-spacing: 0.02em;
}
.pop .popSub p {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.625;
}
@media all and (max-width: 896px) {
	.pop {
		width: auto !important;
	}
	.pop .popBox {
		padding: 3rem 1.5rem;
	}
	.pop .popTtl {
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}
	.pop .topText {
		margin-bottom: 1rem;
		font-size: 1.6rem;
	}
	.pop .popTitle {
		margin: 0 0 1rem -0.9rem;
		font-size: 1.8rem;
	}
	.pop .textList {
		margin-bottom: 3rem;
	}
	.pop .textList li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.pop .textList .ttl {
		margin-bottom: 1rem;
		font-size: 1.5rem;
	}
	.pop .pho {
		width: auto;
	}
	.pop .close {
		margin: 2rem auto 0;
	}
	.pop .popBox02 .time {
		margin: -0.5rem 0 1.5rem;
		font-size: 1.6rem;
	}
	.pop .popBox02 .txt {
		margin: 0 0 0.5rem;
		font-size: 1.6rem;
	}
	.pop .textUl {
		margin-bottom: 3rem;
	}
	.pop .textUl li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.pop .textUl .ttl {
		margin-bottom: 0.8rem;
		padding: 0.4rem 0.5rem 0.7rem;
		font-size: 1.5rem;
	} 
	.pop .textUl .title {
		font-size: 1.6rem;
	}
	.pop .textUl p + .title {
		margin-top: 1rem;
	}
	.pop .btmTxt {
		margin-bottom: 0;
		font-size: 1.6rem;
	}
	.pop#pop03,
	.pop#pop04 {
		width: auto;
	}
	.pop .popSub {
		padding: 2rem;
	}
	.pop .popSub .ttl {
		font-size: 1.8rem;
	}
	.pop .popSub p {
		font-size: 1.4rem;
	}
}
