@import url(//fonts.googleapis.com/css?family=Poppins);
*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;word-break:break-all;word-wrap:break-word;} html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,a,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;letter-spacing:0;} html{overflow-y:scroll;height:100%;margin-bottom:1px;} body{line-height:1;} article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ display:block;} nav ul{list-style:none;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;} a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;} i{font-style:none;} ins{background-color:#ff9;color:#000;text-decoration:none;} mark{background-color:#ff9;color:#000; font-style:italic;font-weight:bold;} del{text-decoration:line-through;} abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;} table{border-collapse:collapse;border-spacing:0;} hr{display:block;height:1px;border:0;   border-top:1px solid #cccccc;margin:1em 0;padding:0;} input,select{vertical-align:middle;} img{height:auto;vertical-align:bottom;-ms-interpolation-mode:bicubic;} ul li{list-style-type:none;}

.clear { clear: both; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { min-height: 1px; }

.readonly {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.color01 { color: rgba(231, 20, 113, 1);}
.px12 { font-size: 12px!important; }
.px14 { font-size: 14px!important; }
.px16 { font-size: 16px!important; }


a {
	color: #333;
	text-decoration: none;
}

@media (min-width: 1000px) {
	.sp { display:none!important; }
	.pc { display:inline!important; }
}
@media (max-width: 999px) {
	.sp { display:none!important; }
	.pc { display:inline!important; }
}
@media (max-width: 767px) {
	.sp { display: inline!important; }
	.pc { display: none!important; }
}

body {
	line-height: 1.5;
	border-top: 3px solid rgba(231, 20, 113, 1);
	color: #444;
	font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
}

.wrap {
	margin: 0 auto;
	display: block;
}
#globalHeader {
	padding: 0 0 0 0;
	text-align: center;
	position: relative;
}
#globalHeader .sectionInner {
	position: absolute;
	width: auto;
	top: 24%;
	left: 0;
	right: 0;
	margin: auto;
}
.bg-header {
	width: 100%;
	opacity: 0;
}
#globalHeader .notes {
	display: inline-block;
	color: rgba(231, 20, 113, 1);
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	opacity: 0;
}
#globalHeader .notes:before {
	content: '\003c\0020';
}
#globalHeader .notes:after {
	content: '\0020\003e';
}
#globalHeader .welcomeImg {
	display: block;
	margin: 0 auto;
	opacity: 0;
	width: 37.65%;
}
#globalHeader .checkit {
	z-index: 1000;
	display: block;
	position: absolute;
	top: 110px;
	right: 60px;
	-webkit-animation: yurayura 1s ease infinite normal;
	animation: yurayura 1s ease infinite normal;
	width: min(23%,231px);
}
#globalHeader .checkit img {
	width: 100%;
}
#globalHeader .checkit:hover img {
	position: relative;
	-webkit-animation: shakeshake .7s ease-in-out infinite normal;
	animation: shakeshake .7s ease-in-out infinite normal;
}
@media (min-width: 1000px) {
	@keyframes yurayura {
	  0% {transform:translate(0, 0);}
	  50% {transform:translate(0, -5px);}
	  99%, to {transform:translate(0, 0);}
	}
	@keyframes shakeshake {
		0% {
			transform: rotate(0deg);
			bottom: 0;
		}
		50% {
			transform: rotate(0deg);
			bottom: 0;
		}
		60% {
			transform: rotate(5deg);
			bottom: 5px;
		}
		70% {
			transform: rotate(-5deg);
		}
		80% {
			transform: rotate(4deg);
		}
		90% {
			transform: rotate(-3deg);
		}
		99%, to {
			transform: rotate(0deg);
		}
	}
}
@media (max-width: 767px) {
	#globalHeader .welcomeImg {
		width: 80%;
	}
	#globalHeader .checkit {
			top: 60%;
			right: 0%;
			width: 30%;
	}
}

.announceWrap {
	border: 1px solid rgba(231, 20, 113, 1);
	text-align: center;
	margin: 5em auto 1em auto;
	width: 94%;
	border-radius: 16px;
	padding: 2rem 1.5em;
	position: relative;
	background: url(../img/bg-right-bottom.png) no-repeat 180% bottom;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.announceWrap .announce {
  width: 100%;
  margin-bottom: 1em;
}
.announceWrap .map {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(231, 20, 113, .5);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  overflow: hidden;
}
.announceWrap .map iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 1000px) {
  .announceWrap {
    flex-direction: row;
    width: 70%;
  }
  .announceWrap .announce {
    margin-bottom: 0;
  }
  .announceWrap .map {
    width: 40%;
    aspect-ratio: 40 / 30;
  }
}

.announceWrap h2 {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -14em;
	width: 28em;
	color: rgba(231, 20, 113, 1);
	text-align: center;
	display: inline-block;
	padding: 0.5em 1em;
	font-size: 87.5%;
	border-radius: 16px 16px 0 0;
}
.announceWrap .alpha {
	font-size: min(6.5vw, 48px);
	margin-bottom: .5em;
	font-weight: 700;
}
.announceWrap .beta {
	font-size: min(4.5vw, 28px);
	margin-bottom: .75em;
	color: rgba(231, 20, 113, 1);
	background: rgba(231, 20, 113, .025);
	padding: .5em;
}


.announceWrap .gamma {
	font-size: min(7vw, 40px);
  font-weight: 700;
	background: rgba(255,255,255,1);
	border-radius: 5px;
	display: inline-block;
	padding: 0 1em;
}
.announceWrap .gamma [data-nav] {
	border-bottom: 1px dotted rgba(231, 20, 113, 1);
	color: rgba(231, 20, 113, 1);
}
.announceWrap .gamma [data-nav]:hover {
	border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
	.announceWrap {
		background: none;
	}
}
.announceWrap .gamma span {
  text-align: center;
  display: block;
  font-size: min(3vw, 24px)
}
.announceWrap .gamma span a {
  text-decoration: underline;
}
.announceWrap .gamma span[class^="_"] {
  font-size: inherit;
}

.announceWrap#juniorTrial {
  width: 100%;
  border: 10px solid rgb(156,207,50);
}
.announceWrap#juniorTrial .alpha {
	font-size: min(6.5vw, 48px);
	margin-bottom: .5em;
	font-weight: 700;
  color: #3f5b02;
}
.announceWrap#juniorTrial .beta {
  background: rgba(156,207,50,0.15);
}
.announceWrap#juniorTrial .gamma {
  color: #3f5b02;
}



.nav {
	width: 32em;
	margin-top: 2em;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
}
.nav li {
	float: left;
	display: table;
	width: 10em;
	height: 10em;
	margin-left: .5em;
	opacity: 0.75;
}
.nav li:hover {
	opacity: 1;
}
.nav li > span {
	padding: 1em;
	background: rgba(231, 20, 113, 1);
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
}

.content {
	width: 100%;
	margin-bottom: 2em;
}
.sectionInner {
	margin: auto;
}
@media (min-width: 1000px) {
	.sectionInner {
		width: 1000px;
	}
}
@media (max-width: 999px) {
	.sectionInner {
		width: 100%;
	}
	#globalHeader .welcomeImg {
		max-width: 95%;
	}
}
@media (max-width: 767px) {
	.nav {
		width: calc( 4.5em * 3 + 3% );
		margin: 30% auto 1em auto;
		z-index: 10000;
	}
	.nav.navFloat {
		position: fixed;
		bottom: 0;
		left: calc( (100% - (4.5em * 3 + 3%)) / 2 );
		margin: 0 auto;
		-webkit-transition: bottom .3s ease-in-out;
		-moz-transition: bottom .3s ease-in-out;
		transition: bottom .3s ease-in-out;
	}
	.nav.reachBottom {
		bottom: 6em;
		-webkit-transition: bottom .3s ease-in-out;
		-moz-transition: bottom .3s ease-in-out;
		transition: bottom .3s ease-in-out;
	}
	.nav li {
		float: left;
		display: table;
		width: calc(100% / 3 - 1%);
		max-width: 4.5em;
		margin: 0 .5% 0 .5%;
		background: transparent;
		height: 4.5em;
		opacity: 1;
	}
	.nav li > span {
		padding: 1em;
		background: rgba(231, 20, 113, 1);
		color: #fff;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		border-radius: 50%;
		line-height: 1.2;
		font-size: 75%;
		box-shadow: 0 0 4px #fff;
	}
}

.sectionHeadline {
	background: rgba(231, 20, 113, 1);
  text-align: center;
	color: #fff;
	font-weight: 700;
	padding: 1em;
	border-radius: 3px;
	font-size: 150%;
	line-height: 1;
	margin-bottom: 1em;
	clear: both;
}

.schedule {
	padding: .5em 1em 1em 1em;
}
	.schedule h3 {
		color: rgba(231, 20, 113, 1);
		font-weight: 400;
		font-size: 40px;
		border-bottom: 1px dashed rgba(231, 20, 113, 1);
		padding-bottom: .5em;
		line-height: 1;
    margin-top: 1em;
	}
		.schedule h3:before {
			content: '\0025ce';
		}

	.schedule dl {
		width: 100%;
		letter-spacing: -.5em;
		font-weight: 400;
		/* margin-bottom: 1.5em; */
		font-size: 150%;
    display: flex;
    flex-wrap: wrap;
	}
  .schedule dl:last-child {
    margin-bottom: 2em;
  }

		.schedule dl dt {
			letter-spacing: 0;
			display: inline-block;
			width: 20%;
			text-align: center;
			border-bottom: 1px dashed rgba(231, 20, 113, 1);
			padding: .5em 0;
			line-height: 1;
      font-weight: 700;
		}
		.schedule dl dd {
			letter-spacing: 0;
			display: inline-block;
			width: 30%;
			text-align: left;
			border-bottom: 1px dashed rgba(231, 20, 113, 1);
			padding: .5em 0 .5em 2.5em;
			line-height: 1;
		}
	@media (min-width: 1000px) {

	}
	@media (max-width: 999px) {

	}
	@media (max-width: 767px) {
		.schedule {
			padding: .5em 4vw 1em 4vw;
		}
		.schedule h3 {
			font-size: 32px;
		}
		.schedule dl {
			letter-spacing: -.5em;
		}
		.schedule dl dt {
			letter-spacing: 0;
			font-size: 4vw;
			padding: .5em 0 .5em 1em;
			text-align: left;
			/* color: rgba(231, 20, 113, 1); */
			width: 8em;
		}
		.schedule dl dd {
			letter-spacing: 0;
			font-size: 4vw;
			padding: .5em 0 .5em 1em;
			width: calc( 100% - 8em);
		}
	}


.anno {
  padding: 1em 0;
}
.anno > * {
  font-weight: 700;
}


.img01 {
	border-radius: 2px;
	width: 100%;
	max-width: 1000px;
}
.img02 {
	border-radius: 2px;
	width: 100%;
	max-width: 1000px;
	margin-bottom: 1em;
}

.fee {
	padding: .5em 0 0 0;
	letter-spacing: -.5em;
}
	.fee dl.alpha {
		width: 100%;
		letter-spacing: -.5em;
		font-weight: 400;
		margin-bottom: 1em;
		font-size: 40px;
		/* display: table; */
    display: flex;
    align-items: center;
	}
		.fee dl.alpha dt {
			letter-spacing: 0;
			display: table-cell;
			width: 16%;
			line-height: 1;
			text-align: center;
			vertical-align: middle;
      margin-left: 1rem;
		}
		.fee dl.alpha dt span {
			background: #fef1f7;
			color: rgba(231, 20, 113, 1);
			font-size: 20px;
      font-weight: 700;
			border-radius: 50%;
			width: 6em;
			height: 6em;
			padding: 2.5em 0;
			display: inline-block;
			text-align: center;
			vertical-align: middle;
		}
		.fee dl.alpha dd {
			letter-spacing: 0;
			/* display: table-cell; */
			text-align: left;
			/* vertical-align: middle; */
      display: flex;
      align-items: center;
      flex-direction: row;
      width: 100%;
      padding: 0 0 0 1em;
		}
    @media (max-width: 767px) {
      .fee dl.alpha dd {
        flex-direction: column;
      }
    }
		.fee dl.alpha dd s {
			font-size: 75%;
			color: #777;
		}
		.fee dl.alpha dd .arrow:before {
			margin: 0 .5em 0 .5em;
			display: inline-block;
			content: '→';
		}
		.fee dl.alpha dd .arrow + .amount {
			/* font-size: 62%;
			vertical-align: .2em; */
      font-weight: 700;
      font-size: 150%;
      line-height: 1;
      margin-right: .5em;
		}
    .special {
      font-size: 60%;
      border: 1px dashed rgba(231, 20, 113, 1);
      padding: 5px 2em 10px 2em;
      border-radius: .5em;
      margin-top: .5em;
      line-height: 1.4;
      background: rgba(231, 20, 113, 1);
      color: #fff;
    }
    .special > span {
      font-weight: bold;
      font-size: 75%;
      /* color: rgba(231, 20, 113, 1); */
      color: #fff;
      /* border-bottom: 1px dashed rgba(231, 20, 113, 1); */
      border-bottom: 1px dashed #fff;
    }

	.fee dl.alpha + p {
		width: 100%;
		margin-bottom: 100px;
		color: rgba(231, 20, 113, 1);
		padding: 0;
		border-radius: 5px;
		font-size: 155%;
		text-align: center;
		font-weight: 700;
	}

	@media (min-width: 1000px) {
		.fee dl.alpha + p:before,
		.fee dl.alpha + p:after {
			content: '●';
			font-size: 125%;
		}
	}
	@media (max-width: 999px) {
		.fee dl.alpha {
			font-size: 28px;
      padding: 0 1em 0 1em;
		}
	}
	@media (max-width: 767px) {
		.fee dl.alpha dt span {
			/* width: 4em;
			height: 4em;
			padding: 1.5em 0; */
			font-size: 18px;
		}
		.fee dl.alpha dd {
			text-align: center;
		}
		.fee dl.alpha dd .arrow:before {
			margin: 0 0.5em;
			display: block;
			content: '↓';
			line-height: 1;
			margin: 0.2em 0;
			text-align: center;
		}
	}

	.fee dl.beta,
	.fee dl.gamma,
	.fee dl.delta {
		letter-spacing: 0;
		display: inline-block;
		width: 49%;
		font-weight: 400;
		position: relative;
		border: 1px dashed rgba(231, 20, 113, 1);
		border-radius: 5px;
		vertical-align: top;
		margin-bottom: 1%;
	}
	.fee dl.beta {
		margin-right: 2%;
		float: left;
	}
	.fee dl.gamma {
		margin-bottom: 3%;
	}
	.fee dl.gamma,
	.fee dl.delta {
		float: right;
	}
	.fee dl.delta:before {
		content: '＋';
		font-size: 28px;
		color: rgba(231, 20, 113, 1);
		line-height: 1;
		position: absolute;
		top: 50%;
		margin-top: -1.5em;
		left: 0;
		margin-left: -.85em;
	}
	.fee dl.beta > dt,
	.fee dl.gamma > dt,
	.fee dl.delta > dt {
		position: absolute;
		top: -3em;
		left: 1em;
		display: table;
		background: #fef1f7;
    font-weight: 700;
		color: rgba(231, 20, 113, 1);
		border-radius: 50%;
		width: 6em;
		height: 6em;
		font-size: 20px;
	}
	.fee dl.delta > dt {
		width: 4.5em;
		height: 4.5em;
		font-size: 14px;
		left: 1em;
		top: .5em;
	}

	.fee dl.beta > dt span,
	.fee dl.gamma > dt span,
	.fee dl.delta > dt span {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}

	.fee dl.beta > dd,
	.fee dl.gamma > dd,
	.fee dl.delta > dd {
		font-size: 24px;
		padding: 3em 1em 1em 1em;
	}
	.fee dl.delta > dd {
		font-size: 18px;
		padding-top: 1.5em;
	}
	.fee dl.delta > dd dl {
		padding-left: 4em;
	}

	.fee dl.beta > dd dl dt,
	.fee dl.gamma > dd dl dt,
	.fee dl.delta > dd dl dt {
		color: rgba(231, 20, 113, 1);
		letter-spacing: 0;
		display: inline-block;
		float: left;
    font-weight: 700;
	}
	.fee dl.beta > dd dl dt:before,
	.fee dl.gamma > dd dl dt:before,
	.fee dl.delta > dd dl dt:before {
		color: #333;
		margin-right: 3px;
	}

	.fee dl.beta > dd dl dd,
	.fee dl.gamma > dd dl dd,
	.fee dl.delta > dd dl dd {
		letter-spacing: 0;
		display: flex;
		justify-content: flex-end;
		width: 100%;
		padding-left: 25%;
		float: left;
		text-align: right;
	}
	.fee dl.beta > dd dl dt + dd,
	.fee dl.gamma > dd dl dt + dd,
	.fee dl.delta > dd dl dt + dd {
		margin-top: -1.5em;
	}
	.fee dl.beta > dd dl dd + dt,
	.fee dl.gamma > dd dl dd + dt,
	.fee dl.delta > dd dl dd + dt {
		margin-top: 1em;
	}

  .fee dl.gamma > dd dl dd + dt {
    margin-top: .5em;
  }
	.fee dl.beta > dd dl dd span + span,
	.fee dl.gamma > dd dl dd span + span,
	.fee dl.delta > dd dl dd span + span {
		flex-grow: 1;
	}
	.fee dl.gamma > dd .feeNote,
	.fee dl.delta > dd .feeNote {
		color: rgba(231, 20, 113, 1);
		font-size: 14px;
	}
	.fee dl.delta > dd .feeNote {
		margin-top: 1.5em;
	}

  .feeWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    padding: 0 4vw;
  }
  .feeWrap .feeItem > dl.beta,
  .feeWrap .feeItem.gamma,
  .feeWrap .feeItem > dl.delta {
    float: none !important;
    margin: 0 0 4.5em 0 !important;
    width: 100% !important;
  }
  @media (min-width: 767px) {
    .feeWrap .feeItem > dl.beta,
    .feeWrap .feeItem.gamma,
    .feeWrap .feeItem > dl.delta {
      margin: 0 0 1.5em 0 !important;
    }
  }


  .feeWrap .feeItem.gamma {
    width: 100% !important;
  }
  .feeWrap .feeItem {
    width: 100%;
  }
  .feeWrap .feeItem > dl {
    width: 100%;
  }
  @media (min-width: 767px) {
    .feeWrap {
      padding: 0;
    }
    .feeWrap .feeItem {
      width: 50%;
    }
    .feeWrap .feeItem.gamma {
      width: 49%!important;
    }
  }

  .feeItem dl {
    margin-bottom: 1em;
  }




  .feeWrap dl.delta::before {
		content: '＋';
		font-size: 28px;
		color: rgba(231, 20, 113, 1);
		line-height: 1;
		position: absolute;
    top: auto;
    margin-top: 0;
		bottom: 100%;
		left: 50%;
		margin-left: -.5em;
	}




	@media (max-width: 767px) {
		.fee dl.beta,
		.fee dl.gamma,
		.fee dl.delta {
			width: 97%;
			margin: 0 1.5% 5em 1.5%;
			float: none;
			display: block;
		}
		.fee dl.delta {
			margin-bottom: 0;
		}
			.fee dl.delta:before {
				content: '';
			}
		.fee dl.beta > dd dl dt:before,
		.fee dl.gamma > dd dl dt:before,
		.fee dl.delta > dd dl dt:before {
			content: '';
			color: #333;
			margin-right: 0;
		}
			.fee dl.beta > dt,
			.fee dl.gamma > dt,
			.fee dl.delta > dt {
				position: absolute;
				top: -3em;
				left: 50%;
				margin-left: -3em;
				display: table;
				background: #fef1f7;
				color: rgba(231, 20, 113, 1);
				border-radius: 50%;
				width: 6em;
				height: 6em;
				font-size: 20px;
			}

			.fee dl.beta > dd,
			.fee dl.gamma > dd,
			.fee dl.delta > dd {
				font-size: 18px;
				padding: 3.5em 1em 1em 1em;
			}
				.fee dl.delta > dd dl {
					padding-left: 0;
				}
				.fee dl.delta > dd .feeNote {
					margin-top: 0;
				}
	}


.sec03 .sectionInner {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.sec03 .sectionInner {
		flex-direction: column;
	}
}

.contact {
	padding: 0;
	font-size: 40px;
	letter-spacing: -.5em;
	width: 49%;
	order: 2;
}
	.contact dl {
		width: 100%;
		letter-spacing: -.5em;
		font-weight: 400;
		display: table;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.contact dl dt {
		letter-spacing: 0;
		line-height: 1;
		text-align: center;
		display: table-cell;
		width: 15%;
		margin-bottom: 1em;
		vertical-align: middle;
	}
	.contact dl dt span {
		background: #fef1f7;
		color: rgba(231, 20, 113, 1);
		font-size: 1vw;
		border-radius: 50%;
		width: 6em;
		height: 6em;
		padding: 2.5em 0;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
	}
	.contact dl dd {
		letter-spacing: 0;
		display: table-cell;
		line-height: 1;
		letter-spacing: .1em;
		text-align: left;
		padding-left: 2%;
		vertical-align: middle;
	}
	.contact dl dd a {
		font-size: 3.2vmin;
	}
	.contact dl dd:nth-of-type(2) {
		letter-spacing: -.03em;
	}
	@media (max-width: 999px) {
		.contact dl {
			font-size: 32px;
			margin-bottom: 1em;
		}
	}
	@media (max-width: 767px) {
		.contact {
			width: 98%;
			margin: auto;
		}
		.contact dl {
			font-size: 20px;
		}
		.contact dl dt {
			width: 30%;
		}
			.contact dl dt span {
				width: 4em;
				height: 4em;
				padding: 1.5em 0;
				font-size: 18px;
			}
		.contact dl dd {
			width: 70%;
		}
	}


.profile {
	padding: 2% 0;
	position: relative;
	border-radius: 2px;
	width: 49%;
	order: 1;
}
	.profile .thumb {
		width: 36%;
		display: table-cell;
		vertical-align: top;
		text-align: center;
	}
	.profile .thumb img {
		width: 100%;
		max-width: 80%;
		vertical-align: bottom;
		border-radius: 2px;
	}
	.profile dl {
		flex-grow: 1;
		display: table-cell;
		vertical-align: middle;
	}
	.profile dl dt {
		font-weight: 700;
		font-size: 150%;
		border-bottom: 1px solid rgba(231, 20, 113, 1);
		line-height: 1;
		padding-bottom: .5em;
		margin-bottom: .5em;
	}


	@media (max-width: 767px) {
		.profile {
			width: 98%;
			margin: auto;
		}
		.profile .thumb {
			width: 30%;
		}
		.profile .thumb img {
			max-width: 60%;
		}
	}

.gmaps {
	margin-top: 40px;
	text-align: center;
}
	.gmaps h2 {
		display: table;
		margin: 0 auto 1em auto;
		background: #fef1f7;
		color: rgba(231, 20, 113, 1);
		border-radius: 50%;
		width: 6em;
		height: 6em;
		font-size: 20px;
		font-weight: 700;
	}
	.gmaps h2 span {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
    line-height: 1.2;
	}
	.gmaps iframe {
		width: 100%;
		margin-top: 20px;
	}
@media (min-width: 1000px) {
	.gmaps p {
		font-size: 175%;
	}
}
@media (max-width: 999px) {
	.gmaps p {
		font-size: 125%;
	}
	.gmaps h2 {
		margin: 0 auto 0 auto;
	}
}
@media (max-width: 767px) {
	.gmaps iframe {
		width: 82%;
		margin: 0 auto;
	}
}

.bottomLine {
	height: 500px;
	background: url(../img/bg-left-bottom.png) no-repeat left bottom,
				url(../img/bg-right-bottom.png) no-repeat right bottom;
	margin-top: -100px;
}

#globalFooter {
	background: rgba(231, 20, 113, 1);
	color: #fff;
	text-align: center;
	height: 6em;
	line-height: 6em;
}
#globalFooter small {
	font-size: 87.5%;
}


.toTop {
	position: fixed;
	bottom: -80px;
	right: 10px;
	cursor: pointer;
	z-index: 9999;
	background: rgba(231, 20, 113, 1);
	border-radius: 50%;
	text-align: center;
	opacity: 0.75;
}
.toTop img {
	margin: 12px;
}


.lvSub {
  font-size: max(18px, 75%) !important;
  color: rgba(231, 20, 113, 1);
  font-weight: 700;
}


._sp { display: inline-block !important; }
._pc { display: none !important; }
@media (min-width: 767px) {
  ._sp { display: none !important; }
  ._pc { display: inline-block !important; }
}